diff -urN /usr/ports/audio/aqualung/Makefile audio/aqualung/Makefile --- /usr/ports/audio/aqualung/Makefile 2015-08-24 03:54:26.358756000 +0900 +++ audio/aqualung/Makefile 2015-09-22 00:00:00.000000000 +0900 @@ -2,14 +2,15 @@ # $FreeBSD: head/audio/aqualung/Makefile 379135 2015-02-17 02:21:03Z vanilla $ PORTNAME= aqualung -DISTVERSION= 1.0-rc1 +PORTVERSION= 1.0 CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Music player with rich features LICENSE= GPLv2 # (or later) +#LICENSE_FILES= ${WRKSRC}/COPYING LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ libmp3lame.so:${PORTSDIR}/audio/lame \ @@ -28,10 +29,10 @@ libcdio_paranoia.so:${PORTSDIR}/sysutils/libcdio-paranoia \ liblrdf.so:${PORTSDIR}/textproc/liblrdf -USES= gettext lua:51 pkgconfig +USES= gettext lua pkgconfig USE_GNOME= gtk20 libxml2 libxslt GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-alsa=no --with-ifp=no +CONFIGURE_ARGS= --with-ifp=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -39,8 +40,11 @@ DESKTOP_ENTRIES="Aqualung" "" "${DATADIR}/general.png" "aqualung" \ "Audio;AudioVideo;GTK;" "" -OPTIONS_DEFINE= DOCS JACK PULSEAUDIO +OPTIONS_DEFINE= ALSA DOCS JACK PULSEAUDIO +ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib +ALSA_CONFIGURE_ON= --with-alsa=yes +ALSA_CONFIGURE_OFF= --with-alsa=no JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack JACK_CONFIGURE_ON= --with-jack=yes JACK_CONFIGURE_OFF= --with-jack=no diff -urN /usr/ports/audio/aqualung/distinfo audio/aqualung/distinfo --- /usr/ports/audio/aqualung/distinfo 2015-08-24 03:54:26.371117000 +0900 +++ audio/aqualung/distinfo 2015-09-22 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (aqualung-1.0-rc1.tar.gz) = 4b6c7e8a38af9f03fb042f8133cce834f87d7f5489caf2a85e9d2d1e428ae24b -SIZE (aqualung-1.0-rc1.tar.gz) = 1939271 +SHA256 (aqualung-1.0.tar.gz) = c286c1432c1475127f4e9525702bcb486ed85fc62539bd3ef344d92333e84347 +SIZE (aqualung-1.0.tar.gz) = 2014854 diff -urN /usr/ports/audio/aqualung/files/patch-src__decoder__dec_mac.cpp audio/aqualung/files/patch-src__decoder__dec_mac.cpp --- /usr/ports/audio/aqualung/files/patch-src__decoder__dec_mac.cpp 1970-01-01 09:00:00.000000000 +0900 +++ audio/aqualung/files/patch-src__decoder__dec_mac.cpp 2015-09-22 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- src/decoder/dec_mac.cpp.orig 2015-04-19 12:49:49 UTC ++++ src/decoder/dec_mac.cpp +@@ -174,7 +174,7 @@ mac_decoder_open(decoder_t * dec, char * + + + int ret = 0; +- wchar_t * pUTF16 = CAPECharacterHelper::GetUTF16FromANSI(filename); ++ wchar_t * pUTF16 = GetUTF16FromANSI(filename); + pdecompress = CreateIAPEDecompress(pUTF16, &ret); + free(pUTF16); + diff -urN /usr/ports/audio/aqualung/pkg-plist audio/aqualung/pkg-plist --- /usr/ports/audio/aqualung/pkg-plist 2015-08-24 03:54:26.346981000 +0900 +++ audio/aqualung/pkg-plist 2015-09-22 00:00:00.000000000 +0900 @@ -150,6 +150,7 @@ %%PORTDOCS%%%%DOCSDIR%%/systray.png %%PORTDOCS%%%%DOCSDIR%%/timer.eps %%PORTDOCS%%%%DOCSDIR%%/timer.png +share/locale/cs/LC_MESSAGES/aqualung.mo share/locale/de/LC_MESSAGES/aqualung.mo share/locale/es/LC_MESSAGES/aqualung.mo share/locale/fr/LC_MESSAGES/aqualung.mo