update to 1.3.4

This commit is contained in:
steven 2007-05-21 11:34:07 +00:00
parent 7d5fccef54
commit 1ec8a34b34
6 changed files with 69 additions and 38 deletions

View File

@ -1,14 +1,14 @@
# $OpenBSD: Makefile,v 1.3 2007/04/12 20:24:29 sturm Exp $
# $OpenBSD: Makefile,v 1.4 2007/05/21 11:34:07 steven Exp $
SHARED_ONLY= Yes
COMMENT-main= "input and output plugins for audacious"
COMMENT-arts= "arts helper and plugin for audacious"
V= 1.2.5
V= 1.3.4
DISTNAME= audacious-plugins-$V
PKGNAME-main= ${DISTNAME}p1
PKGNAME-arts= audacious-arts-$Vp1
PKGNAME-main= ${DISTNAME}
PKGNAME-arts= audacious-arts-$V
CATEGORIES= audio multimedia
HOMEPAGE= http://audacious-media-player.org/
@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= ${HOMEPAGE}release/
MASTER_SITES= http://static.audacious-media-player.org/release/
EXTRACT_SUFX= .tgz
MULTI_PACKAGES= -main
@ -36,34 +36,37 @@ MULTI_PACKAGES+=-arts
USE_X11= Yes
NO_REGRESS= Yes
WANTLIB= X11 Xau Xdmcp Xrender m z expat fontconfig freetype iconv intl \
WANTLIB= X11 Xau Xdmcp Xrender Xcursor Xext Xfixes Xi Xinerama Xrandr \
m z expat fontconfig freetype iconv intl \
pango-1.0 pangocairo-1.0 pangoft2-1.0 atk-1.0 cairo \
glib-2.0 gthread-2.0 gmodule-2.0 gobject-2.0 \
gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.0 glitz png
WANTLIB-main= ${WANTLIB} Xext crypto ssl ossaudio stdc++ ogg usbhid xml2
WANTLIB-arts= ${WANTLIB} c pthread
WANTLIB-main= ${WANTLIB} Xcomposite crypto ssl ossaudio stdc++ ogg usbhid xml2
WANTLIB-arts= ${WANTLIB} Xext c pthread
BUILD_DEPENDS= ${RUN_DEPENDS-main}
RUN_DEPENDS-main= :audacious->=1.2:audio/audacious
RUN_DEPENDS-arts= ::audio/audacious-plugins,-main
LIB_DEPENDS-main= tag.>=6,tag_c.>=1:taglib->=1.4:audio/taglib \
LIB_DEPENDS-main= tag.>=6:taglib->=1.4:audio/taglib \
faad,mp4ff::audio/faad \
audiofile::devel/libaudiofile \
curl.>=5::net/curl \
SDL.>=6::devel/sdl \
vorbis.>=5,vorbisfile.>=4::audio/libvorbis \
mpcdec.>=2::audio/libmpcdec \
FLAC.>=7::audio/flac \
mad::audio/libmad \
mp3lame::audio/lame \
esd.>=2::audio/esound \
sndfile.>=1::audio/libsndfile
LIB_DEPENDS-arts= artsc.>=1::x11/kde/arts3
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-ipv6 \
--with-dev-dsp=/dev/audio
--with-dev-dsp=/dev/audio \
--disable-flac
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
ac_cv_header_altivec_h=no

View File

