pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gst-plugins1-gdk_pixbuf gst-plugins-1-gdk_pix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acc1be1f8db2
branches:  trunk
changeset: 769544:acc1be1f8db2
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Nov 16 09:24:10 2021 +0000

description:
gst-plugins-1-gdk_pixbuf: Fix package, unbreak the tree.

diffstat:

 graphics/gst-plugins1-gdk_pixbuf/DESCR    |   4 ++--
 graphics/gst-plugins1-gdk_pixbuf/Makefile |  10 +++++-----
 graphics/gst-plugins1-gdk_pixbuf/PLIST    |   4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r 7782347dbbc1 -r acc1be1f8db2 graphics/gst-plugins1-gdk_pixbuf/DESCR
--- a/graphics/gst-plugins1-gdk_pixbuf/DESCR    Tue Nov 16 08:52:30 2021 +0000
+++ b/graphics/gst-plugins1-gdk_pixbuf/DESCR    Tue Nov 16 09:24:10 2021 +0000
@@ -6,5 +6,5 @@
 transparently.  Developers can add new codecs and filters by writing a
 simple plugin with a clean, generic interface.
 
-This package provides the JPEG plugin for GStreamer, which allows
-encoding and decoding JPEG images.
+This package provides the GDK Pixbuf plugin for GStreamer, which allows
+decoding and encoding various image formats.
diff -r 7782347dbbc1 -r acc1be1f8db2 graphics/gst-plugins1-gdk_pixbuf/Makefile
--- a/graphics/gst-plugins1-gdk_pixbuf/Makefile Tue Nov 16 08:52:30 2021 +0000
+++ b/graphics/gst-plugins1-gdk_pixbuf/Makefile Tue Nov 16 09:24:10 2021 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2021/11/15 22:01:18 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2021/11/16 09:24:10 nia Exp $
 
-PKGNAME=       ${DISTNAME:S/plugins/plugins1/:S/-good/-jpeg/}
+PKGNAME=       ${DISTNAME:S/plugins/plugins1/:S/-good/-gdk_pixbuf/}
 CATEGORIES=    graphics gnome
 
-COMMENT=       Open source multimedia framework - JPEG plugin
+COMMENT=       Open source multimedia framework - GDK Pixbuf plugin
 
-GST_PLUGINS+=  jpeg
+GST_PLUGINS+=  gdk-pixbuf
 
 .include "../../multimedia/gst-plugins1-good/Makefile.common"
-.include "../../mk/jpeg.buildlink3.mk"
+.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7782347dbbc1 -r acc1be1f8db2 graphics/gst-plugins1-gdk_pixbuf/PLIST
--- a/graphics/gst-plugins1-gdk_pixbuf/PLIST    Tue Nov 16 08:52:30 2021 +0000
+++ b/graphics/gst-plugins1-gdk_pixbuf/PLIST    Tue Nov 16 09:24:10 2021 +0000
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.2 2021/11/15 22:01:18 wiz Exp $
-lib/gstreamer-1.0/libgstjpeg.so
+@comment $NetBSD: PLIST,v 1.3 2021/11/16 09:24:10 nia Exp $
+lib/gstreamer-1.0/libgstgdkpixbuf.so



Home | Main Index | Thread Index | Old Index