FreshPorts -- The Place For Ports Tue, 9 Feb 2010 7:50 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
gtkpod 0.99.14_1 audio on this many watch lists=14 search for ports that depend on this port
GUI for Apple iPod using GTK2
Maintained by: danfe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 21 Apr 2003 07:46:33


gtkpod is a platform independent graphical user interface for Apple's iPod
using GTK2.  It supports the first to fifth generation, including the iPod
mini, iPod photo, iPod shuffle, iPod nano, and iPod video.  It allows you to:

  * Read your existing iTunesDB (i.e. import the existing contents of
    your iPod including playcounts, ratings, and on-the-go playlists)
  * Add MP3, WAV, M4A (non-protected AAC), M4B (audio book), and podcast
    files (single files, directories or existing playlists) to the iPod
  * Browse the contents of your local hard disk by album/artist/genre
  * Create and modify playlists, including smart playlists
  * Choose the charset the ID3 tags are encoded in from within gtkpod
  * Extract tag information (artist, album, title, etc.) from the filename
  * Detect duplicates when adding songs (optional)
  * Remove and export tracks from your iPod
  * Modify/Refresh ID3 tags, optionally updating the original file
  * Synchronize directories
  * Normalize the volume of your tracks (via mp3gain or the replay-gain tag)
  * Download and display of Album Art from the Internet
  * Work offline and synchronize your new playlists/songs with the iPod later
  * Export your korganizer/kaddressbook/thunderbird/evocalendar/evolution/
    webcalendar/... data to the iPod (scripts for other programs can be
    easily added)

WWW: http://www.gtkpod.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, textproc/intltool, devel/pkg-config
Required To Run: audio/mp3gain, converters/libiconv, audio/vorbis-tools, audio/lame, devel/pkg-config, devel/gio-fam-backend
Required Libraries: audio/libid3tag, audio/libgpod, audio/libvorbis, audio/flac, ftp/curl, devel/gettext, accessibility/atk, devel/glib20, x11-toolkits/gtk20, devel/libglade2, textproc/libxml2, x11-toolkits/pango

To install the port: cd /usr/ports/audio/gtkpod/ && make install clean
To add the package: pkg_add -r gtkpod


Configuration Options
===> The following configuration options are available for gtkpod-0.99.14_1:
     MPEG4IP=off (default) "Enable AAC and H.264 support with MPEG4IP"
     VORBIS=on (default) "Enable Ogg/Vorbis support (decoding)"
     FLAC=on (default) "Enable FLAC support (decoding)"
     LAME=on (default) "Enable encoding to MP3 format"
     GNOMEVFS=off (default) "Enable iPod autodetection support"
     HAL=off (default) "Enable HAL support"
     CURL=on (default) "Build with coverart download support"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/project/gtkpod/gtkpod/gtkpod-0.99.14/
http://sunet.dl.sourceforge.net/project/gtkpod/gtkpod/gtkpod-0.99.14/
http://iweb.dl.sourceforge.net/project/gtkpod/gtkpod/gtkpod-0.99.14/
http://switch.dl.sourceforge.net/project/gtkpod/gtkpod/gtkpod-0.99.14/
http://surfnet.dl.sourceforge.net/project/gtkpod/gtkpod/gtkpod-0.99.14/
http://kent.dl.sourceforge.net/project/gtkpod/gtkpod/gtkpod-0.99.14/
http://freefr.dl.sourceforge.net/project/gtkpod/gtkpod/gtkpod-0.99.14/
http://voxel.dl.sourceforge.net/project/gtkpod/gtkpod/gtkpod-0.99.14/
http://jaist.dl.sourceforge.net/project/gtkpod/gtkpod/gtkpod-0.99.14/
http://osdn.dl.sourceforge.net/project/gtkpod/gtkpod/gtkpod-0.99.14/
http://nchc.dl.sourceforge.net/project/gtkpod/gtkpod/gtkpod-0.99.14/
http://transact.dl.sourceforge.net/project/gtkpod/gtkpod/gtkpod-0.99.14/
http://softlayer.dl.sourceforge.net/project/gtkpod/gtkpod/gtkpod-0.99.14/
http://internode.dl.sourceforge.net/project/gtkpod/gtkpod/gtkpod-0.99.14/
http://biznetnetworks.dl.sourceforge.net/project/gtkpod/gtkpod/gtkpod-0.99.14/
http://ufpr.dl.sourceforge.net/project/gtkpod/gtkpod/gtkpod-0.99.14/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2006-10-10
    Affects: users of audio/gtkpod
    Author: danfe@FreeBSD.org
    Reason: 
      WITH_AAC knob has been renamed to WITH_MPEG4IP since it now covers
      not only AAC, but H.264 support as well.
    
    