@ -1,5 +1,5 @@
MD5 (audacious-plugins-1.2.5.tgz) = IddaNQJOgffFgRuvXIIS4A==
RMD160 (audacious-plugins-1.2.5.tgz) = zhAmSeXPFSObyrWiBNNohp2+hR0=
SHA1 (audacious-plugins-1.2.5.tgz) = 2qXfIi6YLxpWEVxFXBKJsh9I8mQ=
SHA256 (audacious-plugins-1.2.5.tgz) = KdgS25oX71DcONuaw1SrK6MQR4KaDBMWpUkXcyj/tsM=
SIZE (audacious-plugins-1.2.5.tgz) = 2339867
MD5 (audacious-plugins-1.3.4.tgz) = QX/+HK5wgbDexAS2WabWfg==
RMD160 (audacious-plugins-1.3.4.tgz) = ZsXrgTRrDRut+hnlVXv/f21MIhY=
SHA1 (audacious-plugins-1.3.4.tgz) = rzVRjwT7o3WuQy/ICsbvgeXj7xo=
SHA256 (audacious-plugins-1.3.4.tgz) = RFNLnx4DZJMio6n/i7qZy1eQpzboEkHZKF5AlXrssyQ=
SIZE (audacious-plugins-1.3.4.tgz) = 2977560

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-configure,v 1.1.1.1 2006/12/27 16:49:25 steven Exp $
--- configure.orig Tue Dec 26 12:17:53 2006
+++ configure Tue Dec 26 12:18:01 2006
@@ -4242,7 +4242,7 @@ _ACEOF
fi;
$OpenBSD: patch-configure,v 1.2 2007/05/21 11:34:07 steven Exp $
--- configure.orig Fri May 4 12:50:56 2007
+++ configure Fri May 18 11:53:30 2007
@@ -6639,7 +6639,7 @@ fi
-INPUT_PLUGINS="tonegen console sexypsf wav cue alac"
+INPUT_PLUGINS="tonegen console sexypsf wav alac"
OUTPUT_PLUGINS="disk_writer"
EFFECT_PLUGINS="audiocompress ladspa voice_removal stereo_plugin echo_plugin"
-INPUT_PLUGINS="tonegen console sexypsf wav cue alac metronom vtx"
+INPUT_PLUGINS="tonegen console sexypsf wav alac metronom vtx"
OUTPUT_PLUGINS="disk_writer null"
EFFECT_PLUGINS="audiocompress ladspa voice_removal sndstretch stereo_plugin echo_plugin"
GENERAL_PLUGINS="song_change alarm"

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-src_aac_src_Makefile,v 1.1.1.1 2006/12/27 16:49:25 steven Exp $
--- src/aac/src/Makefile.orig Mon Dec 25 10:11:34 2006
+++ src/aac/src/Makefile Mon Dec 25 10:11:51 2006
$OpenBSD: patch-src_aac_src_Makefile,v 1.2 2007/05/21 11:34:07 steven Exp $
--- src/aac/src/Makefile.orig Wed Apr 4 20:38:00 2007
+++ src/aac/src/Makefile Sun Apr 8 11:28:33 2007
@@ -8,7 +8,7 @@ CFLAGS += $(PICFLAGS)
# override objective make's LIBDIR
LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS)
-LDFLAGS += ../libfaad2/libfaad.a ../mp4ff/libmp4ff.a -lstdc++
+LDFLAGS += -L!!LOCALBASE!!/lib -lfaad -lmp4ff -lstdc++

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-src_cdaudio_Makefile,v 1.1.1.1 2006/12/27 16:49:25 steven Exp $
--- src/cdaudio/Makefile.orig Mon Dec 25 10:31:44 2006
+++ src/cdaudio/Makefile Mon Dec 25 10:31:59 2006
@@ -10,5 +10,6 @@ SOURCES = cdaudio.c cddb.c cdinfo.c conf
$OpenBSD: patch-src_cdaudio_Makefile,v 1.2 2007/05/21 11:34:07 steven Exp $
--- src/cdaudio/Makefile.orig Tue Jan 30 17:04:43 2007
+++ src/cdaudio/Makefile Sun Apr 8 11:19:45 2007
@@ -11,5 +11,6 @@ SOURCES = cdaudio.c cddb.c cdinfo.c configure.c http.c
OBJECTS = ${SOURCES:.c=.o}
CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. -I../..
CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. -I../..
+LDFLAGS += -lossaudio
include ../../mk/objective.mk

View File

