summaryrefslogtreecommitdiff
path: root/multimedia/totem/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-03-22 16:37:32 +0000
committerjmmv <jmmv>2005-03-22 16:37:32 +0000
commitab19c23a219cefd3a28fdef49d1b5a7a628a94fb (patch)
treefefecf4423ed5a9d2a6db56b52a9cde9b68187c3 /multimedia/totem/Makefile
parent1fb455a8f8be65a617a895772a26d1ee75e6444d (diff)
downloadpkgsrc-ab19c23a219cefd3a28fdef49d1b5a7a628a94fb.tar.gz
Initial import of totem, 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 GStreamer backend.
Diffstat (limited to 'multimedia/totem/Makefile')
-rw-r--r--multimedia/totem/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
new file mode 100644
index 00000000000..7d1cb4b41e4
--- /dev/null
+++ b/multimedia/totem/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/22 16:37:32 jmmv Exp $
+#
+
+.include "Makefile.common"
+
+COMMENT+= (using GStreamer)
+
+CONFLICTS+= totem-xine-[0-9]*
+
+BUILDLINK_DEPENDS.gstreamer+= gstreamer>=0.8.6.1
+
+.include "../../multimedia/gst-plugins/buildlink3.mk"
+.include "../../multimedia/gstreamer/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"