Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2006 19:30:14 GMT
From:      Devon <dpryan@Student-Government.uchicago.edu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/91531: Addition of libgpod to support newer versions of gtk
Message-ID:  <200601091930.k09JUEUl023792@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/91531; it has been noted by GNATS.

From: Devon <dpryan@Student-Government.uchicago.edu>
To: bug-followup@FreeBSD.org, dpryan@dpryan.com
Cc:  
Subject: Re: ports/91531: Addition of libgpod to support newer versions of
 gtk
Date: Mon, 9 Jan 2006 13:26:16 -0600 (CST)

 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #       /usr/ports/audio/libgpod/
 #       /usr/ports/audio/libgpod/pkg-descr
 #       /usr/ports/audio/libgpod/Makefile
 #       /usr/ports/audio/libgpod/distinfo
 #       /usr/ports/audio/libgpod/files
 #       /usr/ports/audio/libgpod/files/patch-Makefile.in
 #       /usr/ports/audio/libgpod/pkg-plist
 #
 echo c - /usr/ports/audio/libgpod/
 mkdir -p /usr/ports/audio/libgpod/ > /dev/null 2>&1
 echo x - /usr/ports/audio/libgpod/pkg-descr
 sed 's/^X//' >/usr/ports/audio/libgpod/pkg-descr << 'END-of-/usr/ports/audio/libgpod/pkg-descr'
 XLibgpod is a shared library to access the contents of an iPod. This
 Xlibrary is based on code used in the gtkpod project. Starting with
 XV0.96.CVS gtkpod depends on this library.
 X
 XThis code was originally part of gtkpod itself. When the parsing code
 Xwas made self-contained with gtkpod V0.93, we chose to put this code
 Xin a separate library so that other projects can benefit from it
 Xwithout duplicating code.
 X
 Xlibgpod supports playlists, smart playlists, playcounts, ratings and
 Xpodcasts,. Support for cover art and photos is currently being tested.
 X
 XWWW: http://www.gtkpod.org/libgpod.html
 END-of-/usr/ports/audio/libgpod/pkg-descr
 echo x - /usr/ports/audio/libgpod/Makefile
 sed 's/^X//' >/usr/ports/audio/libgpod/Makefile << 'END-of-/usr/ports/audio/libgpod/Makefile'
 X# New ports collection makefile for:   libgpod
 X# Date created:                Wed Jan 1 00:48:58 EST 2006
 X# Whom:                        Devon Ryan <dpryan@dpryan.com>
 X#
 X#
 X
 XPORTNAME=      libgpod
 XPORTVERSION=   0.3.0
 XCATEGORIES=    audio
 XMASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 XMASTER_SITE_SUBDIR=    gtkpod
 XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
 X
 XMAINTAINER=    dpryan@dpryan.com
 XCOMMENT=       A library for directly accessing an iPod's contents
 X
 XGNU_CONFIGURE= yes
 XUSE_GETTEXT=   yes
 X
 X.include <bsd.port.mk>
 END-of-/usr/ports/audio/libgpod/Makefile
 echo x - /usr/ports/audio/libgpod/distinfo
 sed 's/^X//' >/usr/ports/audio/libgpod/distinfo << 'END-of-/usr/ports/audio/libgpod/distinfo'
 XMD5 (libgpod-0.3.0.tar.gz) = bdb4f727f062f957dc227dae8348647c
 XSHA256 (libgpod-0.3.0.tar.gz) = 6e396346c63db8eac7d771a6b7ba684623b832024043e64f15939a8c99b6059a
 XSIZE (libgpod-0.3.0.tar.gz) = 455539
 END-of-/usr/ports/audio/libgpod/distinfo
 echo c - /usr/ports/audio/libgpod/files
 mkdir -p /usr/ports/audio/libgpod/files > /dev/null 2>&1
 echo x - /usr/ports/audio/libgpod/files/patch-Makefile.in
 sed 's/^X//' >/usr/ports/audio/libgpod/files/patch-Makefile.in << 'END-of-/usr/ports/audio/libgpod/files/patch-Makefile.in'
 X--- Makefile.in.orig   Wed Jan  4 16:52:33 2006
 X+++ Makefile.in        Wed Jan  4 16:52:54 2006
 X@@ -194,7 +194,7 @@
 X target_alias = @target_alias@
 X SUBDIRS = src tests po
 X
 X-pkgconfigdir = $(libdir)/pkgconfig
 X+pkgconfigdir = $(prefix)/libdata/pkgconfig
 X pkgconfig_DATA = libgpod-1.0.pc
 X
 X # the bindings/ below are just a hack until a better way is found
 END-of-/usr/ports/audio/libgpod/files/patch-Makefile.in
 echo x - /usr/ports/audio/libgpod/pkg-plist
 sed 's/^X//' >/usr/ports/audio/libgpod/pkg-plist << 'END-of-/usr/ports/audio/libgpod/pkg-plist'
 Xinclude/gpod-1.0/gpod/ipod-device.h
 Xinclude/gpod-1.0/gpod/itdb.h
 X@dirrm include/gpod-1.0/gpod
 X@dirrm include/gpod-1.0
 Xlib/libgpod.a
 Xlib/libgpod.la
 Xlib/libgpod.so
 Xlib/libgpod.so.300
 Xlibdata/pkgconfig/libgpod-1.0.pc
 END-of-/usr/ports/audio/libgpod/pkg-plist
 exit



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601091930.k09JUEUl023792>