ports/126760: [update] audio/gtkpod - has additional dependencies

Emanuel Haupt ehaupt at FreeBSD.org
Sat Aug 23 09:10:02 UTC 2008


>Number:         126760
>Category:       ports
>Synopsis:       [update] audio/gtkpod - has additional dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 23 09:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 7.0-STABLE FreeBSD 7.0-STABLE #34: Sat Apr 12 11:52:18 UTC 2008 simon at freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386


	
>Description:
If audio/gtkpod is built with ogg support oggdec is required by a conversion
script. oggdec is provided by audio/vorbis-tools.

>How-To-Repeat:
- Install audio/gtkpod with ogg support
- Attach an iPod
- Add an ogg file to the playlist
- Synchronize

==> Fail: conversion script won't find oggdec

>Fix:

	

--- gtkpod.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/gtkpod/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
--- Makefile	6 Jun 2008 13:06:48 -0000	1.42
+++ Makefile	23 Aug 2008 08:55:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	gtkpod
 PORTVERSION=	0.99.12
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -44,6 +44,10 @@
 LIB_DEPENDS+=	vorbis.4:${PORTSDIR}/audio/libvorbis
 .endif
 
+.if defined(WITH_VORBIS)
+RUN_DEPENDS+=	oggdec:${PORTSDIR}/audio/vorbis-tools
+.endif
+
 .if defined(WITH_FLAC) || exists(${LOCALBASE}/lib/libFLAC.so)
 LIB_DEPENDS+=	FLAC.10:${PORTSDIR}/audio/flac
 .endif
--- gtkpod.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list