diff options
author | drochner <drochner> | 2009-10-21 18:59:54 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-10-21 18:59:54 +0000 |
commit | ea5fb2afb2069df7b04edffebd49ad4aa6b45548 (patch) | |
tree | 6765bfd55404d390c85e1b1603d5402d2d41660b | |
parent | ca81d8ce248a331ae9f62d4536f8c287adec1b1f (diff) | |
download | pkgsrc-ea5fb2afb2069df7b04edffebd49ad4aa6b45548.tar.gz |
the xine backend is not supported anymore
-rw-r--r-- | multimedia/totem-xine/DESCR | 5 | ||||
-rw-r--r-- | multimedia/totem-xine/Makefile | 24 |
2 files changed, 0 insertions, 29 deletions
diff --git a/multimedia/totem-xine/DESCR b/multimedia/totem-xine/DESCR deleted file mode 100644 index 372068ad194..00000000000 --- a/multimedia/totem-xine/DESCR +++ /dev/null @@ -1,5 +0,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. diff --git a/multimedia/totem-xine/Makefile b/multimedia/totem-xine/Makefile deleted file mode 100644 index db73f4ea2b5..00000000000 --- a/multimedia/totem-xine/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.28 2009/08/26 20:22:53 sno Exp $ -# - -PKG_DESTDIR_SUPPORT= user-destdir - -.include "../../multimedia/totem/Makefile.common" - -PKGNAME= ${DISTNAME:S/-/-xine-/} -PKGREVISION= 1 - -COMMENT+= (using Xine) - -CONFLICTS+= totem-[0-9]* - -CONFIGURE_ARGS+= --enable-xine=yes -CONFIGURE_ARGS+= --disable-browser-plugins - -# needed for fake events to keep screensavers out, dubious -.include "../../x11/libXtst/buildlink3.mk" -# XVIDMODE is disabled in the source -#.include "../../x11/libXxf86vm/buildlink3.mk" - -.include "../../multimedia/xine-lib/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |