ports/91531: Addition of libgpod to support newer versions of gtkpod

Devon Ryan dpryan at dpryan.com
Sun Jan 8 21:30:04 UTC 2006


>Number:         91531
>Category:       ports
>Synopsis:       Addition of libgpod to support newer versions of gtkpod
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 08 21:30:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Devon Ryan
>Release:        6.0-STABLE
>Organization:
>Environment:
FreeBSD zarathustra.dpryan.com 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Jan  3 18:30:51 PST 2006     root at zarathustra.dpryan.com:/usr/obj/usr/src/sys/BSD3  i386
>Description:
libgpod is "a library for directly accessing an iPod's contents" and is needed for newer versions of gtkpod.
>How-To-Repeat:

>Fix:
Makefile:

PORTNAME=       libgpod
PORTVERSION=    0.3.0
CATEGORIES=     audio
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=     gtkpod
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include"

MAINTAINER=     dpryan at dpryan.com
COMMENT=        A library for directly accessing an iPod's contents

GNU_CONFIGURE=  yes
USE_GETTEXT=    yes

.include <bsd.port.mk>
-------------------------------------------
distinfo:

MD5 (libgpod-0.3.0.tar.gz) = bdb4f727f062f957dc227dae8348647c
SHA256 (libgpod-0.3.0.tar.gz) = 6e396346c63db8eac7d771a6b7ba684623b832024043e64f15939a8c99b6059a
SIZE (libgpod-0.3.0.tar.gz) = 455539
--------------------------------------------
files/patch-Makefile.in:

--- Makefile.in.orig    Wed Jan  4 16:52:33 2006
+++ Makefile.in Wed Jan  4 16:52:54 2006
@@ -194,7 +194,7 @@
 target_alias = @target_alias@
 SUBDIRS = src tests po

-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
 pkgconfig_DATA = libgpod-1.0.pc

 # the bindings/ below are just a hack until a better way is found
--------------------------------------------
pkg-descr:

Libgpod is a shared library to access the contents of an iPod. This
library is based on code used in the gtkpod project. Starting with
V0.96.CVS gtkpod depends on this library.

This code was originally part of gtkpod itself. When the parsing code
was made self-contained with gtkpod V0.93, we chose to put this code
in a separate library so that other projects can benefit from it
without duplicating code.

libgpod supports playlists, smart playlists, playcounts, ratings and
podcasts,. Support for cover art and photos is currently being tested.

WWW: http://www.gtkpod.org/libgpod.html
-------------------------------------------
pkg-plist:

include/gpod-1.0/gpod/ipod-device.h
include/gpod-1.0/gpod/itdb.h
@dirrm include/gpod-1.0/gpod
@dirrm include/gpod-1.0
lib/libgpod.a
lib/libgpod.la
lib/libgpod.so
lib/libgpod.so.300
libdata/pkgconfig/libgpod-1.0.pc
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list