summaryrefslogtreecommitdiff
path: root/multimedia/totem-xine
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-03-22 16:37:51 +0000
committerjmmv <jmmv>2005-03-22 16:37:51 +0000
commit0e4865f96b19e086531e9fd3e7ba24a456cf8992 (patch)
tree1f83a5aa675357149a89f48a8ee9f0536db28114 /multimedia/totem-xine
parent029a0cb34689f9e3648309b123eeb0cde6f015ed (diff)
downloadpkgsrc-0e4865f96b19e086531e9fd3e7ba24a456cf8992.tar.gz
Initial import of totem-xine, version 1.0:
Totem is simple movie player for the GNOME desktop based on GStreamer and Xine. It features a playlist, a full-screen mode, seek and volume controls, as well as a pretty complete keyboard navigation. This package is built using the Xine backend.
Diffstat (limited to 'multimedia/totem-xine')
-rw-r--r--multimedia/totem-xine/DESCR5
-rw-r--r--multimedia/totem-xine/Makefile13
2 files changed, 18 insertions, 0 deletions
diff --git a/multimedia/totem-xine/DESCR b/multimedia/totem-xine/DESCR
new file mode 100644
index 00000000000..372068ad194
--- /dev/null
+++ b/multimedia/totem-xine/DESCR
@@ -0,0 +1,5 @@
+Totem is simple movie player for the GNOME desktop based on GStreamer and
+Xine. It features a playlist, a full-screen mode, seek and volume controls,
+as well as a pretty complete keyboard navigation.
+
+This package is built using the Xine backend.
diff --git a/multimedia/totem-xine/Makefile b/multimedia/totem-xine/Makefile
new file mode 100644
index 00000000000..58e5439bc60
--- /dev/null
+++ b/multimedia/totem-xine/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/22 16:37:51 jmmv Exp $
+#
+
+.include "../../multimedia/totem/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/-/-xine-/}
+
+COMMENT+= (using Xine)
+
+CONFLICTS+= totem-[0-9]*
+
+.include "../../multimedia/xine-lib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"