Number of commits found: 62

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.99.14_1
dinoex search for other commits by this committer
- update to jpeg-8
03 Sep 2009 21:43:05
Original commit files touched by this commit  0.99.14
pav search for other commits by this committer
- Correct plist

Reported by:    pointyhat
24 Aug 2009 21:39:42
Original commit files touched by this commit  0.99.14
danfe search for other commits by this committer
- Update to version 0.99.14 [1]
- Drop `libgnomecanvas' dependency: cairo is now used for coverart display
  effects
- Add missing runtime dependency for Ogg conversion to work [2]
- Similarly to [2], register dependencies for MPEG-4 audio encoding/decoding
  and MP3 encoding via LAME
- Flip cURL support knob to "on", since vorbis-tools require it anyways (and
  Ogg support is "on" by default).  This is OK since cURL is likely to be
  installed on a typical desktop system; lots of other software wants it
- Convert to use PORTDOCS and simplify their installation (get rid of `for'
  loop in Makefile)
- Augment some OPTIONS text, clean up pkg-plist

PR:             ports/138007 [1], ports/126760 [2]
Submitted by:   keramida [1], ehaupt [2]
22 Aug 2009 01:13:27
Original commit files touched by this commit  0.99.12_5
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with A
14 Aug 2009 12:24:34
Original commit files touched by this commit  0.99.12_5
erwin search for other commits by this committer
Mark BROKEN: does not build
07 Aug 2009 18:03:22
Original commit files touched by this commit  0.99.12_5
miwi search for other commits by this committer
- Chase audio/libgpod shlib bump
06 Jul 2009 22:26:00
Original commit files touched by this commit  0.99.12_4
naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
23 Jan 2009 15:43:14
Original commit files touched by this commit  0.99.12_3
roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
15 Jun 2008 13:52:11
Original commit files touched by this commit  0.99.12_2
olgeni search for other commits by this committer
A few typo fixes for ports/audio descriptions.
06 Jun 2008 14:07:20
Original commit files touched by this commit  0.99.12_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
07 Apr 2008 21:37:24
Original commit files touched by this commit  0.99.12_1
naddy search for other commits by this committer
Update to FLAC 1.2.1.  This version includes two and a half years
worth of changes and an altered API.

Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary.  Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.

PR:     119476
08 Jan 2008 16:27:56
Original commit files touched by this commit  0.99.12
danfe search for other commits by this committer
Reindent description so it fits standard terminal width (80 chars) nicer.
06 Jan 2008 22:54:20
Original commit files touched by this commit  0.99.12
danfe search for other commits by this committer
Update to version 0.99.12.
21 Nov 2007 14:34:59
Original commit files touched by this commit  0.99.10_1
danfe search for other commits by this committer
Fix the build against recent mpeg4ip.

Submitted by:   roam
Approved by:    portmgr (pav)
15 Aug 2007 13:59:32
Original commit files touched by this commit  0.99.10_1
danfe search for other commits by this committer
- Add some missing dependecies and OPTIONS
- Bump PORTREVISION

PR (based on):  ports/115021
Submitted by:   Herbert J. Skuhra
29 Jul 2007 11:40:03
Original commit files touched by this commit  0.99.10
pav search for other commits by this committer
- Add missed dependency on libgnomecanvas

Reported by:    pointyhat
24 Jul 2007 20:11:14
Original commit files touched by this commit  0.99.10
danfe search for other commits by this committer
Fix PLIST.

Reported by:    sat
23 Jul 2007 18:34:48
Original commit files touched by this commit  0.99.10
danfe search for other commits by this committer
Update libgpod and gtkpod to most recent versions, 0.5.2 and 0.99.10,
respectively.

Based on PR:    ports/114563, ports/114564
Submitted by:   Herbert J. Skuhra
19 May 2007 21:32:57
Original commit files touched by this commit  0.99.8_3
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
18 Mar 2007 19:54:52
Original commit files touched by this commit  0.99.8_2
danfe search for other commits by this committer
Catch up with recent libgpod update to version 0.4.2.
27 Oct 2006 13:48:41
Original commit files touched by this commit  0.99.8_1
danfe search for other commits by this committer
Band-aid a weird segfault upon track deletion reported by several users.
Proper fix is being worked on.

