Bug 91529 - Update of gtkpod to 0.99.2
Summary: Update of gtkpod to 0.99.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-08 21:20 UTC by Devon Ryan
Modified: 2006-01-18 14:54 UTC (History)
0 users

See Also:


Attachments
file.diff (157 bytes, patch)
2006-01-08 21:20 UTC, Devon Ryan
no flags Details | Diff
file.diff (790 bytes, patch)
2006-01-08 21:20 UTC, Devon Ryan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devon Ryan 2006-01-08 21:20:04 UTC
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.

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.

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

How-To-Repeat: Try to add a video .mp4 onto a video iPod through the version of gtkpod in the ports
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-08 21:32:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

Over to maintainer
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2006-01-18 14:53:55 UTC
State Changed
From-To: open->closed

Committed, thanks!