Bug 126760 - [update] audio/gtkpod - has additional dependencies
Summary: [update] audio/gtkpod - has additional dependencies
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: 2008-08-23 10:10 UTC by Emanuel Haupt
Modified: 2009-08-24 21:43 UTC (History)
0 users

See Also:


Attachments
gtkpod.patch (740 bytes, patch)
2008-08-23 10:10 UTC, Emanuel Haupt
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Haupt freebsd_committer freebsd_triage 2008-08-23 10:10:01 UTC
If audio/gtkpod is built with ogg support oggdec is required by a conversion
script. oggdec is provided by audio/vorbis-tools.

How-To-Repeat: - Install audio/gtkpod with ogg support
- Attach an iPod
- Add an ogg file to the playlist
- Synchronize

==> Fail: conversion script won't find oggdec
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-23 10:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

Over to maintainer (via the GNATS Auto Assign Tool)
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:42:31 UTC
State Changed
From-To: open->closed

Fix (and similar other rdeps) committed, thanks!