@ -1,44 +1,53 @@
@comment $OpenBSD: PLIST-main,v 1.1.1.1 2006/12/27 16:49:25 steven Exp $
@comment $OpenBSD: PLIST-main,v 1.2 2007/05/21 11:34:07 steven Exp $
include/audacious-plugins/
lib/audacious/
lib/audacious/Container/
lib/audacious/Container/libm3u.so
lib/audacious/Container/libpls.so
lib/audacious/Container/libstdio.so
lib/audacious/Container/libxspf.so
lib/audacious/Effect/
lib/audacious/Effect/libaudiocompress.so
lib/audacious/Effect/libecho.so
lib/audacious/Effect/libladspa.so
lib/audacious/Effect/libsndstretch.so
lib/audacious/Effect/libstereo.so
lib/audacious/Effect/libvoice_removal.so
lib/audacious/General/
lib/audacious/General/libalarm.so
lib/audacious/General/libaosd.so
lib/audacious/General/libcurl.so
lib/audacious/General/libscrobbler.so
lib/audacious/General/libsong_change.so
lib/audacious/General/libstatusicon.so
lib/audacious/Input/
lib/audacious/Input/libaac.so
lib/audacious/Input/libalac.so
lib/audacious/Input/libcdaudio.so
lib/audacious/Input/libconsole.so
lib/audacious/Input/libflac.so
lib/audacious/Input/libmadplug.so
lib/audacious/Input/libmetronom.so
lib/audacious/Input/libmodplug.so
lib/audacious/Input/libmpc.so
lib/audacious/Input/libmpg123.so
lib/audacious/Input/libsexypsf.so
lib/audacious/Input/libtimidity.so
lib/audacious/Input/libtonegen.so
lib/audacious/Input/libtta.so
lib/audacious/Input/libvorbis.so
lib/audacious/Input/libvtx.so
lib/audacious/Input/libwav.so
lib/audacious/Input/libwma.so
lib/audacious/Output/
lib/audacious/Output/libESD.so
lib/audacious/Output/libOSS.so
lib/audacious/Output/libdisk_writer.so
lib/audacious/Output/liblame.so
lib/audacious/Output/libnull.so
lib/audacious/Output/libsun.so
lib/audacious/Visualization/
lib/audacious/Visualization/libbscope.so
lib/audacious/Visualization/libparanormal.so
lib/audacious/Visualization/librocklight.so
lib/audacious/Visualization/librovascope.so
lib/audacious/Visualization/libspectrum.so
share/audacious-plugins/
share/audacious-plugins/paranormal/
@ -49,22 +58,41 @@ share/audacious-plugins/paranormal/Presets/aerdan_-_cloudscape2.pnv
share/audacious-plugins/paranormal/Presets/aerdan_-_dancing_snow.pnv
share/audacious-plugins/paranormal/Presets/aerdan_-_portal_to_hell.pnv
share/audacious-plugins/paranormal/Presets/aerdan_-_telestatic.pnv
share/audacious-plugins/paranormal/Presets/nazca_-_smoke_on_the_water.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_3d_wave.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_aquamarine_dream.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_beatscope.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_branchscope.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_bumblebees.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_cubism.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_flying_into_pastels.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_interlaced.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_kaliedoscope.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_phosphor_flame.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_psuedo_starfield.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_purple_flower.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_quakingscope.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_quasar.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_retroscope.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_rush.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_scopefun.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_simple_yet_pretty.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_smoke.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_swarm.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_technicolour_nightmare.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_transform_fun.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_trapped.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_tunnel_vision.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_value_replace_fun.pnv
share/audacious-plugins/paranormal/Presets/nenolod_-_worms.pnv
share/audacious-plugins/paranormal/Presets/ticpu_-_colored_beat-o-scope.pnv
share/audacious/images/audioscrobbler.png
share/audacious/images/audioscrobbler_badge.png
share/locale/ca/LC_MESSAGES/audacious-plugins.mo
share/locale/cs/LC_MESSAGES/audacious-plugins.mo
share/locale/cy/LC_MESSAGES/audacious-plugins.mo
share/locale/de/LC_MESSAGES/audacious-plugins.mo
share/locale/ja/LC_MESSAGES/audacious-plugins.mo
share/locale/ru/LC_MESSAGES/audacious-plugins.mo
share/locale/sk/LC_MESSAGES/audacious-plugins.mo
share/locale/tr/LC_MESSAGES/audacious-plugins.mo