Bug 155161 - [patch] update port: audio/libgpod 0.7.2 -> 0.8.0
Summary: [patch] update port: audio/libgpod 0.7.2 -> 0.8.0
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: 2011-03-01 15:20 UTC by Alberto Villa
Modified: 2011-03-15 15:20 UTC (History)
0 users

See Also:


Attachments
file.txt (4.04 KB, text/plain)
2011-03-01 15:20 UTC, Alberto Villa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Villa freebsd_committer freebsd_triage 2011-03-01 15:20:11 UTC
this update makes libgpod finally support ipod nano 5g (successfully tested), iphone, ipod touch, and possibly some more stuff i don't even know

some notes:
- mono bindings are not enabled because i'm unable to build mono on my system
- sgutils is not optional anymore because sysinfo extended utility is built even without it, and sgutils is not a heavy port

it obviously requires a shlib bump in dependent ports

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-01 15:20:28 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 2011-03-15 15:12:17 UTC
danfe       2011-03-15 15:03:00 UTC

  FreeBSD ports repository

  Modified files:
    audio/libgpod        Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Update to version 0.8.0
  - Add LICENSE (LGPL20)
  - Install some extra documentation files
  - Transfer maintainership to submitter.  Alberto did a good job on porting
    libgpod dependencies, owns more recent Apple gadgets than me, and kindly
    agreed to look after this port
  
  PR:             ports/155161
  Submitted by:   avilla
  
  Revision  Changes    Path
  1.28      +42 -17    ports/audio/libgpod/Makefile
  1.8       +2 -3      ports/audio/libgpod/distinfo
  1.5       +1 -1      ports/audio/libgpod/pkg-descr
  1.10      +10 -4     ports/audio/libgpod/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 2011-03-15 15:15:37 UTC
State Changed
From-To: open->closed

Committed with modifications: added LICENSE, fix Mono binding build, 
remove superfluous mkdir of DOCSDIR since it is created during 
installation.  Also, thanks for taking maintainership of this baby!