summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf>2003-02-14 02:50:06 +0000
committerhubertf <hubertf>2003-02-14 02:50:06 +0000
commit0b0861e495bad6c874b91725857cdb130edaffe6 (patch)
treeeaa139fea71fa7667c497f7f5d81219c1eb29aff
parent0a85c4e59850f77f8c3c1246da963e6bedf9ad7b (diff)
downloadpkgsrc-0b0861e495bad6c874b91725857cdb130edaffe6.tar.gz
Update to xhippo 3.3.
Numerous changes since 2.2, please check the ChangeLog.
-rw-r--r--audio/xhippo/Makefile19
-rw-r--r--audio/xhippo/distinfo6
-rw-r--r--doc/CHANGES5
3 files changed, 18 insertions, 12 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile
index 366eef644ae..3c82ff62a16 100644
--- a/audio/xhippo/Makefile
+++ b/audio/xhippo/Makefile
@@ -1,18 +1,21 @@
-# $NetBSD: Makefile,v 1.12 2001/05/09 11:29:11 agc Exp $
+# $NetBSD: Makefile,v 1.13 2003/02/14 02:50:08 hubertf Exp $
#
-DISTNAME= xhippo-2.0
+DISTNAME= xhippo-3.3
CATEGORIES= audio x11
-MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/
+MASTER_SITES= ${MASTER_SITE_GNU:=xhippo/}
MAINTAINER= hubertf@netbsd.org
-HOMEPAGE= http://zenchaos.netpedia.net/
+HOMEPAGE= http://www.gnu.org/software/xhippo/xhippo.html
COMMENT= Generic playlist manager for UNIX
-DEPENDS= gtk+-1.2.*:../../x11/gtk
+USE_X11= yes
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
-USE_X11= YES
-GNU_CONFIGURE= YES
+CONFIGURE_ENV+= --with-gnome=no
+
+CONF_FILES= ${PREFIX}/share/doc/xhippo/xhippo.config.example ${PKG_SYSCONFDIR}/xhippo.config
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xhippo
@@ -26,4 +29,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/xhippo.txt.gz ${PREFIX}/share/doc/xhippo
${INSTALL_DATA} ${WRKSRC}/doc/xhippo.sgml ${PREFIX}/share/doc/xhippo
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../audio/mad/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/xhippo/distinfo b/audio/xhippo/distinfo
index 5b8de28ebd2..ab7e002c166 100644
--- a/audio/xhippo/distinfo
+++ b/audio/xhippo/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/05/09 11:29:11 agc Exp $
+$NetBSD: distinfo,v 1.3 2003/02/14 02:50:08 hubertf Exp $
-SHA1 (xhippo-2.0.tar.gz) = a4171b751307f5ca482756691d80c8cf14231d15
-Size (xhippo-2.0.tar.gz) = 142276 bytes
+SHA1 (xhippo-3.3.tar.gz) = 15fb21a9027110f1f7b8e17dc33be6c28a67c601
+Size (xhippo-3.3.tar.gz) = 417111 bytes
diff --git a/doc/CHANGES b/doc/CHANGES
index 7b54ece65f2..cafdbaf126d 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.1354 2003/02/14 01:40:18 dmcmahill Exp $
+$NetBSD: CHANGES,v 1.1355 2003/02/14 02:50:06 hubertf Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -601,5 +601,6 @@ Changes to the packages collection and infrastructure in 2003:
Updated gnome2-pixmaps to 2.2.0.1 [jmmv 2003-02-13]
Updated libwnck to 2.2.1 [jmmv 2003-02-13]
Updated rdesktop to 1.2 [grant 2003-02-13]
- Updated aim to 1.5.277 [fredb 2003-02-14]
Added matlab-mode-2.3 [dmcmahill 2003-02-13]
+ Updated aim to 1.5.277 [fredb 2003-02-14]
+ Updated xhippo 3.3 [hubertf 2003-02-14]