Contents of /smage/trunk/extras/libsndfile/libsndfile-1.0.25-r1.smage2
Parent Directory | Revision Log
Revision 4453 -
(show annotations)
(download)
Wed Mar 13 08:44:08 2013 UTC (11 years, 7 months ago) by niro
File size: 739 byte(s)
Wed Mar 13 08:44:08 2013 UTC (11 years, 7 months ago) by niro
File size: 739 byte(s)
auto added: ver bump to 1.0.25-r1
1 | # $Id$ |
2 | |
3 | PNAME="libsndfile" |
4 | PVER="1.0.25" |
5 | PBUILD="r1" |
6 | |
7 | PCAT="media-libs" |
8 | |
9 | DESCRIPTION="libsndfile is a library for reading and writing files containing sampled sound." |
10 | HOMEPAGE="http://www.mega-nerd.com/libsndfile/" |
11 | |
12 | DEPEND=">= media-libs/flac-1.2.1 |
13 | >= media-libs/alsa-lib-1.0.24" |
14 | |
15 | SRCFILE="${PNAME}-${PVER}.tar.gz" |
16 | SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" |
17 | |
18 | sminclude mbuild multilib |
19 | msetfeature "!check" |
20 | |
21 | SRC_URI=( |
22 | http://www.mega-nerd.com/${PNAME}/files/${SRCFILE} |
23 | mirror://${PNAME}/${SRCFILE} |
24 | ) |
25 | |
26 | UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz" |
27 | |
28 | src_compile() |
29 | { |
30 | mconfigure \ |
31 | --disable-werror \ |
32 | --disable-gcc-pipe \ |
33 | --disable-dependency-tracking \ |
34 | --disable-sqlite \ |
35 | --enable-flac \ |
36 | --enable-alsa \ |
37 | || die |
38 | |
39 | mmake || die |
40 | } |