diff options
author | drochner <drochner@pkgsrc.org> | 2006-07-02 11:56:01 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-07-02 11:56:01 +0000 |
commit | d0a2d351698c9597a27d882c9eff2f46f4b4c6d1 (patch) | |
tree | 66c8002366fd48d45048b3f7208bf048c4182625 /audio | |
parent | 49319753c145aaa6d4dea822747876aa90b35525 (diff) | |
download | pkgsrc-d0a2d351698c9597a27d882c9eff2f46f4b4c6d1.tar.gz |
argh - these should go to "devel" and "graphics", respectively.
Too much c&p...
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gst-plugins0.10-cairo/DESCR | 10 | ||||
-rw-r--r-- | audio/gst-plugins0.10-cairo/Makefile | 11 | ||||
-rw-r--r-- | audio/gst-plugins0.10-cairo/PLIST | 2 | ||||
-rw-r--r-- | audio/gst-plugins0.10-pango/DESCR | 20 | ||||
-rw-r--r-- | audio/gst-plugins0.10-pango/Makefile | 11 | ||||
-rw-r--r-- | audio/gst-plugins0.10-pango/PLIST | 2 |
6 files changed, 0 insertions, 56 deletions
diff --git a/audio/gst-plugins0.10-cairo/DESCR b/audio/gst-plugins0.10-cairo/DESCR deleted file mode 100644 index 0cfd6c7d946..00000000000 --- a/audio/gst-plugins0.10-cairo/DESCR +++ /dev/null @@ -1,10 +0,0 @@ -Cairo is a vector graphics library with cross-device output support. Currently -supported output targets include the X Window System and in-memory image -buffers. PostScript and PDF file output is planned. Cairo is designed to -produce identical output on all output media while taking advantage of display -hardware acceleration when available (eg. through the X Render Extension). - -Cairo provides a stateful user-level API with capabilities similar to the PDF -1.4 imaging model. Cairo provides operations including stroking and filling -Bezier cubic splines, transforming and compositing translucent images, and -antialiased text rendering. diff --git a/audio/gst-plugins0.10-cairo/Makefile b/audio/gst-plugins0.10-cairo/Makefile deleted file mode 100644 index 6b9d89836d4..00000000000 --- a/audio/gst-plugins0.10-cairo/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 11:47:10 drochner Exp $ -# - -GST_PLUGINS0.10_NAME= cairo -GST_PLUGINS0.10_DIRS= ext/cairo -GST_PLUGINS0.10_FLAGS= cairo - -.include "../../multimedia/gst-plugins0.10-good/Makefile.common" - -.include "../../graphics/cairo/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins0.10-cairo/PLIST b/audio/gst-plugins0.10-cairo/PLIST deleted file mode 100644 index 6ab57837656..00000000000 --- a/audio/gst-plugins0.10-cairo/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 11:47:10 drochner Exp $ -lib/gstreamer-0.10/libgstcairo.la diff --git a/audio/gst-plugins0.10-pango/DESCR b/audio/gst-plugins0.10-pango/DESCR deleted file mode 100644 index 65e28390d3c..00000000000 --- a/audio/gst-plugins0.10-pango/DESCR +++ /dev/null @@ -1,20 +0,0 @@ -Pango is a library for layout and rendering of text, with an emphasis -on internationalization. Pango can be used anywhere that text layout -is needed; however, most of the work on Pango-1.0 was done using the -GTK+ widget toolkit as a test platform. Pango forms the core of text -and font handling for GTK+-2.0. - -Pango is designed to be modular; the core Pango layout can be used -with four different font backends: - - - Core X windowing system fonts - - Client-side fonts on X using the Xft library - - Direct rendering of scalable fonts using the FreeType library - - Native fonts on Microsoft backends - -Dynamically loaded modules then handle text layout for particular -combinations of script and font backend. - -As well as the low level layout rendering routines, Pango includes -PangoLayout, a high level driver for laying out entire blocks of text, -and routines to assist in editing internationalized text. diff --git a/audio/gst-plugins0.10-pango/Makefile b/audio/gst-plugins0.10-pango/Makefile deleted file mode 100644 index f265e18e770..00000000000 --- a/audio/gst-plugins0.10-pango/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 11:46:07 drochner Exp $ -# - -GST_PLUGINS0.10_NAME= pango -GST_PLUGINS0.10_DIRS= ext/pango -GST_PLUGINS0.10_FLAGS= pango - -.include "../../multimedia/gst-plugins0.10-base/Makefile.common" - -.include "../../devel/pango/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins0.10-pango/PLIST b/audio/gst-plugins0.10-pango/PLIST deleted file mode 100644 index 994e380d8b4..00000000000 --- a/audio/gst-plugins0.10-pango/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 11:46:07 drochner Exp $ -lib/gstreamer-0.10/libgstpango.la |