pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 17 08:36:03 UTC 2021

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

Log Message:
gst-plugins1-jpeg: fix

This was building the FLAC plugin.

Reported by Patrick Welche


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/gst-plugins1-jpeg/DESCR \
    pkgsrc/graphics/gst-plugins1-jpeg/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/gst-plugins1-jpeg/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-jpeg/DESCR
diff -u pkgsrc/graphics/gst-plugins1-jpeg/DESCR:1.2 pkgsrc/graphics/gst-plugins1-jpeg/DESCR:1.3
--- pkgsrc/graphics/gst-plugins1-jpeg/DESCR:1.2 Mon Nov 15 22:01:18 2021
+++ pkgsrc/graphics/gst-plugins1-jpeg/DESCR     Wed Nov 17 08:36:03 2021
@@ -6,4 +6,4 @@ 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 FLAC plugin for GStreamer, a lossless audio codec.
+This package provides the JPEG plugin for GStreamer.
Index: pkgsrc/graphics/gst-plugins1-jpeg/PLIST
diff -u pkgsrc/graphics/gst-plugins1-jpeg/PLIST:1.2 pkgsrc/graphics/gst-plugins1-jpeg/PLIST:1.3
--- pkgsrc/graphics/gst-plugins1-jpeg/PLIST:1.2 Mon Nov 15 22:01:18 2021
+++ pkgsrc/graphics/gst-plugins1-jpeg/PLIST     Wed Nov 17 08:36:03 2021
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.2 2021/11/15 22:01:18 wiz Exp $
-lib/gstreamer-1.0/libgstflac.so
+@comment $NetBSD: PLIST,v 1.3 2021/11/17 08:36:03 wiz Exp $
+lib/gstreamer-1.0/libgstjpeg.so

Index: pkgsrc/graphics/gst-plugins1-jpeg/Makefile
diff -u pkgsrc/graphics/gst-plugins1-jpeg/Makefile:1.4 pkgsrc/graphics/gst-plugins1-jpeg/Makefile:1.5
--- pkgsrc/graphics/gst-plugins1-jpeg/Makefile:1.4      Mon Nov 15 22:01:18 2021
+++ pkgsrc/graphics/gst-plugins1-jpeg/Makefile  Wed Nov 17 08:36:03 2021
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2021/11/15 22:01:18 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2021/11/17 08:36:03 wiz Exp $
 
-PKGNAME=       ${DISTNAME:S/plugins/plugins1/:S/-good/-flac/}
-CATEGORIES=    audio gnome
+PKGNAME=       ${DISTNAME:S/plugins/plugins1/:S/-good/-jpeg/}
+CATEGORIES=    graphics gnome
 
-COMMENT=       Open source multimedia framework - FLAC plugin
+COMMENT=       Open source multimedia framework - JPEG plugin
 
-GST_PLUGINS+=  flac
+GST_PLUGINS+=  jpeg
 
 .include "../../multimedia/gst-plugins1-good/Makefile.common"
-.include "../../audio/flac/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index