pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gst-plugins1-gdk_pixbuf



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov 16 09:24:10 UTC 2021

Modified Files:
        pkgsrc/graphics/gst-plugins1-gdk_pixbuf: DESCR Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/gst-plugins1-gdk_pixbuf/DESCR \
    pkgsrc/graphics/gst-plugins1-gdk_pixbuf/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/gst-plugins1-gdk_pixbuf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gst-plugins1-gdk_pixbuf/DESCR
diff -u pkgsrc/graphics/gst-plugins1-gdk_pixbuf/DESCR:1.2 pkgsrc/graphics/gst-plugins1-gdk_pixbuf/DESCR:1.3
--- pkgsrc/graphics/gst-plugins1-gdk_pixbuf/DESCR:1.2   Mon Nov 15 22:01:18 2021
+++ pkgsrc/graphics/gst-plugins1-gdk_pixbuf/DESCR       Tue Nov 16 09:24:10 2021
@@ -6,5 +6,5 @@ Applications can take advantage of advan
 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.
Index: pkgsrc/graphics/gst-plugins1-gdk_pixbuf/PLIST
diff -u pkgsrc/graphics/gst-plugins1-gdk_pixbuf/PLIST:1.2 pkgsrc/graphics/gst-plugins1-gdk_pixbuf/PLIST:1.3
--- pkgsrc/graphics/gst-plugins1-gdk_pixbuf/PLIST:1.2   Mon Nov 15 22:01:18 2021
+++ pkgsrc/graphics/gst-plugins1-gdk_pixbuf/PLIST       Tue Nov 16 09:24:10 2021
@@ -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

Index: pkgsrc/graphics/gst-plugins1-gdk_pixbuf/Makefile
diff -u pkgsrc/graphics/gst-plugins1-gdk_pixbuf/Makefile:1.3 pkgsrc/graphics/gst-plugins1-gdk_pixbuf/Makefile:1.4
--- pkgsrc/graphics/gst-plugins1-gdk_pixbuf/Makefile:1.3        Mon Nov 15 22:01:18 2021
+++ pkgsrc/graphics/gst-plugins1-gdk_pixbuf/Makefile    Tue Nov 16 09:24:10 2021
@@ -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"



Home | Main Index | Thread Index | Old Index