diff options
author | khorben <khorben@pkgsrc.org> | 2012-12-17 00:54:23 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2012-12-17 00:54:23 +0000 |
commit | c4d6f6a65959c9f5ee5a38ffa61bad59936904c3 (patch) | |
tree | 5ddb3d12f92e871342a6fa507d9d91a3d9066e9b /multimedia/deforaos-player | |
parent | b0e6d4111a42b83c802ba1edcedf6feb41bfcc8d (diff) | |
download | pkgsrc-c4d6f6a65959c9f5ee5a38ffa61bad59936904c3.tar.gz |
Imported wip/deforaos-player, the DeforaOS desktop media player, under
multimedia/deforaos-player (version 0.1.4)
Diffstat (limited to 'multimedia/deforaos-player')
-rw-r--r-- | multimedia/deforaos-player/DESCR | 1 | ||||
-rw-r--r-- | multimedia/deforaos-player/Makefile | 27 | ||||
-rw-r--r-- | multimedia/deforaos-player/PLIST | 5 | ||||
-rw-r--r-- | multimedia/deforaos-player/distinfo | 5 | ||||
-rw-r--r-- | multimedia/deforaos-player/options.mk | 10 |
5 files changed, 48 insertions, 0 deletions
diff --git a/multimedia/deforaos-player/DESCR b/multimedia/deforaos-player/DESCR new file mode 100644 index 00000000000..30bd27aaea6 --- /dev/null +++ b/multimedia/deforaos-player/DESCR @@ -0,0 +1 @@ +DeforaOS desktop media player diff --git a/multimedia/deforaos-player/Makefile b/multimedia/deforaos-player/Makefile new file mode 100644 index 00000000000..25fbcb7e724 --- /dev/null +++ b/multimedia/deforaos-player/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2012/12/17 00:54:23 khorben Exp $ +# + +DISTNAME= Player-0.1.4 +PKGNAME= deforaos-player-0.1.4 +CATEGORIES= multimedia +MASTER_SITES= http://www.defora.org/os/download/download/3708/ + +MAINTAINER= khorben@defora.org +HOMEPAGE= http://www.defora.org/ +COMMENT= DeforaOS desktop media player + +LICENSE= gnu-gpl-v3 + +USE_TOOLS+= pkg-config +USE_TOOLS+= xgettext + +DEPENDS+= mplayer-[0-9]*:../../multimedia/mplayer + +MAKE_FLAGS+= DESTDIR=${DESTDIR} +MAKE_FLAGS+= PREFIX=${PREFIX} + +.include "options.mk" + +.include "../../x11/deforaos-libdesktop/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/deforaos-player/PLIST b/multimedia/deforaos-player/PLIST new file mode 100644 index 00000000000..cdaaa652f5d --- /dev/null +++ b/multimedia/deforaos-player/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2012/12/17 00:54:23 khorben Exp $ +bin/player +share/Player/splash.png +share/applications/player.desktop +share/locale/fr/LC_MESSAGES/Player.mo diff --git a/multimedia/deforaos-player/distinfo b/multimedia/deforaos-player/distinfo new file mode 100644 index 00000000000..2fe4bce3b18 --- /dev/null +++ b/multimedia/deforaos-player/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/12/17 00:54:23 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 diff --git a/multimedia/deforaos-player/options.mk b/multimedia/deforaos-player/options.mk new file mode 100644 index 00000000000..950b740248f --- /dev/null +++ b/multimedia/deforaos-player/options.mk @@ -0,0 +1,10 @@ +# $NetBSD: options.mk,v 1.1 2012/12/17 00:54:23 khorben Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-player +PKG_SUPPORTED_OPTIONS= embedded + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Membedded) +MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED +.endif |