pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gst-plugins1-jpeg gst-plugins1-jpeg: fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57508e6cf1c0
branches:  trunk
changeset: 769611:57508e6cf1c0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 17 08:36:03 2021 +0000

description:
gst-plugins1-jpeg: fix

This was building the FLAC plugin.

Reported by Patrick Welche

diffstat:

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

diffs (39 lines):

diff -r ce6c808d17f6 -r 57508e6cf1c0 graphics/gst-plugins1-jpeg/DESCR
--- a/graphics/gst-plugins1-jpeg/DESCR  Wed Nov 17 08:35:57 2021 +0000
+++ b/graphics/gst-plugins1-jpeg/DESCR  Wed Nov 17 08:36:03 2021 +0000
@@ -6,4 +6,4 @@
 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.
diff -r ce6c808d17f6 -r 57508e6cf1c0 graphics/gst-plugins1-jpeg/Makefile
--- a/graphics/gst-plugins1-jpeg/Makefile       Wed Nov 17 08:35:57 2021 +0000
+++ b/graphics/gst-plugins1-jpeg/Makefile       Wed Nov 17 08:36:03 2021 +0000
@@ -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"
diff -r ce6c808d17f6 -r 57508e6cf1c0 graphics/gst-plugins1-jpeg/PLIST
--- a/graphics/gst-plugins1-jpeg/PLIST  Wed Nov 17 08:35:57 2021 +0000
+++ b/graphics/gst-plugins1-jpeg/PLIST  Wed Nov 17 08:36:03 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index