Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jan 2006 21:14:46 GMT
From:      Devon Ryan <dpryan@dpryan.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/91529: Update of gtkpod to 0.99.2
Message-ID:  <200601082114.k08LEkfi063644@www.freebsd.org>
Resent-Message-ID: <200601082120.k08LK5mv010906@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91529
>Category:       ports
>Synopsis:       Update of gtkpod to 0.99.2
>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:   Sun Jan 08 21:20:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Devon Ryan
>Release:        6.0-STABLE
>Organization:
>Environment:
FreeBSD zarathustra.dpryan.com 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Jan  3 18:30:51 PST 2006     root@zarathustra.dpryan.com:/usr/obj/usr/src/sys/BSD3  i386
>Description:
The version of gtkpod in the ports (0.94.0) doesn't support video addition. The most recent version (0.99.2), however, does. The newer version of gtkpod requires libgpod, which doesn't exist in ports. I'll submit a seperate pr for that.
>How-To-Repeat:
Try to add a video .mp4 onto a video iPod through the version of gtkpod in the ports
>Fix:
Someone that actually knows what they're doing might want to look these over. The patches in files/ don't appear to be needed now.

--- /usr/ports/audio/gtkpod/Makefile.orig    Sat Nov  5 12:31:19 2005
+++ /usr/ports/audio/gtkpod/Makefile        Sun Jan  8 13:08:12 2006
@@ -6,8 +6,7 @@
 #

 PORTNAME=      gtkpod
-PORTVERSION=   0.94.0
-PORTREVISION=  2
+PORTVERSION=   0.99.2
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    ${PORTNAME}
@@ -15,7 +14,8 @@
 MAINTAINER=    danfe@FreeBSD.org
 COMMENT=       GUI for Apple iPods using GTK2

-LIB_DEPENDS=   id3tag.0:${PORTSDIR}/audio/libid3tag
+LIB_DEPENDS=   id3tag.0:${PORTSDIR}/audio/libid3tag \
+               gpod.300:${PORTSDIR}/audio/libgpod
 RUN_DEPENDS=   mp3gain:${PORTSDIR}/audio/mp3gain \
                iconv:${PORTSDIR}/converters/libiconv


--- /usr/ports/audio/gtkpod/pkg-plist.orig   Wed Oct 19 12:31:12 2005
+++ /usr/ports/audio/gtkpod/pkg-plist       Wed Jan  4 17:59:21 2006
@@ -19,13 +19,17 @@
 %%DATADIR%%/pixmaps/gtkpod-sync.png
 %%DATADIR%%/pixmaps/gtkpod.glade
 %%DATADIR%%/pixmaps/gtkpod.gladep
+%%DATADIR%%/scripts/ldif2vcf.sh
 %%DATADIR%%/scripts/mab2vcard
 %%DATADIR%%/scripts/sync-abook.sh
 %%DATADIR%%/scripts/sync-evocalendar.sh
 %%DATADIR%%/scripts/sync-evolution.sh
 %%DATADIR%%/scripts/sync-kaddressbook.sh
+%%DATADIR%%/scripts/sync-knotes.sh
 %%DATADIR%%/scripts/sync-korganizer.sh
+%%DATADIR%%/scripts/sync-ldif.sh
 %%DATADIR%%/scripts/sync-notes.sh
+%%DATADIR%%/scripts/sync-palm-jppy.py
 %%DATADIR%%/scripts/sync-thunderbird.sh
 %%DATADIR%%/scripts/sync-webcalendar.sh
 share/locale/de/LC_MESSAGES/gtkpod.mo
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601082114.k08LEkfi063644>