diff options
author | wiz <wiz> | 2008-10-31 12:43:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-10-31 12:43:59 +0000 |
commit | 514bace54707360c98cd010541aeb71d3c05c6b5 (patch) | |
tree | bb76e6893988dc08ef27ae5d7424e624db38bdd6 /multimedia | |
parent | b8d275616a3571e9899e1df3041670f00047fa16 (diff) | |
download | pkgsrc-514bace54707360c98cd010541aeb71d3c05c6b5.tar.gz |
Remove swfdec-gtk2, folded into swfdec.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 3 | ||||
-rw-r--r-- | multimedia/swfdec-gtk2/DESCR | 6 | ||||
-rw-r--r-- | multimedia/swfdec-gtk2/Makefile | 22 | ||||
-rw-r--r-- | multimedia/swfdec-gtk2/PLIST | 3 |
4 files changed, 1 insertions, 33 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index b1ad21da43a..b4b70287481 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.123 2008/09/17 00:21:48 obache Exp $ +# $NetBSD: Makefile,v 1.124 2008/10/31 12:43:59 wiz Exp $ # COMMENT= Multimedia utilities @@ -106,7 +106,6 @@ SUBDIR+= smpeg SUBDIR+= smpeg-xmms SUBDIR+= subtitleeditor SUBDIR+= swfdec -SUBDIR+= swfdec-gtk2 SUBDIR+= totem SUBDIR+= totem-nautilus SUBDIR+= totem-pl-parser diff --git a/multimedia/swfdec-gtk2/DESCR b/multimedia/swfdec-gtk2/DESCR deleted file mode 100644 index 8ca0443a1ac..00000000000 --- a/multimedia/swfdec-gtk2/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -Swfdec is a library for rendering Flash(R) animations and games. It was -originally designed as a basis library for creating Flash plugins for -GStreamer, but it is a fully standalone library which only use the libart -library for drawing. Swfdec is released under the LGPL. - -This package provides an SWF based pixbuf-loader for GTK. diff --git a/multimedia/swfdec-gtk2/Makefile b/multimedia/swfdec-gtk2/Makefile deleted file mode 100644 index eee528a40b0..00000000000 --- a/multimedia/swfdec-gtk2/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.10 2008/06/20 01:09:28 joerg Exp $ -# - -PKGREVISION= 10 - -PKG_DESTDIR_SUPPORT= user-destdir - -.include "../../multimedia/swfdec/Makefile.common" - -PKGNAME= ${DISTNAME:S/-/-gtk2-/} -COMMENT+= (GTK2 modules) - -CONFIGURE_ARGS+= --enable-pixbuf-loader - -BUILD_DIRS= ${WRKSRC}/pixbuf-loader -INSTALL_DIRS= ${WRKSRC}/pixbuf-loader - -GTK2_LOADERS= YES - -.include "../../multimedia/swfdec/buildlink3.mk" -.include "../../x11/gtk2/modules.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/swfdec-gtk2/PLIST b/multimedia/swfdec-gtk2/PLIST deleted file mode 100644 index 6e1bf7cb593..00000000000 --- a/multimedia/swfdec-gtk2/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2006/09/26 16:37:40 drochner Exp $ -lib/gtk-2.0/2.10.0/loaders/swf_loader.la -@comment in gtk2: @dirrm lib/gtk-2.0/2.10.0/loaders |