Bug 138007 - [PATCH] Upgrade audio/gtkpod to 0.99.14 (unbreaking it with current libgpod)
Summary: [PATCH] Upgrade audio/gtkpod to 0.99.14 (unbreaking it with current libgpod)
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: 2009-08-21 02:00 UTC by Giorgos Keramidas
Modified: 2009-08-24 21:42 UTC (History)
0 users

See Also:


Attachments
gtkpod-0.99.14.patch (7.19 KB, patch)
2009-08-21 02:00 UTC, Giorgos Keramidas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Giorgos Keramidas freebsd_committer freebsd_triage 2009-08-21 02:00:13 UTC
The latest libgpod version breaks gtkpod, but there's an updated version
in the gtkpod upstream release area that builds fine with our current
libgpod version.  The attached patch upgrades audio/gtkpod to the latest
version by the upstream source.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-08-21 03:51:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-08-24 21:39:51 UTC
danfe       2009-08-24 20:39:42 UTC

  FreeBSD ports repository

  Modified files:
    audio/gtkpod         Makefile distinfo pkg-plist 
  Log:
  - 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  Changes    Path
  1.48      +18 -15    ports/audio/gtkpod/Makefile
  1.22      +3 -3      ports/audio/gtkpod/distinfo
  1.17      +71 -30    ports/audio/gtkpod/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2009-08-24 21:41:56 UTC
State Changed
From-To: open->closed

Port updated, thanks!