From 37cbcb4b44e3386be860c11a08559a710309bf76 Mon Sep 17 00:00:00 2001 From: khorben Date: Sat, 23 Feb 2013 17:39:24 +0000 Subject: Packaged DeforaOS Player 0.1.5, with: - improved user interface (progress bar, seeking, displaying errors) - additional tool for remote controlling the playback; - manual pages for both binaries. --- multimedia/deforaos-player/Makefile | 19 ++++++++++++++----- multimedia/deforaos-player/PLIST | 8 +++++++- multimedia/deforaos-player/distinfo | 8 ++++---- 3 files changed, 25 insertions(+), 10 deletions(-) (limited to 'multimedia') diff --git a/multimedia/deforaos-player/Makefile b/multimedia/deforaos-player/Makefile index 055226b21c7..88a94e7e0c2 100644 --- a/multimedia/deforaos-player/Makefile +++ b/multimedia/deforaos-player/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2013/02/16 11:23:31 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2013/02/23 17:39:24 khorben Exp $ # -DISTNAME= Player-0.1.4 -PKGNAME= deforaos-player-0.1.4 -PKGREVISION= 1 +DISTNAME= Player-0.1.5 +PKGNAME= deforaos-player-0.1.5 CATEGORIES= multimedia -MASTER_SITES= http://www.defora.org/os/download/download/3708/ +MASTER_SITES= http://www.defora.org/os/download/download/4279/ MAINTAINER= khorben@defora.org HOMEPAGE= http://www.defora.org/ @@ -16,10 +15,20 @@ LICENSE= gnu-gpl-v3 USE_TOOLS+= pkg-config USE_TOOLS+= xgettext +BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt +BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl + DEPENDS+= mplayer-[0-9]*:../../multimedia/mplayer MAKE_FLAGS+= DESTDIR=${DESTDIR} MAKE_FLAGS+= PREFIX=${PREFIX} +AUTO_MKDIRS= yes + +post-install: + ${MV} ${DESTDIR}${PREFIX}/share/man/man1/player.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/player.1 + ${MV} ${DESTDIR}${PREFIX}/share/man/man1/playerctl.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/playerctl.1 + ${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1 + ${RMDIR} ${DESTDIR}${PREFIX}/share/man .include "options.mk" diff --git a/multimedia/deforaos-player/PLIST b/multimedia/deforaos-player/PLIST index cdaaa652f5d..a43dcd5ee13 100644 --- a/multimedia/deforaos-player/PLIST +++ b/multimedia/deforaos-player/PLIST @@ -1,5 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2012/12/17 00:54:23 khorben Exp $ +@comment $NetBSD: PLIST,v 1.2 2013/02/23 17:39:24 khorben Exp $ bin/player +bin/playerctl +include/Desktop/Player.h share/Player/splash.png share/applications/player.desktop +share/doc/html/Player/player.html +share/doc/html/Player/playerctl.html share/locale/fr/LC_MESSAGES/Player.mo +man/man1/player.1 +man/man1/playerctl.1 diff --git a/multimedia/deforaos-player/distinfo b/multimedia/deforaos-player/distinfo index 2fe4bce3b18..a6f03ebaa23 100644 --- a/multimedia/deforaos-player/distinfo +++ b/multimedia/deforaos-player/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2012/12/17 00:54:23 khorben Exp $ +$NetBSD: distinfo,v 1.2 2013/02/23 17:39:24 khorben Exp $ -SHA1 (Player-0.1.4.tar.gz) = c75f8d90a0b6f3b115b50d88322a73e77d2da101 -RMD160 (Player-0.1.4.tar.gz) = 4a1b60ddb8db722ae8976465c09f1e233b95926a -Size (Player-0.1.4.tar.gz) = 37215 bytes +SHA1 (Player-0.1.5.tar.gz) = 2ae99f589ca4c56ed02ef1b7862341318143bd0e +RMD160 (Player-0.1.5.tar.gz) = c32761c57948aae56f66df64a4d67a0532ab4261 +Size (Player-0.1.5.tar.gz) = 40600 bytes -- cgit v1.2.3