Sat Jun 15 12:42:12 2013 UTC ()
Packaged DeforaOS Player 0.1.6, with:
- more portable Makefiles
- improvements to the user interface


(khorben)
diff -r1.6 -r1.7 pkgsrc/multimedia/deforaos-player/Makefile
diff -r1.2 -r1.3 pkgsrc/multimedia/deforaos-player/PLIST
diff -r1.2 -r1.3 pkgsrc/multimedia/deforaos-player/distinfo
diff -r0 -r1.1 pkgsrc/multimedia/deforaos-player/buildlink3.mk

cvs diff -r1.6 -r1.7 pkgsrc/multimedia/deforaos-player/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/deforaos-player/Makefile 2013/06/06 12:54:50 1.6
+++ pkgsrc/multimedia/deforaos-player/Makefile 2013/06/15 12:42:12 1.7
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.6 2013/06/06 12:54:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2013/06/15 12:42:12 khorben Exp $
2# 2#
3 3
4DISTNAME= Player-0.1.5 4DISTNAME= Player-0.1.6
5PKGNAME= deforaos-player-0.1.5 5PKGNAME= deforaos-player-0.1.6
6PKGREVISION= 3 
7CATEGORIES= multimedia 6CATEGORIES= multimedia
8MASTER_SITES= http://www.defora.org/os/download/download/4279/ 7MASTER_SITES= http://www.defora.org/os/download/download/4297/
9 8
10MAINTAINER= khorben@defora.org 9MAINTAINER= khorben@defora.org
11HOMEPAGE= http://www.defora.org/ 10HOMEPAGE= http://www.defora.org/
12COMMENT= DeforaOS desktop media player 11COMMENT= DeforaOS desktop media player
13 12
14LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
15 14
16USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
17USE_TOOLS+= xgettext 16USE_TOOLS+= xgettext
18 17
19BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 18BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
20BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl 19BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
21 20

cvs diff -r1.2 -r1.3 pkgsrc/multimedia/deforaos-player/PLIST (expand / switch to unified diff)

--- pkgsrc/multimedia/deforaos-player/PLIST 2013/02/23 17:39:24 1.2
+++ pkgsrc/multimedia/deforaos-player/PLIST 2013/06/15 12:42:12 1.3
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1@comment $NetBSD: PLIST,v 1.2 2013/02/23 17:39:24 khorben Exp $ 1@comment $NetBSD: PLIST,v 1.3 2013/06/15 12:42:12 khorben Exp $
2bin/player 2bin/player
3bin/playerctl 3bin/playerctl
4include/Desktop/Player.h 4include/Desktop/Player.h
 5man/man1/player.1
 6man/man1/playerctl.1
5share/Player/splash.png 7share/Player/splash.png
6share/applications/player.desktop 8share/applications/player.desktop
7share/doc/html/Player/player.html 9share/doc/html/Player/player.html
8share/doc/html/Player/playerctl.html 10share/doc/html/Player/playerctl.html
9share/locale/fr/LC_MESSAGES/Player.mo 11share/locale/fr/LC_MESSAGES/Player.mo
10man/man1/player.1 
11man/man1/playerctl.1 

cvs diff -r1.2 -r1.3 pkgsrc/multimedia/deforaos-player/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/deforaos-player/distinfo 2013/02/23 17:39:24 1.2
+++ pkgsrc/multimedia/deforaos-player/distinfo 2013/06/15 12:42:12 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2013/02/23 17:39:24 khorben Exp $ 1$NetBSD: distinfo,v 1.3 2013/06/15 12:42:12 khorben Exp $
2 2
3SHA1 (Player-0.1.5.tar.gz) = 2ae99f589ca4c56ed02ef1b7862341318143bd0e 3SHA1 (Player-0.1.6.tar.gz) = 0a3cd1481759aa0636bba02e08f57be4babb1cde
4RMD160 (Player-0.1.5.tar.gz) = c32761c57948aae56f66df64a4d67a0532ab4261 4RMD160 (Player-0.1.6.tar.gz) = 2d8b8788f1cf7dd863de93b9ef9ae7c0babf35fa
5Size (Player-0.1.5.tar.gz) = 40600 bytes 5Size (Player-0.1.6.tar.gz) = 41827 bytes

File Added: pkgsrc/multimedia/deforaos-player/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1 2013/06/15 12:42:12 khorben Exp $
#

BUILDLINK_TREE+=	deforaos-player

.if !defined(DEFORAOS_PLAYER_BUILDLINK3_MK)
DEFORAOS_PLAYER_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.deforaos-player+=	deforaos-player>=0.1.6
BUILDLINK_ABI_DEPENDS.deforaos-player?=	deforaos-player>=0.1.6
BUILDLINK_PKGSRCDIR.deforaos-player?=	../../multimedia/deforaos-player

.include "../../x11/deforaos-libdesktop/buildlink3.mk"
.endif	# DEFORAOS_PLAYER_BUILDLINK3_MK

BUILDLINK_TREE+=	-deforaos-player