pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add celluloid.



Module Name:	pkgsrc-wip
Committed By:	nia <nia%NetBSD.org@localhost>
Pushed By:	nee
Date:		Tue Jan 28 18:46:24 2020 +0000
Changeset:	db6c18bab0d75cfcee40dbe8ae84243eefc1e6f5

Modified Files:
	Makefile
Added Files:
	celluloid/DESCR
	celluloid/Makefile
	celluloid/PLIST
	celluloid/TODO
	celluloid/distinfo

Log Message:
Add celluloid.

Celluloid (formerly GNOME MPV) is a simple GTK+ frontend for mpv. Celluloid
interacts with mpv via the client API exported by libmpv, allowing access
to mpv's powerful playback capabilities.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=db6c18bab0d75cfcee40dbe8ae84243eefc1e6f5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile           |  1 +
 celluloid/DESCR    |  3 +++
 celluloid/Makefile | 20 ++++++++++++++++++++
 celluloid/PLIST    |  0
 celluloid/TODO     |  1 +
 celluloid/distinfo |  6 ++++++
 6 files changed, 31 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5e07f54759..3c9059cebb 100644
--- a/Makefile
+++ b/Makefile
@@ -364,6 +364,7 @@ SUBDIR+=	cdhit
 SUBDIR+=	cdogs
 SUBDIR+=	cdpr
 SUBDIR+=	cedet
+SUBDIR+=	celluloid
 SUBDIR+=	centrifuge
 SUBDIR+=	cereal
 SUBDIR+=	cfiles
diff --git a/celluloid/DESCR b/celluloid/DESCR
new file mode 100644
index 0000000000..5b31781012
--- /dev/null
+++ b/celluloid/DESCR
@@ -0,0 +1,3 @@
+Celluloid (formerly GNOME MPV) is a simple GTK+ frontend for mpv. Celluloid
+interacts with mpv via the client API exported by libmpv, allowing access
+to mpv's powerful playback capabilities.
diff --git a/celluloid/Makefile b/celluloid/Makefile
new file mode 100644
index 0000000000..99f2a04a79
--- /dev/null
+++ b/celluloid/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	celluloid-0.18
+CATEGORIES=	multimedia
+MASTER_SITES=	${MASTER_SITE_GITHUB:=celluloid-player/}
+GITHUB_RELEASE=	v${PKGVERSION_NOREV}
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://celluloid-player.github.io
+COMMENT=	Simple GTK+ frontend for mpv
+LICENSE=	gnu-gpl-v3
+
+GNU_CONFIGURE=	yes
+
+USE_TOOLS+=	pkg-config
+USE_TOOLS+=	msgfmt msgmerge xgettext
+
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/celluloid/PLIST b/celluloid/PLIST
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/celluloid/TODO b/celluloid/TODO
new file mode 100644
index 0000000000..5a3c2383ea
--- /dev/null
+++ b/celluloid/TODO
@@ -0,0 +1 @@
+Will not pass configure stage - needs mpv to expose libmpv.
diff --git a/celluloid/distinfo b/celluloid/distinfo
new file mode 100644
index 0000000000..00dad72fc0
--- /dev/null
+++ b/celluloid/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (celluloid-0.18.tar.xz) = eb342e196ff941f75ff16c97599b01010b029d1c
+RMD160 (celluloid-0.18.tar.xz) = 781136b27082783ceca435a35cdc526ecd9a33c9
+SHA512 (celluloid-0.18.tar.xz) = 22e04ee774ca1e3d9bdc966ce32ca4c6f00ac5731b4019a4e92552d74524f7a20d4dfcb94f1c043f906c0bbb121708b08d34b00bc8a914391f38eaf08c7e50c2
+Size (celluloid-0.18.tar.xz) = 354752 bytes


Home | Main Index | Thread Index | Old Index