[Midnightbsd-cvs] mports [20758] trunk/audio/sdl_sound: update plist
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Nov 12 20:07:25 EST 2015
Revision: 20758
http://svnweb.midnightbsd.org/mports/?rev=20758
Author: laffer1
Date: 2015-11-12 20:07:24 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
update plist
Modified Paths:
--------------
trunk/audio/sdl_sound/Makefile
trunk/audio/sdl_sound/distinfo
trunk/audio/sdl_sound/pkg-plist
Modified: trunk/audio/sdl_sound/Makefile
===================================================================
--- trunk/audio/sdl_sound/Makefile 2015-11-13 01:03:59 UTC (rev 20757)
+++ trunk/audio/sdl_sound/Makefile 2015-11-13 01:07:24 UTC (rev 20758)
@@ -8,15 +8,16 @@
DISTNAME= SDL_sound-${PORTVERSION}
MAINTAINER= ports at MidnightBSD.org
-COMMENT= A SDL audio library and player for some popular sound file formats
+COMMENT= SDL audio library and player for some popular sound file formats
+
LICENSE= lgpl
-USES= libtool
+USES= libtool
USE_LDCONFIG= yes
USE_SDL= sdl
CONFIGURE_ARGS= --program-prefix=""
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= ${ARCH}-portbld-freebsd7.0
+CONFIGURE_TARGET= ${ARCH}-portbld-freebsd9.1
OPTIONS= FLAC "Enable flac support" on \
MIKMOD "Enable mikmod support" on \
@@ -29,25 +30,25 @@
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_FLAC)
-LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac
+LIB_DEPENDS+= libFLAC.so:${PORTSDIR}/audio/flac
.else
CONFIGURE_ARGS+=--disable-flac
.endif
.if !defined(WITHOUT_MIKMOD)
-LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod
+LIB_DEPENDS+= libmikmod.so:${PORTSDIR}/audio/libmikmod
.else
CONFIGURE_ARGS+=--disable-mikmod
.endif
.if !defined(WITHOUT_PHYSFS)
-LIB_DEPENDS+= physfs.1:${PORTSDIR}/devel/physfs
+LIB_DEPENDS+= libphysfs.so:${PORTSDIR}/devel/physfs
.else
CONFIGURE_ARGS+=--disable-physfs
.endif
.if !defined(WITHOUT_SMPEG)
-LIB_DEPENDS+= smpeg.1:${PORTSDIR}/multimedia/smpeg
+LIB_DEPENDS+= libsmpeg.so:${PORTSDIR}/multimedia/smpeg
CONFIGURE_ARGS+=--disable-mpglib
.else
CONFIGURE_ARGS+=--disable-smpeg
@@ -54,7 +55,7 @@
.endif
.if !defined(WITHOUT_SPEEX)
-LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex
+LIB_DEPENDS+= libspeex.so:${PORTSDIR}/audio/speex
.else
CONFIGURE_ARGS+=--disable-speex
.endif
@@ -67,7 +68,7 @@
.endif
.if !defined(WITHOUT_VORBIS)
-LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis
.else
CONFIGURE_ARGS+=--disable-ogg
.endif
Modified: trunk/audio/sdl_sound/distinfo
===================================================================
--- trunk/audio/sdl_sound/distinfo 2015-11-13 01:03:59 UTC (rev 20757)
+++ trunk/audio/sdl_sound/distinfo 2015-11-13 01:07:24 UTC (rev 20758)
@@ -1,3 +1,2 @@
SHA256 (SDL_sound-1.0.3.tar.gz) = 3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df
-RMD160 (SDL_sound-1.0.3.tar.gz) = 8e56daa71f827a4a22e7071a4e4f37c21dd96105
SIZE (SDL_sound-1.0.3.tar.gz) = 1127100
Modified: trunk/audio/sdl_sound/pkg-plist
===================================================================
--- trunk/audio/sdl_sound/pkg-plist 2015-11-13 01:03:59 UTC (rev 20757)
+++ trunk/audio/sdl_sound/pkg-plist 2015-11-13 01:07:24 UTC (rev 20758)
@@ -1,8 +1,7 @@
bin/playsound
bin/playsound_simple
include/SDL/SDL_sound.h
+lib/libSDL_sound-1.0.so.1
+lib/libSDL_sound-1.0.so.1.0.2
lib/libSDL_sound.a
-lib/libSDL_sound.la
lib/libSDL_sound.so
-lib/libSDL_sound.so.1
- at dirrmtry include/SDL
More information about the Midnightbsd-cvs
mailing list