[109342] trunk/dports/audio
jmr at macports.org
jmr at macports.org
Tue Aug 13 10:48:30 PDT 2013
Revision: 109342
https://trac.macports.org/changeset/109342
Author: jmr at macports.org
Date: 2013-08-13 10:48:30 -0700 (Tue, 13 Aug 2013)
Log Message:
-----------
New port: libsdl2_mixer
Modified Paths:
--------------
trunk/dports/audio/libsdl2_mixer/Portfile
Added Paths:
-----------
trunk/dports/audio/libsdl2_mixer/
Removed Paths:
-------------
trunk/dports/audio/libsdl2_mixer/files/
Modified: trunk/dports/audio/libsdl2_mixer/Portfile
===================================================================
--- trunk/dports/audio/libsdl_mixer/Portfile 2013-08-12 09:31:58 UTC (rev 109286)
+++ trunk/dports/audio/libsdl2_mixer/Portfile 2013-08-13 17:48:30 UTC (rev 109342)
@@ -2,9 +2,9 @@
PortSystem 1.0
-name libsdl_mixer
-set my_name SDL_mixer
-version 1.2.12
+name libsdl2_mixer
+set my_name SDL2_mixer
+version 2.0.0
categories audio devel
platforms darwin
license zlib
@@ -16,34 +16,34 @@
simultaneously playing channels of 16 bit stereo audio, plus a single \
channel of music.
-homepage http://www.libsdl.org/projects/${my_name}/
+homepage http://www.libsdl.org/projects/SDL_mixer/
master_sites ${homepage}release/
distname ${my_name}-${version}
-checksums rmd160 99089725824095398bfb34fd9ccb7c16674192d8 \
- sha256 1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a
+checksums rmd160 a49884a68351f77fefe76c2fcf8ee317e6d971e2 \
+ sha256 a8ce0e161793791adeff258ca6214267fdd41b3c073d2581cd5265c8646f725b
depends_build port:pkgconfig
-depends_lib path:lib/pkgconfig/sdl.pc:libsdl \
+depends_lib port:libsdl2 \
+ port:smpeg2 \
port:flac \
- port:smpeg \
port:libvorbis \
port:libmikmod
-patchfiles Makefile.in.diff
-
configure.args --disable-sdltest \
--disable-smpegtest \
- --enable-music-mod \
- --disable-music-mod-shared \
+ --disable-music-mod-modplug \
+ --disable-music-midi-fluidsynth \
+ --enable-music-mod-mikmod \
+ --disable-music-mod-mikmod-shared \
--disable-music-ogg-shared \
--disable-music-flac-shared \
- --disable-music-mp3-shared
+ --disable-music-mp3-smpeg-shared
post-destroot {
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
- xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING README \
+ xinstall -m 0644 -W ${worksrcpath} CHANGES.txt COPYING.txt README.txt \
${destroot}${docdir}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130813/34127e17/attachment.html>
More information about the macports-changes
mailing list