- update xhippo to 3.5

- set license marker
- reformat DESCR

maintainer timed-out
This commit is contained in:
jasper 2010-12-30 08:53:36 +00:00
parent 0abba27e81
commit 581d07b2fc
5 changed files with 24 additions and 53 deletions

View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile,v 1.34 2010/11/15 00:22:49 espie Exp $
# $OpenBSD: Makefile,v 1.35 2010/12/30 08:53:36 jasper Exp $
COMMENT= generic playlist manager for UNIX
DISTNAME= xhippo-3.3
REVISION= 12
DISTNAME= xhippo-3.5
CATEGORIES= audio
HOMEPAGE= http://www.gnu.org/software/xhippo/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM=Yes
@ -20,13 +20,12 @@ WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += pthread-stubs xcb z gthread-2.0 pthread xcb-render
WANTLIB += xcb-render-util id3 id3tag>=2 gdk_pixbuf-2.0
WANTLIB += gdk-x11-2.0 gtk-x11-2.0
WANTLIB += id3tag>=2 gdk_pixbuf-2.0 gdk-x11-2.0 gtk-x11-2.0
WANTLIB += GL Xxf86vm drm xcb-shm
MASTER_SITES= ${MASTER_SITE_GNU:=xhippo/}
LIB_DEPENDS= x11/gtk+2 \
audio/id3lib \
audio/libid3tag
USE_GROFF = Yes
@ -37,14 +36,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MODULES= devel/gettext
DOCS= ChangeLog gnu-xhippo.html screenshot.jpeg xhippo.html.gz \
xhippo.info.gz xhippo.ps.gz xhippo.sgml xhippo.txt.gz xhippo_toc.html
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xhippo
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xhippo
${INSTALL_DATA} ${WRKSRC}/xhippo.config ${PREFIX}/share/examples/xhippo/xhippo.config-sample
${INSTALL_DATA} ${WRKSRC}/xhippo.gtkrc ${PREFIX}/share/examples/xhippo
cd ${WRKSRC}/doc; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/xhippo
${INSTALL_DATA} ${WRKSRC}/xhippo.config \
${PREFIX}/share/examples/xhippo/xhippo.config-sample
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (xhippo-3.3.tar.gz) = KO8m46AZnaqeVTWotoK//g==
RMD160 (xhippo-3.3.tar.gz) = QCMoa8hDwVsVJ/7EnNplpIp2OvU=
SHA1 (xhippo-3.3.tar.gz) = FfshqQJxEPH3uOF9wzvmwopnxgE=
SHA256 (xhippo-3.3.tar.gz) = jiH4Hh4jh7NsnR8zGNO1fYnkOnmEDS+cE8mSX5xl52E=
SIZE (xhippo-3.3.tar.gz) = 417111
MD5 (xhippo-3.5.tar.gz) = BKla99LKtv15URjFoNEOFA==
RMD160 (xhippo-3.5.tar.gz) = wzmeTa78titG+XN1BqpFhTL20Pc=
SHA1 (xhippo-3.5.tar.gz) = 0EtD3E1EnSxQry17BKKzcVAgj+8=
SHA256 (xhippo-3.5.tar.gz) = Bd0ktV/5/kUZGlcUk+g3QCae5L1ItY+9hbG13JjxbG4=
SIZE (xhippo-3.5.tar.gz) = 304142

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-configure_in,v 1.2 2003/06/06 06:06:33 kevlo Exp $
--- configure.in.orig Mon Feb 3 00:24:30 2003
+++ configure.in Fri Jun 6 13:54:42 2003
@@ -55,8 +55,9 @@ fi
ID3LIBS=""
ZLIB=""
-AC_CHECK_LIB(id3, ID3Tag_New, ID3LIBS="-lid3"; ZLIB="-lz"; AC_DEFINE(HAVE_LIBID3, 1, [Have libid3]), , -lz)
-AC_CHECK_LIB(id3tag, id3_file_tag, ID3LIBS="$ID3LIBS -lid3tag"; ZLIB="-lz"; AC_DEFINE(HAVE_LIBID3TAG, 1, [Have libid3tag]), , -lz)
+dnl C++ library
+dnl AC_CHECK_LIB(id3, ID3Tag_New, ID3LIBS="-lid3"; ZLIB="-lz"; AC_DEFINE(HAVE_LIBID3, 1, [Have libid3]), , -lz)
+AC_CHECK_LIB(id3tag, id3_file_tag, ID3LIBS="-lid3tag"; ZLIB="-lz"; AC_DEFINE(HAVE_LIBID3TAG, 1, [Have libid3tag]), , -lz)
ID3LIBS="$ID3LIBS $ZLIB"
AC_SUBST(ID3LIBS)

View File

@ -1,9 +1,9 @@
GNU xhippo is a generic playlist manager program for a variety of UNIX
sound players. It's been shown to work with mpg123, bplay, s3mod, tracker,
xmp and timidity, and should work with more-or-less anything that can take
a filename on the command line.
It is capable of automatically deciding which player to use depending on
a file's extension; the defaults are set in a config file. It uses textual
playlist files, which are easily generated with the ``find'' or ``locate''
utilities. xhippo's interface is very loosely modelled on the ``HippoPlayer''
player for the Amiga.
GNU xhippo is a generic playlist manager program for a variety of UNIX
sound players. It's been shown to work with mpg123, bplay, s3mod,
tracker, xmp and timidity, and should work with more-or-less anything
that can take a filename on the command line. It is capable of
automatically deciding which player to use depending on a file's
extension; the defaults are set in a config file. It uses textual
playlist files, which are easily generated with the ``find'' or
``locate'' utilities. xhippo's interface is very loosely modelled on the
``HippoPlayer'' player for the Amiga.

View File

@ -1,18 +1,9 @@
@comment $OpenBSD: PLIST,v 1.8 2004/09/14 23:16:56 espie Exp $
bin/xhippo
@comment $OpenBSD: PLIST,v 1.9 2010/12/30 08:53:36 jasper Exp $
@bin bin/xhippo
@info info/xhippo.info
@man man/man1/xhippo.1
share/doc/xhippo/
share/doc/xhippo/ChangeLog
share/doc/xhippo/gnu-xhippo.html
share/doc/xhippo/screenshot.jpeg
share/doc/xhippo/xhippo.html.gz
share/doc/xhippo/xhippo.info.gz
share/doc/xhippo/xhippo.ps.gz
share/doc/xhippo/xhippo.sgml
share/doc/xhippo/xhippo.txt.gz
share/doc/xhippo/xhippo_toc.html
share/examples/xhippo/
share/examples/xhippo/xhippo.config-sample
@sample ${SYSCONFDIR}/xhippo.config
share/examples/xhippo/xhippo.gtkrc
share/locale/de/LC_MESSAGES/xhippo.mo