Skip site navigation (1)Skip section navigation (2)

CVS log for ports/audio/gtkpod/Makefile

[BACK] Up to [FreeBSD] / ports / audio / gtkpod

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:21:02 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -1 lines
- 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

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Mar 15 15:13:21 2011 UTC (10 months, 3 weeks ago) by danfe
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +24 -47 lines
- 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)

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Aug 11 20:58:02 2010 UTC (17 months, 4 weeks ago) by makc
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +6 -3 lines
Chase multimedia/mp4v2 update.

PR:		ports/148643
Submitted by:	Christopher Key <cjk32 at cam.ac.uk>

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun Jun 6 20:43:32 2010 UTC (20 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Jun 3 08:54:55 2010 UTC (20 months, 1 week ago) by netchild
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
- 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)

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon May 31 01:57:27 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu May 27 16:18:14 2010 UTC (20 months, 2 weeks ago) by danfe
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +10 -3 lines
- 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

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Apr 3 10:44:01 2010 UTC (22 months, 1 week ago) by roam
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
Chase the ftp/curl shlib version bump.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:31:05 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:34:15 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -0 lines
- update to jpeg-8

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Aug 24 20:39:42 2009 UTC (2 years, 5 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +18 -15 lines
- 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]

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:13:06 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with A

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Aug 14 11:24:34 2009 UTC (2 years, 5 months ago) by erwin
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -0 lines
Mark BROKEN: does not build

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Aug 7 17:03:22 2009 UTC (2 years, 6 months ago) by miwi
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
- Chase audio/libgpod shlib bump

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Jul 6 21:25:32 2009 UTC (2 years, 7 months ago) by naddy
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Bump PORTREVISION after libogg and libvorbisfile major version increment.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Jan 23 15:42:31 2009 UTC (3 years ago) by roam
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
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.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:06:48 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
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)

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Apr 7 20:37:16 2008 UTC (3 years, 10 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -1 lines
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

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Jan 6 22:54:20 2008 UTC (4 years, 1 month ago) by danfe
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -3 lines
Update to version 0.99.12.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Aug 15 12:59:32 2007 UTC (4 years, 5 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +28 -5 lines
- Add some missing dependecies and OPTIONS
- Bump PORTREVISION

PR (based on):	ports/115021
Submitted by:	Herbert J. Skuhra

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Jul 29 10:40:02 2007 UTC (4 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
- Add missed dependency on libgnomecanvas

Reported by:	pointyhat

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jul 23 17:34:48 2007 UTC (4 years, 6 months ago) by danfe
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +6 -15 lines
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

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat May 19 19:59:10 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Mar 18 19:54:52 2007 UTC (4 years, 10 months ago) by danfe
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +9 -6 lines
Catch up with recent libgpod update to version 0.4.2.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Oct 27 12:48:41 2006 UTC (5 years, 3 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -0 lines
Band-aid a weird segfault upon track deletion reported by several users.
Proper fix is being worked on.

Approved by:	portmgr (erwin)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Oct 10 11:13:42 2006 UTC (5 years, 4 months ago) by danfe
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -5 lines
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.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Apr 5 09:43:39 2006 UTC (5 years, 10 months ago) by danfe
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Pet portlint(1).

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Apr 3 14:12:27 2006 UTC (5 years, 10 months ago) by danfe
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Update to most recent versions.

Prodded by:	several

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Jan 18 14:47:07 2006 UTC (6 years ago) by danfe
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
Update to version 0.99.2.

PR:		ports/91529
Submitted by:	Devon Ryan <dpryan(at)dpryan.com>

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:20:49 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared library update.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Oct 31 12:58:23 2005 UTC (6 years, 3 months ago) by danfe
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +5 -10 lines
- Utilize OPTIONS
- Unmute ${INSTALL_DATA} statements
- Kill EOL space in distinfo

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Oct 28 07:59:51 2005 UTC (6 years, 3 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
Chase libid3tag update.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Oct 25 04:08:38 2005 UTC (6 years, 3 months ago) by danfe
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
- Fix RUN_DEPENDS
- Take maintainership

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Oct 19 17:11:12 2005 UTC (6 years, 3 months ago) by mnag
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -5 lines
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)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Apr 5 00:58:11 2005 UTC (6 years, 10 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -2 lines
Update to 0.88.2 :
  - added scripts to synchronize with evolution
  - fixed support of iPod shufffle

PR:		ports/79538
Submitted by:	maintainer

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Mar 17 00:28:17 2005 UTC (6 years, 10 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2 lines
- 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

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:52:52 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared lib version change.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Dec 22 00:22:00 2004 UTC (7 years, 1 month ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -0 lines
[Incomplete pkg-plist] audio/gtkpod

	Fix incomplete pkg-plist

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

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Dec 3 22:39:35 2004 UTC (7 years, 2 months ago) by ahze
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -6 lines
Update to 0.85.0

PR:		ports/74273
Submitted by:	David Le Brun (maintainer)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Nov 10 02:25:02 2004 UTC (7 years, 3 months ago) by ahze
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Use mpeg4ip-libmp4v2 instead of mpeg4ip

Approved by:	marcus (co mentor)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Nov 8 03:52:29 2004 UTC (7 years, 3 months ago) by ahze
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -2 lines
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)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:35:52 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Aug 16 09:41:44 2004 UTC (7 years, 5 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -11 lines
- Drop optional mp4v2 from faad support

PR:		ports/70464
Submitted by:	Michael Johnson <ahze@ahze.net>
Approved by:	maintainer

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jul 28 22:28:48 2004 UTC (7 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +0 -3 lines
- Remove no longer needed workaround

PR:		ports/69718
Submitted by:	Michael Johnson <ahze@ahze.net>
Approved by:	maintainer

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jul 28 11:08:32 2004 UTC (7 years, 6 months ago) by vs
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -0 lines
- Update to bug-fix-release
- Fix compilation on -STABLE (Scott Mitchell)

PR:		ports/69201
Submitted by:	David Le Brun (maintainer)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jul 9 10:04:11 2004 UTC (7 years, 7 months ago) by vs
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
Update to gtkpod 0.80
Changelog : http://gtkpod.sourceforge.net/ChangeLog

PR:		ports/68743
Submitted by:	David Le Brun (maintainer)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed May 12 08:43:58 2004 UTC (7 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +31 -11 lines
- Add AAC support, optionally either with faad or mpeg4ip

PR:		ports/66356
Submitted by:	ume
Approved by:	maintainer

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Apr 5 03:30:46 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:18:31 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jan 22 18:26:00 2004 UTC (8 years ago) by krion
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -9 lines
- 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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 3 11:02:45 2004 UTC (8 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Chase version change of audio/id3lib

PR:		ports/60830
Submitted by:	Roman Shterenzon <roman@xpert.com>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Dec 4 16:21:02 2003 UTC (8 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +12 -1 lines
- 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)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 3 23:26:50 2003 UTC (8 years, 3 months ago) by joe
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Upgrade to version 0.60.

PR:	ports/58611

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jul 11 01:37:37 2003 UTC (8 years, 7 months ago) by adamw
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Update to 0.52.

PR:		ports/54348
Submitted by:	David Le Brun <david@dyn-ns.net> (maintainer)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jun 3 22:33:05 2003 UTC (8 years, 8 months ago) by adamw
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Update to 0.51-2.

PR:		prots/52738
Submitted by:	David Le Brun <david@dyn-ns.net> (maintainer)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 22 04:58:06 2003 UTC (8 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -4 lines
[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>

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon May 5 16:09:55 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Convert to new GNOME infrastructure which fixes build on bento.

Reported by:	bento

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Apr 21 06:46:00 2003 UTC (8 years, 9 months ago) by sumikawa
Branches: MAIN
Add gtkpod 0.50, a GUI to upload songs and playlists to iPod.

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

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options