Revision
38725
Author
simon@macports.org
Date
2008-07-29 11:43:38 -0700 (Tue, 29 Jul 2008)

Log Message

multimedia/libgpod: New port, a library to access the contents of an iPod.

Added Paths

Diff

Added: trunk/dports/multimedia/libgpod/Portfile (0 => 38725)


--- trunk/dports/multimedia/libgpod/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/libgpod/Portfile	2008-07-29 18:43:38 UTC (rev 38725)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem          1.0
+
+name                libgpod
+version             0.6.0
+categories          multimedia
+platforms           darwin
+maintainers         simon openmaintainer
+description         libgpod is a library to access the contents of an iPod.
+long_description    ${description} This library is based on code used in the \
+                    gtkpod project. Starting with V0.96.CVS gtkpod depends \
+                    on this library.
+
+homepage            http://www.gtkpod.org/libgpod.html
+master_sites        sourceforge:gtkpod
+checksums           md5 b44d8aee3f6610370b6faf61770c5f3c \
+                    sha1 09b660324785cec122b5df62f1825ebd595c4ecc \
+                    rmd160 684ea4276cd2c1fbe4c415a8ac931d8777e8c2fb
+
+depends_build       port:pkgconfig
+
+depends_lib         port:gtk2 \
+                    port:p5-xml-parser
+
+patchfiles          patch-src_Makefile.in.diff
+
+livecheck.check     regex
+livecheck.url       http://sourceforge.net/project/showfiles.php?group_id=67873
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)"
Property changes on: trunk/dports/multimedia/libgpod/Portfile
___________________________________________________________________
Name: svn:keyword
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/multimedia/libgpod/files/patch-src_Makefile.in.diff (0 => 38725)


--- trunk/dports/multimedia/libgpod/files/patch-src_Makefile.in.diff	                        (rev 0)
+++ trunk/dports/multimedia/libgpod/files/patch-src_Makefile.in.diff	2008-07-29 18:43:38 UTC (rev 38725)
@@ -0,0 +1,13 @@
+Index: src/Makefile.in
+===================================================================
+--- src/Makefile.in.orig	2007-11-10 12:16:20.000000000 +0100
++++ src/Makefile.in	2008-07-29 20:31:34.000000000 +0200
+@@ -98,7 +98,7 @@
+ AWK = @AWK@
+ CATALOGS = @CATALOGS@
+ CATOBJEXT = @CATOBJEXT@
+-CC = @CC@
++CC = @CC@ -fnested-functions
+ CCDEPMODE = @CCDEPMODE@
+ CFLAGS = @CFLAGS@
+ CPP = @CPP@
Property changes on: trunk/dports/multimedia/libgpod/files/patch-src_Makefile.in.diff
___________________________________________________________________
Name: svn:eol-style
   + native