Approved by:    portmgr (erwin)
10 Oct 2006 12:13:42
Original commit files touched by this commit  0.99.8
danfe search for other commits by this committer
Update libgpod and gtkpod to most recent verions, 0.4.0 and 0.99.8,
respectively.  Also rename a knob, commit to UPDATING will follow.
05 Apr 2006 10:43:39
Original commit files touched by this commit  0.99.4
danfe search for other commits by this committer
Pet portlint(1).
03 Apr 2006 15:12:27
Original commit files touched by this commit  0.99.4
danfe search for other commits by this committer
Update to most recent versions.

Prodded by:     several
18 Jan 2006 14:53:04
Original commit files touched by this commit  0.99.2
danfe search for other commits by this committer
- Provide niftier WWW
- Make description 24 lines to pacify portlint(1)
18 Jan 2006 14:47:07
Original commit files touched by this commit  0.99.2
danfe search for other commits by this committer
Update to version 0.99.2.

PR:             ports/91529
Submitted by:   Devon Ryan <dpryan(at)dpryan.com>
17 Jan 2006 16:28:29
Original commit files touched by this commit  0.94.0_2
danfe search for other commits by this committer
Provide better port description.
30 Nov 2005 14:01:29
Original commit files touched by this commit  0.94.0_2
danfe search for other commits by this committer
SHA256'ify my ports.
05 Nov 2005 05:22:06
Original commit files touched by this commit  0.94.0_2
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
31 Oct 2005 13:34:52
Original commit files touched by this commit  0.94.0_1
danfe search for other commits by this committer
s/one/you/ to make it sound better.
31 Oct 2005 13:23:58
Original commit files touched by this commit  0.94.0_1
danfe search for other commits by this committer
- Update pkg-descr to match the reality
- Kill EOL spaces
- Append trailing slash to the URL
31 Oct 2005 12:58:23
Original commit files touched by this commit  0.94.0_1
danfe search for other commits by this committer
- Utilize OPTIONS
- Unmute ${INSTALL_DATA} statements
- Kill EOL space in distinfo
28 Oct 2005 08:59:54
Original commit files touched by this commit  0.94.0_1
jylefort search for other commits by this committer
Chase libid3tag update.
25 Oct 2005 05:08:38
Original commit files touched by this commit  0.94.0
danfe search for other commits by this committer
- Fix RUN_DEPENDS
- Take maintainership
19 Oct 2005 18:11:13
Original commit files touched by this commit  0.94.0
mnag search for other commits by this committer
Update to 0.94.0
Reset MAINTAINER

PR:             87415
Notified by:    Rodrigo Graeff <delphus@gmail.com>
Submitted by:   David Le Brun <david@dyn-ns.net> (maintainer)
05 Apr 2005 01:58:11
Original commit files touched by this commit  0.88.2
ahze search for other commits by this committer
Update to 0.88.2 :
  - added scripts to synchronize with evolution
  - fixed support of iPod shufffle

PR:             ports/79538
Submitted by:   maintainer
17 Mar 2005 00:28:18
Original commit files touched by this commit  0.88
ahze search for other commits by this committer
- Update to 0.88
  * Adds support for iPod Shuffle
  * Support for smart playlists

ChangeLog:      http://gtkpod.sourceforge.net/ChangeLog
PR:             ports/78932
Submitted by:   maintainer
12 Mar 2005 10:54:27
Original commit files touched by this commit  0.85.0_2
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
22 Dec 2004 00:22:00
Original commit files touched by this commit  0.85.0_1
edwin search for other commits by this committer
[Incomplete pkg-plist] audio/gtkpod

        Fix incomplete pkg-plist

PR:             ports/75279
Submitted by:   David Le Brun <david@dyn-ns.net>
03 Dec 2004 22:39:36
Original commit files touched by this commit  0.85.0
ahze search for other commits by this committer
Update to 0.85.0

PR:             ports/74273
Submitted by:   David Le Brun (maintainer)
10 Nov 2004 02:25:02
Original commit files touched by this commit  0.80_4
ahze search for other commits by this committer
Use mpeg4ip-libmp4v2 instead of mpeg4ip

Approved by:    marcus (co mentor)
08 Nov 2004 03:52:29
Original commit files touched by this commit  0.80_3
ahze search for other commits by this committer
s|bin/bash|bin/sh| for shell scripts
Remove unused knobs
Bump PORTREVISION

PR:             ports/73652
Submitted by:   david@da-quirk.org (maintainer)
Approved by:    adamw (mentor)
07 Nov 2004 22:37:47
Original commit files touched by this commit  0.80_2
marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
16 Aug 2004 10:41:44
Original commit files touched by this commit  0.80_1
pav search for other commits by this committer
- Drop optional mp4v2 from faad support

