Last change
on this file was
144432,
checked in by jmr@…, 2 years ago
|
libsdl2_mixer: update to 2.0.1
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.6 KB
|
Line | |
---|
1 | # $Id: Portfile 144432 2016-01-08 22:45:47Z jmr@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libsdl2_mixer |
---|
6 | set my_name SDL2_mixer |
---|
7 | version 2.0.1 |
---|
8 | categories audio devel |
---|
9 | platforms darwin |
---|
10 | license zlib |
---|
11 | maintainers jmr openmaintainer |
---|
12 | description Audio mixer library for SDL |
---|
13 | |
---|
14 | long_description \ |
---|
15 | A sample multi-channel audio mixer library. It supports any number of \ |
---|
16 | simultaneously playing channels of 16 bit stereo audio, plus a single \ |
---|
17 | channel of music. |
---|
18 | |
---|
19 | homepage http://www.libsdl.org/projects/SDL_mixer/ |
---|
20 | master_sites ${homepage}release/ |
---|
21 | distname ${my_name}-${version} |
---|
22 | |
---|
23 | checksums rmd160 1b7420e4320be401e5a27fad5b6dfa2c16778f03 \ |
---|
24 | sha256 5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f |
---|
25 | |
---|
26 | depends_build port:pkgconfig |
---|
27 | depends_lib port:libsdl2 \ |
---|
28 | port:smpeg2 \ |
---|
29 | port:flac \ |
---|
30 | port:libvorbis \ |
---|
31 | port:libmikmod |
---|
32 | |
---|
33 | configure.args --disable-sdltest \ |
---|
34 | --disable-smpegtest \ |
---|
35 | --disable-music-mod-modplug \ |
---|
36 | --disable-music-midi-fluidsynth \ |
---|
37 | --enable-music-mod-mikmod \ |
---|
38 | --disable-music-mod-mikmod-shared \ |
---|
39 | --disable-music-ogg-shared \ |
---|
40 | --disable-music-flac-shared \ |
---|
41 | --disable-music-mp3-smpeg-shared |
---|
42 | |
---|
43 | post-destroot { |
---|
44 | set docdir ${prefix}/share/doc/${name} |
---|
45 | xinstall -d ${destroot}${docdir} |
---|
46 | xinstall -m 0644 -W ${worksrcpath} CHANGES.txt COPYING.txt README.txt \ |
---|
47 | ${destroot}${docdir} |
---|
48 | } |
---|
49 | |
---|
50 | livecheck.type regex |
---|
51 | livecheck.url ${homepage} |
---|
52 | livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*) |
---|
Note: See
TracBrowser
for help on using the repository browser.