diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:37:51 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:37:51 +0000 |
commit | 0656e9ca218cbfea71edd65fd18cd07c01669c39 (patch) | |
tree | 1f83a5aa675357149a89f48a8ee9f0536db28114 /multimedia | |
parent | 22f84b33143b8dc4a05118aef2e17efa9a1dfcb0 (diff) | |
download | pkgsrc-0656e9ca218cbfea71edd65fd18cd07c01669c39.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')
-rw-r--r-- | multimedia/totem-xine/DESCR | 5 | ||||
-rw-r--r-- | multimedia/totem-xine/Makefile | 13 |
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" |