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
Responsible Changed From-To: freebsd-ports-bugs->danfe Over to maintainer
State Changed From-To: open->closed Committed, thanks!