mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Update to 1.0.6.
Several fixes/cleanups: - add previously missed INSTALLS_SHLIB; - libtoolize; - remove redundant newline at the end of PLIST.
This commit is contained in:
parent
ce36c301fd
commit
bcd4b24df9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31652
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: sdl_mixer
|
||||
# Date created: 24 Aprim 2000
|
||||
# Date created: 24 April 2000
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sdl_mixer
|
||||
PORTVERSION= 1.0.5
|
||||
PORTVERSION= 1.0.6
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.devolution.com/~slouken/SDL/projects/SDL_mixer/src/
|
||||
DISTNAME= SDL_mixer-${PORTVERSION}
|
||||
@ -18,8 +18,10 @@ LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel \
|
||||
mikmod.2:${PORTSDIR}/audio/libmikmod
|
||||
|
||||
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
|
||||
CPPFLAGS="-I${X11BASE}/include"
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (SDL_mixer-1.0.5.tar.gz) = 45fff1d83465d81da252873d8cf85556
|
||||
MD5 (SDL_mixer-1.0.6.tar.gz) = 62b25bdf4ddb97d3c435b5412940ebc4
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- Makefile.in.orig Sat Mar 4 06:54:37 2000
|
||||
+++ Makefile.in Mon Apr 24 12:39:34 2000
|
||||
@@ -91,15 +91,15 @@
|
||||
--- Makefile.in.orig Mon Jul 3 07:38:36 2000
|
||||
+++ Makefile.in Tue Aug 15 10:02:41 2000
|
||||
@@ -90,15 +90,15 @@
|
||||
lib_LTLIBRARIES = libSDL_mixer.la
|
||||
|
||||
SUBDIRS = @MUSIC_SUBDIRS@
|
||||
@ -12,15 +12,15 @@
|
||||
libSDL_mixerinclude_HEADERS = SDL_mixer.h
|
||||
|
||||
|
||||
libSDL_mixer_la_SOURCES = mixer.c music.c music_cmd.c music_cmd.h wave.h wavestream.c wavestream.h
|
||||
libSDL_mixer_la_SOURCES = mixer.c music.c music_cmd.c music_cmd.h music_ogg.c music_ogg.h wave.h wavestream.c wavestream.h
|
||||
|
||||
-@USE_MIKMOD_TRUE@MIKMOD_LIB = mikmod/libmikmod.la
|
||||
+@USE_MIKMOD_TRUE@MIKMOD_LIB = -lmikmod
|
||||
@USE_MIKMOD_FALSE@MIKMOD_LIB =
|
||||
@USE_TIMIDITY_TRUE@TIMIDITY_LIB = timidity/libtimidity.la
|
||||
@USE_TIMIDITY_FALSE@TIMIDITY_LIB =
|
||||
@@ -107,7 +107,7 @@
|
||||
EXTRA_DIST = CHANGES VisualC.zip MPWmake.sea.hqx autogen.sh
|
||||
@@ -106,7 +106,7 @@
|
||||
EXTRA_DIST = CHANGES VisualC.zip MPWmake.sea.hqx CWprojects.sea.hqx autogen.sh
|
||||
|
||||
|
||||
-libSDL_mixer_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
libSDL_mixer_la_LIBADD = $(MIKMOD_LIB) $(TIMIDITY_LIB)
|
||||
|
||||
@@ -127,12 +127,10 @@
|
||||
@@ -126,12 +126,11 @@
|
||||
LIBS = @LIBS@
|
||||
@USE_TIMIDITY_FALSE@@USE_MIKMOD_FALSE@libSDL_mixer_la_DEPENDENCIES =
|
||||
@USE_TIMIDITY_TRUE@@USE_MIKMOD_TRUE@libSDL_mixer_la_DEPENDENCIES = \
|
||||
@ -36,9 +36,9 @@
|
||||
@USE_TIMIDITY_TRUE@@USE_MIKMOD_TRUE@timidity/libtimidity.la
|
||||
@USE_TIMIDITY_TRUE@@USE_MIKMOD_FALSE@libSDL_mixer_la_DEPENDENCIES = \
|
||||
@USE_TIMIDITY_TRUE@@USE_MIKMOD_FALSE@timidity/libtimidity.la
|
||||
-@USE_TIMIDITY_FALSE@@USE_MIKMOD_TRUE@libSDL_mixer_la_DEPENDENCIES = \
|
||||
@USE_TIMIDITY_FALSE@@USE_MIKMOD_TRUE@libSDL_mixer_la_DEPENDENCIES = \
|
||||
-@USE_TIMIDITY_FALSE@@USE_MIKMOD_TRUE@mikmod/libmikmod.la
|
||||
+@USE_TIMIDITY_FALSE@@USE_MIKMOD_TRUE@libSDL_mixer_la_DEPENDENCIES =
|
||||
libSDL_mixer_la_OBJECTS = mixer.lo music.lo music_cmd.lo wavestream.lo
|
||||
+
|
||||
libSDL_mixer_la_OBJECTS = mixer.lo music.lo music_cmd.lo music_ogg.lo \
|
||||
wavestream.lo
|
||||
PROGRAMS = $(bin_PROGRAMS)
|
||||
|
||||
|
@ -1,5 +1,14 @@
|
||||
--- configure.orig Mon Apr 24 12:40:12 2000
|
||||
+++ configure Mon Apr 24 12:43:53 2000
|
||||
--- configure.orig Sat Mar 4 05:36:35 2000
|
||||
+++ configure Sat Aug 12 16:43:06 2000
|
||||
@@ -1849,7 +1849,7 @@
|
||||
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
|
||||
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
|
||||
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
|
||||
-$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
|
||||
+$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
|
||||
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
||||
|
||||
# Reload cache, that may have been modified by ltconfig
|
||||
@@ -2232,8 +2232,8 @@
|
||||
fi
|
||||
|
||||
|
@ -1 +1 @@
|
||||
A sample multi-channel audio mixer library
|
||||
SDL_mixer is a sample multi-channel audio mixer library
|
||||
|
@ -4,5 +4,3 @@ include/SDL11/SDL_mixer.h
|
||||
lib/libSDL_mixer.so
|
||||
lib/libSDL_mixer.so.2
|
||||
lib/libSDL_mixer.a
|
||||
lib/libSDL_mixer.la
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user