update to 1.5.1

This commit is contained in:
Oliver Lehmann 2008-05-28 19:27:41 +00:00
parent 66defa7f31
commit 0960d7f44e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213823
9 changed files with 47 additions and 52 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= audacious-plugins
PORTVERSION= 1.5.0
PORTREVISION= 3
PORTVERSION= 1.5.1
CATEGORIES= multimedia audio
MASTER_SITES= http://distfiles.atheme.org/
EXTRACT_SUFX= .tgz

View File

@ -1,3 +1,3 @@
MD5 (audacious-plugins-1.5.0.tgz) = 42c82ffffd57aca612141bc106b9f51e
SHA256 (audacious-plugins-1.5.0.tgz) = 566bc8cb73967f85fc08cb9d6de90fd4e066fa7fa137614b3c71a93eadaf6552
SIZE (audacious-plugins-1.5.0.tgz) = 2961507
MD5 (audacious-plugins-1.5.1.tgz) = 057b91f33aaf06bb4cde7260177c2f5f
SHA256 (audacious-plugins-1.5.1.tgz) = aed33732c55566604a24cd2cd1751c24d159ff8eca510647c5c3c7889fd8ae15
SIZE (audacious-plugins-1.5.1.tgz) = 2944448

View File

@ -3,6 +3,7 @@ lib/audacious/Container/m3u.so
lib/audacious/Container/pls.so
%%XSPFPLUGIN%%lib/audacious/Container/xspf.so
lib/audacious/Effect/audiocompress.so
lib/audacious/Effect/crystalizer.so
lib/audacious/Effect/ladspa.so
lib/audacious/Effect/echo.so
lib/audacious/Effect/sndstretch.so

View File

@ -6,8 +6,8 @@
#
PORTNAME= audacious
PORTVERSION= 1.5.0
PORTREVISION= 1
PORTVERSION= 1.5.1
PORTREVISION= 0
CATEGORIES= multimedia audio
MASTER_SITES= http://distfiles.atheme.org/
MASTER_SITE_SUBDIR=oliver
@ -33,7 +33,7 @@ LIB_DEPENDS= mcs.1:${PORTSDIR}/devel/libmcs \
PORTDOCS= README AUTHORS NEWS
OPTIONS= CHARSET "Build with automatic charset detection" off \
DBUS "Build with dbus support" on \
DBUS "Build with dbus support" off \
GNOME "Build with gconf support" off \
NLS "Native Language Support" on \
XML "Build with xml support" on \

View File

@ -1,3 +1,3 @@
MD5 (audacious-1.5.0.tgz) = ea631b69eb54e97d60bf3c52ae6c7e62
SHA256 (audacious-1.5.0.tgz) = 25a4e72ca44c2228b41246df662ae6a96b7ebcd561affacdc0dd83ebdee02322
SIZE (audacious-1.5.0.tgz) = 1946403
MD5 (audacious-1.5.1.tgz) = 3c206a6d06d49d8a68f0edd9933d2219
SHA256 (audacious-1.5.1.tgz) = ac5970c09ed25ac56dac15e035328592cace5321c7895229e682cac92201f1d7
SIZE (audacious-1.5.1.tgz) = 1937747

View File

@ -1,11 +1,11 @@
--- configure.orig 2008-03-16 15:32:34.000000000 +0100
+++ configure 2008-03-16 15:32:45.000000000 +0100
@@ -2049,9 +2049,6 @@
fi
-if test -d "/usr/X11R6/include"; then
- CPPFLAGS="$CPPFLAGS -I/usr/X11R6/include"
- CPPFLAGS="$CPPFLAGS -I/usr/X11R6/include"
-fi
PACKAGE=audacious

View File

