pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/swfdec-gtk2 Initial import of swfdec-gtk2, ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/014f29ad70d2
branches:  trunk
changeset: 466716:014f29ad70d2
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Jan 22 12:50:15 2004 +0000

description:
Initial import of swfdec-gtk2, version 0.2.1:

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.

diffstat:

 graphics/swfdec-gtk2/DESCR    |   6 ++++++
 graphics/swfdec-gtk2/Makefile |  20 ++++++++++++++++++++
 graphics/swfdec-gtk2/PLIST    |   5 +++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r dfa10444128e -r 014f29ad70d2 graphics/swfdec-gtk2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/swfdec-gtk2/DESCR        Thu Jan 22 12:50:15 2004 +0000
@@ -0,0 +1,6 @@
+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 -r dfa10444128e -r 014f29ad70d2 graphics/swfdec-gtk2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/swfdec-gtk2/Makefile     Thu Jan 22 12:50:15 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/22 12:50:15 jmmv Exp $
+#
+
+.include "../../graphics/swfdec/Makefile.common"
+
+PKGNAME=               ${DISTNAME:S/-/-gtk2-/}
+COMMENT+=              (GTK2 modules)
+
+CONFLICTS+=            swfdec<=0.2.1nb6
+
+CONFIGURE_ARGS+=       --enable-pixbuf-loader
+
+BUILD_DIRS=            ${WRKSRC}/pixbuf-loader
+INSTALL_DIRS=          ${WRKSRC}/pixbuf-loader
+
+GTK2_LOADERS=          YES
+
+.include "../../graphics/swfdec/buildlink2.mk"
+.include "../../x11/gtk2/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r dfa10444128e -r 014f29ad70d2 graphics/swfdec-gtk2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/swfdec-gtk2/PLIST        Thu Jan 22 12:50:15 2004 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/22 12:50:15 jmmv Exp $
+lib/gtk-2.0/2.2.0/loaders/swf_loader.a
+lib/gtk-2.0/2.2.0/loaders/swf_loader.la
+lib/gtk-2.0/2.2.0/loaders/swf_loader.so
+@comment in gtk2: @dirrm lib/gtk-2.0/2.2.0/loaders



Home | Main Index | Thread Index | Old Index