ports/118632: [PATCH] audio/aqualung: Update to 0.9beta8

Andrey Slusar anray at FreeBSD.org
Wed Dec 12 23:00:03 UTC 2007


>Number:         118632
>Category:       ports
>Synopsis:       [PATCH] audio/aqualung: Update to 0.9beta8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 12 23:00:00 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Slusar
>Release:        FreeBSD 7.0-BETA3 i386
>Organization:
Santinel
>Environment:
System: FreeBSD santinel.home.ua 7.0-BETA3 FreeBSD 7.0-BETA3 #0: Fri Nov 30 22:00:25 EET 2007 anray at santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386
>Description:
	- Update to 0.9beta8
	- Add option WITH_TRAYICON - build aqualung with freedesktop trayicon

Note: New file files/patch-playlist.h
>How-To-Repeat:
	
>Fix:

--- aqualung.diff begins here ---
Index: ports/audio/aqualung/Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/aqualung/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- ports/audio/aqualung/Makefile	28 Jul 2007 12:27:08 -0000	1.9
+++ ports/audio/aqualung/Makefile	12 Dec 2007 22:15:49 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	aqualung
-DISTVERSION=	0.9beta7
-PORTREVISION=	5
+DISTVERSION=	0.9beta8
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
@@ -37,8 +36,11 @@
 USE_GNOME=	pkgconfig gtk20 libxml2
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--program-transform-name="" --with-alsa=no --with-ifp=no --with-systray=no \
+CONFIGURE_ARGS=	--program-transform-name="" --with-alsa=no --with-ifp=no \
 		--with-cdda=no
+.if !defined(WITH_TRAYICON)
+CONFIGURE_ARGS+=	--with-systray=no
+.endif
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CPPFLAGS=	-I${LOCALBASE}/include
 LDFLAGS=	-L${LOCALBASE}/lib -lstrfunc
Index: ports/audio/aqualung/distinfo
===================================================================
RCS file: /home/pcvs/ports/audio/aqualung/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- ports/audio/aqualung/distinfo	4 Feb 2007 22:07:47 -0000	1.2
+++ ports/audio/aqualung/distinfo	12 Dec 2007 22:15:49 -0000
@@ -1,3 +1,3 @@
-MD5 (aqualung-0.9beta7.tar.gz) = f5de05de722c713b78968854a47c54b2
-SHA256 (aqualung-0.9beta7.tar.gz) = 826da77ddb6426428db56b43b2e1c7a6df13372be2879c641fce0edf9f85060c
-SIZE (aqualung-0.9beta7.tar.gz) = 1064151
+MD5 (aqualung-0.9beta8.tar.gz) = dc924d5911c18ea1c325c6d8e6e7a720
+SHA256 (aqualung-0.9beta8.tar.gz) = 35bf1fcb913ac455745c8f4c39544abd38d2951e40302f398df3d3783c6f84ce
+SIZE (aqualung-0.9beta8.tar.gz) = 927528
Index: ports/audio/aqualung/files/patch-playlist.h
===================================================================
RCS file: ports/audio/aqualung/files/patch-playlist.h
diff -N ports/audio/aqualung/files/patch-playlist.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ ports/audio/aqualung/files/patch-playlist.h	12 Dec 2007 22:15:49 -0000
@@ -0,0 +1,15 @@
+--- src/playlist.h	2007-06-30 11:53:15.000000000 +0300
++++ src/playlist.h	2007-11-10 18:12:57.000000000 +0200
+@@ -26,6 +26,12 @@
+ 
+ #include "common.h"
+ 
++#ifdef _WIN32
++#include <glib.h>
++#else
++#include <pthread.h>
++#endif /* _WIN32 */
++
+ #define PLAYLIST_LOAD     0
+ #define PLAYLIST_LOAD_TAB 1
+ #define PLAYLIST_ENQUEUE  2
--- aqualung.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list