@ -1,10 +1,10 @@
--- src/audacious/Makefile.orig 2008-03-13 23:19:27.000000000 +0100
+++ src/audacious/Makefile 2008-03-15 19:27:56.000000000 +0100
@@ -146,15 +146,8 @@
--- src/audacious/Makefile.orig 2008-05-24 00:00:34.000000000 +0200
+++ src/audacious/Makefile 2008-05-28 19:12:10.000000000 +0200
@@ -150,15 +150,8 @@
include ../../buildsys.mk
-ifdef USE_DBUS
-ifeq ($(USE_DBUS),yes)
-CPPFLAGS += -I../libaudclient
-DBUS_BINDINGS = dbus-server-bindings.h dbus-client-bindings.h
-LIBS += -L../libaudclient -laudclient
@ -13,33 +13,28 @@
-pre-depend: ${DBUS_BINDINGS}
-
-CPPFLAGS += -DHAVE_CONFIG_H \
+CPPFLAGS = -I.. -I../.. \
+ -DHAVE_CONFIG_H \
${MOWGLI_CFLAGS} \
${GTK_CFLAGS} \
${BEEP_DEFINES} \
@@ -167,21 +160,29 @@
-D_AUDACIOUS_CORE \
-I../libSAD \
-I../libeggsmclient \
- -I.. -I../.. \
-I./intl
+CPPFLAGS = -I.. -I../.. \
+ -DHAVE_CONFIG_H \
${MOWGLI_CFLAGS} \
${GLIB_CFLAGS} \
${GTHREAD_CFLAGS} \
@@ -173,10 +166,9 @@
-D_AUDACIOUS_CORE \
-I../libSAD \
${EGGSM_CFLAGS} \
- -I.. -I../.. \
-I./intl
-LIBS += ${LDADD} \
+LIBS = ${LDADD} \
${LIBINTL} \
${samplerate_LIBS} \
../libguess/libguess.a \
../libSAD/libSAD.a \
../libeggsmclient/libeggsmclient.a ${SM_LIBS} \
${GTK_LIBS} \
+ ${GLIB_LIBS} \
${DBUS_LIBS} \
${MOWGLI_LIBS} \
${LIBMCS_LIBS} \
${REGEX_LIBS}
-LIBS += ${LDADD} \
+LIBS = ${LDADD} \
${LIBINTL} \
${SAMPLERATE_LIBS} \
../libguess/libguess.a \
@@ -190,6 +182,14 @@
${LIBMCS_LIBS} \
${REGEX_LIBS}
+ifdef USE_DBUS
+ifeq ($(USE_DBUS),yes)
+CPPFLAGS += -I../libaudclient
+DBUS_BINDINGS = dbus-server-bindings.h dbus-client-bindings.h
+LIBS += -L../libaudclient -laudclient

View File

@ -1,13 +1,13 @@
--- src/audtool/Makefile.orig 2007-11-26 17:58:26.000000000 +0100
+++ src/audtool/Makefile 2007-11-26 17:57:34.000000000 +0100
--- src/audtool/Makefile.orig 2008-05-24 00:00:34.000000000 +0200
+++ src/audtool/Makefile 2008-05-28 19:15:01.000000000 +0200
@@ -18,8 +18,8 @@
${BEEP_DEFINES} \
${ARCH_DEFINES} \
${MOWGLI_CFLAGS}
-LIBS += ${DBUS_LIBS} \
${ARCH_DEFINES} \
${MOWGLI_CFLAGS}
-LIBS += ${DBUS_LIBS} \
- -L../libaudclient -laudclient \
+LIBS += -L../libaudclient -laudclient \
+ ${DBUS_LIBS} \
${GTK_LIBS} \
${MOWGLI_LIBS} \
${LIBGLADE_LIBS}
${GTK_LIBS} \
${MOWGLI_LIBS} \
${LIBMCS_LIBS}

View File

@ -1,6 +1,7 @@
bin/audacious
%%WITH_DBUS%%bin/audtool
%%WITH_DBUS%%include/audacious/audctrl.h
include/audacious/audconfig.h
include/audacious/auddrct.h
include/audacious/configdb.h
include/audacious/custom_uri.h
@ -9,7 +10,6 @@ include/audacious/dbus-service.h
include/audacious/discovery.h
include/audacious/eventqueue.h
include/audacious/flow.h
include/audacious/formatter.h
include/audacious/hook.h
include/audacious/i18n.h
include/audacious/id3tag.h