PR:             ports/70464
Submitted by:   Michael Johnson <ahze@ahze.net>
Approved by:    maintainer
28 Jul 2004 23:28:49
Original commit files touched by this commit  0.80_1
pav search for other commits by this committer
- Remove no longer needed workaround

PR:             ports/69718
Submitted by:   Michael Johnson <ahze@ahze.net>
Approved by:    maintainer
28 Jul 2004 12:08:32
Original commit files touched by this commit  0.80_1
vs search for other commits by this committer
- Update to bug-fix-release
- Fix compilation on -STABLE (Scott Mitchell)

PR:             ports/69201
Submitted by:   David Le Brun (maintainer)
09 Jul 2004 11:04:11
Original commit files touched by this commit  0.80
vs search for other commits by this committer
Update to gtkpod 0.80
Changelog : http://gtkpod.sourceforge.net/ChangeLog

PR:             ports/68743
Submitted by:   David Le Brun (maintainer)
12 May 2004 09:43:58
Original commit files touched by this commit  0.72_2
pav search for other commits by this committer
- Add AAC support, optionally either with faad or mpeg4ip

PR:             ports/66356
Submitted by:   ume
Approved by:    maintainer
05 Apr 2004 04:31:02
Original commit files touched by this commit  0.72_2
marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
18 Mar 2004 20:59:15
Original commit files touched by this commit  0.72_1
trevor search for other commits by this committer
Add size data, approved by maintainers.
04 Feb 2004 05:21:48
Original commit files touched by this commit  0.72_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
22 Jan 2004 18:26:00
Original commit files touched by this commit  0.72
krion search for other commits by this committer
- Update of gtkpod to 0.72:
* use libid3tag library instead of libid3 for better
  performance
* parse the filename to fill in missing ID3 tags
* support for unicoded ID3v2.4 tags
* bug fixes

PR:             61649
Submitted by:   maintainer
03 Jan 2004 11:02:46
Original commit files touched by this commit  0.70_1
edwin search for other commits by this committer
Chase version change of audio/id3lib

PR:             ports/60830
Submitted by:   Roman Shterenzon <roman@xpert.com>
04 Dec 2003 16:21:02
Original commit files touched by this commit  0.70
pav search for other commits by this committer
- Update to 0.70
* Add support of AAC files (WITH_AAC knob)
* New Info window (with statistics)
* Many small improvements with large practival impact
* Bug fixes

PR:             ports/59851
Submitted by:   David Le Brun <david@dyn-ns.net> (maintainer)
03 Nov 2003 23:26:50
Original commit files touched by this commit  0.60
joe search for other commits by this committer
Upgrade to version 0.60.

PR:     ports/58611
21 Oct 2003 12:24:02
Original commit files touched by this commit  0.52
osa search for other commits by this committer
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
A part of PR:   57992
11 Jul 2003 02:37:37
Original commit files touched by this commit  0.52
adamw search for other commits by this committer
Update to 0.52.

PR:             ports/54348
Submitted by:   David Le Brun <david@dyn-ns.net> (maintainer)
03 Jun 2003 23:33:05
Original commit files touched by this commit  0.51-2
adamw search for other commits by this committer
Update to 0.51-2.

PR:             prots/52738
Submitted by:   David Le Brun <david@dyn-ns.net> (maintainer)
22 May 2003 05:58:07
Original commit files touched by this commit  0.51
edwin search for other commits by this committer
[Maintainer Update] audio/gtkpod to v0.51

        Update gtkpod to 0.51 :
        * libgnugetopt is no longer required (call to getopt_long_only removed)
        * few bug fixes (playlength)
        * several improvements (more infos about songs, more charsets, ...)
        * new features (displays free space on iPod, charsets saved, ...)

PR:             ports/52546
Submitter:      David Le Brun <david@dyn-ns.net>
11 May 2003 08:14:50
Original commit files touched by this commit  0.50
marcus search for other commits by this committer
Remove a '/' in front of the README in the plist that was preventing the
package build on bento.

Reported by:    bento
05 May 2003 17:09:55
Original commit files touched by this commit  0.50
marcus search for other commits by this committer
Convert to new GNOME infrastructure which fixes build on bento.

Reported by:    bento
21 Apr 2003 07:46:00
Original commit files touched by this commit  0.50
sumikawa search for other commits by this committer
Add gtkpod 0.50, a GUI to upload songs and playlists to iPod.

PR:             47602
Submitted by:   David Le Brun <david@dyn-ns.net>

Number of commits found: 62

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.266 seconds.