Index: Makefile =================================================================== RCS file: /home/cvs/OpenBSD/ports/audio/aqualung/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 25 Mar 2008 18:09:14 -0000 1.4 +++ Makefile 14 Apr 2008 03:30:30 -0000 @@ -3,7 +3,7 @@ COMMENT= advanced music player DISTNAME= aqualung-0.9beta9.1 -PKGNAME= ${DISTNAME}p2 +PKGNAME= ${DISTNAME}p3 CATEGORIES= audio HOMEPAGE= http://aqualung.factorial.hu/ @@ -27,7 +27,10 @@ mpcdec::audio/libmpcdec \ FLAC::audio/flac \ avcodec,avformat,avutil::graphics/ffmpeg \ - jack::audio/jack + vorbis,vorbisfile,vorbisenc::audio/libvorbis \ + bz2::archivers/bzip2 \ + jack::audio/jack \ + lrdf::textproc/liblrdf RUN_DEPENDS= ::devel/desktop-file-utils @@ -47,11 +50,11 @@ # cddb, ifp, wavpack (requires lib*) - no package # cdda (requires libcdio) - no package -# ladspa (requires liblrdf) - no package # mod (requires libmodplug) - no package # speex (requires liboggz) - no package CONFIGURE_ARGS= --with-flac \ --with-jack \ + --with-ladspa \ --with-lame \ --with-lavc \ --with-loop \ @@ -69,7 +72,6 @@ --without-cdda \ --without-cddb \ --without-ifp \ - --without-ladspa \ --without-mod \ --without-speex \ --without-wavpack @@ -79,6 +81,5 @@ ${INSTALL_DATA_DIR} ${PREFIX}/share/applications sed -e 's+%%PREFIX%%+${TRUEPREFIX}+' ${FILESDIR}/aqualung.desktop > \ ${PREFIX}/share/applications/aqualung.desktop - .include Index: patches/patch-src_plugin_c =================================================================== RCS file: patches/patch-src_plugin_c diff -N patches/patch-src_plugin_c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-src_plugin_c 14 Apr 2008 03:30:31 -0000 @@ -0,0 +1,12 @@ +$OpenBSD$ +--- src/plugin.c.orig Wed Feb 27 08:08:05 2008 ++++ src/plugin.c Wed Feb 27 08:13:43 2008 +@@ -43,7 +43,7 @@ + #include "plugin.h" + + +-#ifdef __FreeBSD__ ++#if defined(__FreeBSD__) || defined(__OpenBSD__) + #define dirent64 dirent + #define scandir64 scandir + #define alphasort64 alphasort