| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2013 18:10:32
1.0.0_2
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
22 Oct 2012 13:12:12
1.0.0_2
|
danfe  |
- Switch to the new options framework
- Use two line style Makefile header
- Drop ABI shlib versions from LIB_DEPENDS
PR: ports/172902 (modified)
Submitted by: bsam
Feature safe: yes |
19 Jul 2012 20:15:39
1.0.0_2
|
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
01 Jun 2012 05:26:28
1.0.0_1
|
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
1.0.0
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
15 Mar 2011 15:13:21
1.0.0
|
danfe  |
- Update to version 1.0.0
- Drop gratuitous run dependencies: they are only used in external auxiliary
scripts and do not directly affect main program functionality. Users are
advised to install them manually if they need them (lame, faad, etc.)
- Now that configure script supports disabling of optional features, drop
make(1)'s exists()-based heuristics to ensure no hidden dependencies are
recorded; user's choice of OPTIONS should now match the reality
- Remove now unsupported HAL and GNOME VFS2 options
- Remove dependency on external AAC/MP4 library (mp4v2); gtkpod now tries
to load it via dlopen(3) and if it fails, will dig for the atom props
manually. It probably can be turned into rdep, but first I need to make
sure our libmp4v2 ABI matches what gtkpod expects
- Add LICENSE (GPLv2) |
11 Aug 2010 20:58:04
0.99.14_7
|
makc  |
Chase multimedia/mp4v2 update.
PR: ports/148643
Submitted by: Christopher Key <cjk32 at cam.ac.uk> |
06 Jun 2010 20:44:03
0.99.14_6
|
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
03 Jun 2010 08:55:01
0.99.14_5
|
netchild  |
- update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency) |
31 May 2010 02:01:56
0.99.14_4
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
27 May 2010 16:18:14
0.99.14_3
|
danfe  |
- Fix the build against libmp4v2.so (it is built without GTK support by
default, which will result in HAVE_GTK macro be undefined, and gtkpod
depends on it [*]
- Correctly detect and record FAAC/FAAD runtime dependencies
- Slightly improve on comment while here
PR: ports/122639 [*]
Submitted by: Kevin Oberman |
03 Apr 2010 10:44:36
0.99.14_3
|
roam  |
Chase the ftp/curl shlib version bump. |
28 Mar 2010 06:47:48
0.99.14_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.99.14_1
|
dinoex  |
- update to jpeg-8 |
03 Sep 2009 20:43:05
0.99.14
|
pav  |
- Correct plist
Reported by: pointyhat |
24 Aug 2009 20:39:42
0.99.14
|
danfe  |
- 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 00:13:27
0.99.12_5  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
14 Aug 2009 11:24:34
0.99.12_5
|
erwin  |
Mark BROKEN: does not build |
07 Aug 2009 17:03:22
0.99.12_5
|
miwi  |
- Chase audio/libgpod shlib bump |
06 Jul 2009 21:26:00
0.99.12_4
|
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
23 Jan 2009 15:43:14
0.99.12_3
|
roam  |
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 12:52:11
0.99.12_2
|
olgeni  |
A few typo fixes for ports/audio descriptions. |
06 Jun 2008 13:07:20
0.99.12_2
|
edwin  |
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 20:37:24
0.99.12_1
|
naddy  |
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
0.99.12
|
danfe  |
Reindent description so it fits standard terminal width (80 chars) nicer. |
06 Jan 2008 22:54:20
0.99.12
|
danfe  |
Update to version 0.99.12. |
21 Nov 2007 14:34:59
0.99.10_1
|
danfe  |
Fix the build against recent mpeg4ip.
Submitted by: roam
Approved by: portmgr (pav) |
15 Aug 2007 12:59:32
0.99.10_1
|
danfe  |
- Add some missing dependecies and OPTIONS
- Bump PORTREVISION
PR (based on): ports/115021
Submitted by: Herbert J. Skuhra |
29 Jul 2007 10:40:03
0.99.10
|
pav  |
- Add missed dependency on libgnomecanvas
Reported by: pointyhat |
24 Jul 2007 19:11:14
0.99.10
|
danfe  |
Fix PLIST.
Reported by: sat |
23 Jul 2007 17:34:48
0.99.10
|
danfe  |
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 20:32:57
0.99.8_3
|
flz  |
- 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
0.99.8_2
|
danfe  |
Catch up with recent libgpod update to version 0.4.2. |
27 Oct 2006 12:48:41
0.99.8_1
|
danfe  |
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 11:13:42
0.99.8
|
danfe  |
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 09:43:39
0.99.4
|
danfe  |
Pet portlint(1). |
03 Apr 2006 14:12:27
0.99.4
|
danfe  |
Update to most recent versions.
Prodded by: several |
18 Jan 2006 14:53:04
0.99.2
|
danfe  |
- Provide niftier WWW
- Make description 24 lines to pacify portlint(1) |
18 Jan 2006 14:47:07
0.99.2
|
danfe  |
Update to version 0.99.2.
PR: ports/91529
Submitted by: Devon Ryan <dpryan(at)dpryan.com> |
17 Jan 2006 16:28:29
0.94.0_2
|
danfe  |
Provide better port description. |
30 Nov 2005 14:01:29
0.94.0_2
|
danfe  |
SHA256'ify my ports. |
05 Nov 2005 05:22:06
0.94.0_2
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
31 Oct 2005 13:34:52
0.94.0_1
|
danfe  |
s/one/you/ to make it sound better. |
31 Oct 2005 13:23:58
0.94.0_1
|
danfe  |
- Update pkg-descr to match the reality
- Kill EOL spaces
- Append trailing slash to the URL |
31 Oct 2005 12:58:23
0.94.0_1
|
danfe  |
- Utilize OPTIONS
- Unmute ${INSTALL_DATA} statements
- Kill EOL space in distinfo |
28 Oct 2005 07:59:54
0.94.0_1
|
jylefort  |
Chase libid3tag update. |
25 Oct 2005 04:08:38
0.94.0
|
danfe  |
- Fix RUN_DEPENDS
- Take maintainership |
19 Oct 2005 17:11:13
0.94.0
|
mnag  |
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 00:58:11
0.88.2
|
ahze  |
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
0.88
|
ahze  |
- 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
0.85.0_2
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
22 Dec 2004 00:22:00
0.85.0_1
|
edwin  |
[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
0.85.0
|
ahze  |
Update to 0.85.0
PR: ports/74273
Submitted by: David Le Brun (maintainer) |
10 Nov 2004 02:25:02
0.80_4
|
ahze  |
Use mpeg4ip-libmp4v2 instead of mpeg4ip
Approved by: marcus (co mentor) |
08 Nov 2004 03:52:29
0.80_3
|
ahze  |
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
0.80_2
|
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
16 Aug 2004 09:41:44
0.80_1
|
pav  |
- Drop optional mp4v2 from faad support
PR: ports/70464
Submitted by: Michael Johnson <ahze@ahze.net>
Approved by: maintainer |
28 Jul 2004 22:28:49
0.80_1
|
pav  |
- Remove no longer needed workaround
PR: ports/69718
Submitted by: Michael Johnson <ahze@ahze.net>
Approved by: maintainer |
28 Jul 2004 11:08:32
0.80_1
|
vs  |
- Update to bug-fix-release
- Fix compilation on -STABLE (Scott Mitchell)
PR: ports/69201
Submitted by: David Le Brun (maintainer) |
09 Jul 2004 10:04:11
0.80
|
vs  |
Update to gtkpod 0.80
Changelog : http://gtkpod.sourceforge.net/ChangeLog
PR: ports/68743
Submitted by: David Le Brun (maintainer) |
12 May 2004 08:43:58
0.72_2
|
pav  |
- Add AAC support, optionally either with faad or mpeg4ip
PR: ports/66356
Submitted by: ume
Approved by: maintainer |
05 Apr 2004 03:31:02
0.72_2
|
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
18 Mar 2004 20:59:15
0.72_1
|
trevor  |
Add size data, approved by maintainers. |
04 Feb 2004 05:21:48
0.72_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
22 Jan 2004 18:26:00
0.72
|
krion  |
- 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
0.70_1
|
edwin  |
Chase version change of audio/id3lib
PR: ports/60830
Submitted by: Roman Shterenzon <roman@xpert.com> |
04 Dec 2003 16:21:02
0.70
|
pav  |
- 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
0.60
|
joe  |
Upgrade to version 0.60.
PR: ports/58611 |
21 Oct 2003 11:24:02
0.52
|
osa  |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
11 Jul 2003 01:37:37
0.52
|
adamw  |
Update to 0.52.
PR: ports/54348
Submitted by: David Le Brun <david@dyn-ns.net> (maintainer) |
03 Jun 2003 22:33:05
0.51-2
|
adamw  |
Update to 0.51-2.
PR: prots/52738
Submitted by: David Le Brun <david@dyn-ns.net> (maintainer) |
22 May 2003 04:58:07
0.51
|
edwin  |
[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 07:14:50
0.50
|
marcus  |
Remove a '/' in front of the README in the plist that was preventing the
package build on bento.
Reported by: bento |
05 May 2003 16:09:55
0.50
|
marcus  |
Convert to new GNOME infrastructure which fixes build on bento.
Reported by: bento |
21 Apr 2003 06:46:00
0.50
|
sumikawa  |
Add gtkpod 0.50, a GUI to upload songs and playlists to iPod.
PR: 47602
Submitted by: David Le Brun <david@dyn-ns.net> |