[53014] trunk/dports/multimedia

rmsfisher at macports.org rmsfisher at macports.org
Sun Jun 28 00:33:49 PDT 2009


Revision: 53014
          http://trac.macports.org/changeset/53014
Author:   rmsfisher at macports.org
Date:     2009-06-28 00:33:48 -0700 (Sun, 28 Jun 2009)
Log Message:
-----------
multimedia/gtkpod new port added

Added Paths:
-----------
    trunk/dports/multimedia/gtkpod/
    trunk/dports/multimedia/gtkpod/Portfile
    trunk/dports/multimedia/gtkpod/files/
    trunk/dports/multimedia/gtkpod/files/patch-src_Makefile.in.diff

Added: trunk/dports/multimedia/gtkpod/Portfile
===================================================================
--- trunk/dports/multimedia/gtkpod/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/gtkpod/Portfile	2009-06-28 07:33:48 UTC (rev 53014)
@@ -0,0 +1,23 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                gtkpod
+version             0.99.14
+categories          multimedia gnome
+platforms           darwin
+maintainers         rmsfisher openmaintainer
+description         gtkpod is a platform independent Graphical User Interface for Apple's iPod using GTK2.gpod is a library to access the contents of an iPod.
+long_description    ${description} It supports the first to fifth Generation including the iPod mini, iPod Photo, iPod Shuffle, iPod nano, and iPod Video.
+homepage            http://www.gtkpod.org/
+master_sites        sourceforge:gtkpod
+checksums           md5     f7948eceb955b302f4c47da4c0e1ec12 \
+                    sha1    92977420c0b54e85ddc80fbe2e99cd4a5e4e81b9 \
+                    rmd160  ec4806918310b3071c33d461af3a354b5826a84c
+depends_lib         port:libglade2 port:libgpod port:libid3tag port:libmp4v2 \
+                    port:autoconf port:curl port:flex port:gnome-vfs
+configure.args      --mandir=${prefix}/share/man --without-ogg --without-flac
+patchfiles          patch-src_Makefile.in.diff
+livecheck.distname  ${name}
+livecheck.version   ${name}-${version}


Property changes on: trunk/dports/multimedia/gtkpod/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/multimedia/gtkpod/files/patch-src_Makefile.in.diff
===================================================================
--- trunk/dports/multimedia/gtkpod/files/patch-src_Makefile.in.diff	                        (rev 0)
+++ trunk/dports/multimedia/gtkpod/files/patch-src_Makefile.in.diff	2009-06-28 07:33:48 UTC (rev 53014)
@@ -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@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090628/06ed6d28/attachment.html>


More information about the macports-changes mailing list