ports/120381: Update port: audio/amarok - use libvisual

Björn König bkoenig at alpha-tierchen.de
Fri Feb 8 02:20:01 UTC 2008


>Number:         120381
>Category:       ports
>Synopsis:       Update port: audio/amarok - use libvisual
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 08 02:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Björn König
>Release:        
>Organization:
>Environment:
>Description:
	Compile Amarok with libvisual support optionally. Install
	graphics/libvisual04-plugins (pending PR: ports/120380)
	manually to get some example plugins.
>How-To-Repeat:

--- ports-audio-amarok.diff begins here ---
diff -ruN ports/audio/amarok.orig/Makefile ports/audio/amarok/Makefile
--- ports/audio/amarok.orig/Makefile	2008-02-05 17:44:56.000000000 +0000
+++ ports/audio/amarok/Makefile	2008-02-08 01:59:32.000000000 +0000
@@ -28,11 +28,13 @@
 USE_SDL=	sdl
 USE_RUBY=	yes
 USE_LDCONFIG=	yes
+USE_GNOME=	
 INSTALLS_ICONS=	yes
 
 OPTIONS=	GPOD "iPod support" on \
 		NJB "Creative Nomad and Dell support" on \
 		MTP "MTP device support" on \
+		VISUAL "libvisual support" off \
 		OPENGL "OpenGL support" on \
 		AMAZON "Amazon cover fetching support" on \
 		MYSQL "Use MySQL as collection backend" off \
@@ -43,8 +45,7 @@
 
 CONFIGURE_ARGS+=--without-exscalibar \
 		--with-mp4v2 \
-		--with-mp4v2-dir=${PREFIX} \
-		--without-libvisual
+		--with-mp4v2-dir=${PREFIX}
 
 .if !defined(WITH_GPOD)
 PLIST_SUB+=	GPOD="@comment "
@@ -71,6 +72,13 @@
 PLIST_SUB+=	MTP=""
 .endif
 
+.if defined(WITHOUT_LIBVISUAL)
+CONFIGURE_ARGS+=--without-libvisual
+.else
+LIB_DEPENDS+=	visual-0.4:${PORTSDIR}/graphics/libvisual04
+USE_GNOME+=	gnomelibs
+.endif
+
 .if defined(WITHOUT_OPENGL)
 CONFIGURE_ARGS+=--without-opengl
 .endif
--- ports-audio-amarok.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list