summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/libgpod/Makefile6
-rw-r--r--audio/libgpod/PLIST4
-rw-r--r--audio/libgpod/distinfo9
-rw-r--r--audio/libgpod/patches/patch-aa40
4 files changed, 10 insertions, 49 deletions
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile
index 4704c6551b7..e5cacd901b4 100644
--- a/audio/libgpod/Makefile
+++ b/audio/libgpod/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2008/08/07 12:53:46 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2009/01/25 11:40:39 wiz Exp $
-DISTNAME= libgpod-0.6.0
-PKGREVISION= 1
+DISTNAME= libgpod-0.7.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkpod/}
@@ -21,6 +20,7 @@ USE_LIBTOOL= yes
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/libgpod/PLIST b/audio/libgpod/PLIST
index bc15f075665..b50414215e1 100644
--- a/audio/libgpod/PLIST
+++ b/audio/libgpod/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2007/11/29 18:47:28 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2009/01/25 11:40:39 wiz Exp $
include/gpod-1.0/gpod/itdb.h
lib/libgpod.la
lib/pkgconfig/libgpod-1.0.pc
@@ -9,6 +9,7 @@ share/gtk-doc/html/libgpod/index.sgml
share/gtk-doc/html/libgpod/itunesdb.html
share/gtk-doc/html/libgpod/left.png
share/gtk-doc/html/libgpod/libgpod-Artwork.html
+share/gtk-doc/html/libgpod/libgpod-Chapter-Data.html
share/gtk-doc/html/libgpod/libgpod-Device.html
share/gtk-doc/html/libgpod/libgpod-File-handling-functions.html
share/gtk-doc/html/libgpod/libgpod-Low-level-functions.html
@@ -32,6 +33,7 @@ share/locale/it/LC_MESSAGES/libgpod.mo
share/locale/ja/LC_MESSAGES/libgpod.mo
share/locale/ro/LC_MESSAGES/libgpod.mo
share/locale/sv/LC_MESSAGES/libgpod.mo
+share/locale/zh_CN/LC_MESSAGES/libgpod.mo
@dirrm share/gtk-doc/html/libgpod
@dirrm include/gpod-1.0/gpod
@dirrm include/gpod-1.0
diff --git a/audio/libgpod/distinfo b/audio/libgpod/distinfo
index f4b11033f50..d410433d226 100644
--- a/audio/libgpod/distinfo
+++ b/audio/libgpod/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2007/11/29 18:47:28 wiz Exp $
+$NetBSD: distinfo,v 1.6 2009/01/25 11:40:39 wiz Exp $
-SHA1 (libgpod-0.6.0.tar.gz) = 09b660324785cec122b5df62f1825ebd595c4ecc
-RMD160 (libgpod-0.6.0.tar.gz) = 684ea4276cd2c1fbe4c415a8ac931d8777e8c2fb
-Size (libgpod-0.6.0.tar.gz) = 843097 bytes
-SHA1 (patch-aa) = 1b9bc0a84875d7aaf52a6e49ce9024fa4096250c
+SHA1 (libgpod-0.7.0.tar.gz) = c8ed26ed81a85acf230b5e2065399b038ac00046
+RMD160 (libgpod-0.7.0.tar.gz) = 0d0b0961231aa257767e11ba1e51f4eeea01f764
+Size (libgpod-0.7.0.tar.gz) = 949630 bytes
diff --git a/audio/libgpod/patches/patch-aa b/audio/libgpod/patches/patch-aa
deleted file mode 100644
index 7ebe5114763..00000000000
--- a/audio/libgpod/patches/patch-aa
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2007/11/29 18:47:28 wiz Exp $
-
---- configure.orig 2007-11-10 11:16:17.000000000 +0000
-+++ configure
-@@ -20379,7 +20379,7 @@ echo "$as_me: error: HAL support explici
- { (exit 1); exit 1; }; }
- fi
-
-- if test "x$enable_hal" == "xyes"; then
-+ if test "x$enable_hal" = "xyes"; then
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_HAL 1
-@@ -22370,7 +22370,7 @@ echo $ECHO_N "checking whether to build
- { echo "$as_me:$LINENO: result: $with_python" >&5
- echo "${ECHO_T}$with_python" >&6; }
-
-- if test "X$with_python" == Xyes; then
-+ if test "X$with_python" = Xyes; then
- if test -z "$PYTHON"; then
- # Extract the first word of "python", so it can be a program name with args.
- set dummy python; ac_word=$2
-@@ -22653,7 +22653,7 @@ rm -f conftest.err conftest.$ac_ext
- CPPFLAGS="$save_CPPFLAGS"
-
-
-- if test "X$with_python" == Xyes; then
-+ if test "X$with_python" = Xyes; then
- if test `uname` = Darwin; then
- PYTHON_LDFLAGS="-Wl,-F. -Wl,-F. -bundle"
- if $PYTHON -c 'import sys, string; sys.exit(string.find(sys.prefix,"Framework")+1)'; then
-@@ -22713,7 +22713,7 @@ fi
-
-
-
-- if test "X$with_python" == Xyes; then
-+ if test "X$with_python" = Xyes; then
-
- # Extract the first word of "swig", so it can be a program name with args.
- set dummy swig; ac_word=$2