Skip to content

Commit

Permalink
gstreamer1: updated to 1.20.4
Browse files Browse the repository at this point in the history
Highlighted bugfixes in 1.20.4

avaudiodec: fix playback issue with WMA files, would throw an error at EOS with FFmpeg 5.x
Fix deadlock when loading gst-editing-services plugin
Fix input buffering capacity in live mode for aggregator, video/audio aggregator subclasses, muxers
glimagesink: fix crash on Android
subtitle handling and subtitle overlay fixes
matroska-mux: allow width + height changes for avc3|hev1|vp8|vp9
rtspsrc: fix control url handling for spec compliant servers and add fallback for incompliant servers
WebRTC fixes
RTP retransmission fixes
video: fixes for formats with 4x subsampling and horizontal co-sited chroma (Y41B, YUV9, YVU9 and IYU9)
macOS build and packaging fixes, in particular fix finding of gio modules on macOS for https/TLS support
Fix consuming of the macOS package as a framework in XCode
Performance improvements
Miscellaneous bug fixes, memory leak fixes, and other stability and reliability improvements
  • Loading branch information
adam committed Dec 16, 2022
1 parent a3db8d1 commit 5c091c1
Show file tree
Hide file tree
Showing 48 changed files with 213 additions and 179 deletions.
4 changes: 2 additions & 2 deletions audio/gst-plugins1-a52/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2022/04/25 06:42:03 wiz Exp $
# $NetBSD: Makefile,v 1.6 2022/12/16 21:08:09 adam Exp $

PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-ugly/-a52/}
CATEGORIES= audio gnome
Expand All @@ -7,7 +7,7 @@ COMMENT= Open source multimedia framework - Dolby AC-3 audio plugin

GST_PLUGINS+= a52dec

MESON_ARGS+= -Dgpl=enabled
MESON_ARGS+= -Dgpl=enabled

.include "../../multimedia/gst-plugins1-ugly/Makefile.common"
.include "../../audio/liba52/buildlink3.mk"
Expand Down
3 changes: 1 addition & 2 deletions audio/gst-plugins1-flac/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.5 2022/09/11 12:51:17 wiz Exp $
# $NetBSD: Makefile,v 1.6 2022/12/16 21:08:10 adam Exp $

PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-flac/}
PKGREVISION= 1
CATEGORIES= audio gnome

COMMENT= Open source multimedia framework - FLAC plugin
Expand Down
3 changes: 1 addition & 2 deletions audio/gst-plugins1-fluidsynth/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.8 2022/09/11 12:51:17 wiz Exp $
# $NetBSD: Makefile,v 1.9 2022/12/16 21:08:10 adam Exp $

PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-fluidsynth/}
PKGREVISION= 2
CATEGORIES= audio gnome

COMMENT= Open source multimedia framework - MIDI plugin
Expand Down
3 changes: 1 addition & 2 deletions audio/gst-plugins1-jack/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.11 2022/09/11 12:51:17 wiz Exp $
# $NetBSD: Makefile,v 1.12 2022/12/16 21:08:10 adam Exp $

PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-jack/}
PKGREVISION= 1
CATEGORIES= audio gnome

COMMENT= Open source multimedia framework - JACK plugin
Expand Down
3 changes: 1 addition & 2 deletions audio/gst-plugins1-ladspa/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.5 2022/11/23 16:19:20 adam Exp $
# $NetBSD: Makefile,v 1.6 2022/12/16 21:08:10 adam Exp $

PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-ladspa/}
PKGREVISION= 2
CATEGORIES= audio gnome

COMMENT= Open source multimedia framework - LADSPA support plugin
Expand Down
3 changes: 1 addition & 2 deletions audio/gst-plugins1-lv2/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.5 2022/09/11 12:51:17 wiz Exp $
# $NetBSD: Makefile,v 1.6 2022/12/16 21:08:10 adam Exp $

PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-lv2/}
PKGREVISION= 1
CATEGORIES= audio gnome

COMMENT= Open source multimedia framework - LV2 support plugin
Expand Down
3 changes: 1 addition & 2 deletions audio/gst-plugins1-pulse/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.33 2022/09/11 12:51:17 wiz Exp $
# $NetBSD: Makefile,v 1.34 2022/12/16 21:08:10 adam Exp $

PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-pulse/}
PKGREVISION= 1
CATEGORIES= audio gnome

COMMENT= Open source multimedia framework - PulseAudio plugin
Expand Down
3 changes: 1 addition & 2 deletions audio/gst-plugins1-sndfile/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.4 2022/09/11 12:51:17 wiz Exp $
# $NetBSD: Makefile,v 1.5 2022/12/16 21:08:10 adam Exp $

PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-sndfile/}
PKGREVISION= 1
CATEGORIES= audio gnome

COMMENT= Open source multimedia framework - libsndfile plugin
Expand Down
3 changes: 1 addition & 2 deletions audio/gst-plugins1-twolame/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.9 2022/09/11 12:51:17 wiz Exp $
# $NetBSD: Makefile,v 1.10 2022/12/16 21:08:10 adam Exp $

PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-twolame/}
PKGREVISION= 1
CATEGORIES= audio gnome

COMMENT= Open source multimedia framework - MP2 encoder plugin
Expand Down
7 changes: 3 additions & 4 deletions devel/gst-plugins1-pango/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# $NetBSD: Makefile,v 1.28 2022/04/18 12:36:06 nia Exp $
# $NetBSD: Makefile,v 1.29 2022/12/16 21:08:11 adam Exp $

PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-base/-pango/}
CATEGORIES= devel gnome

COMMENT= Open source multimedia framework - pango plugin

GST_EXT_BUILD= # defined

GST_PLUGINS+= pango
GST_EXT_BUILD= # defined
GST_PLUGINS+= pango

.include "../../multimedia/gst-plugins1-base/Makefile.common"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions graphics/gst-plugins1-gdk_pixbuf/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.4 2021/12/08 16:02:10 adam Exp $
# $NetBSD: buildlink3.mk,v 1.5 2022/12/16 21:08:11 adam Exp $

BUILDLINK_TREE+= gst-plugins1-gdk_pixbuf

.if !defined(GST_PLUGINS1_GDK_PIXBUF_BUILDLINK3_MK)
GST_PLUGINS1_GDK_PIXBUF_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.gst-plugins1-gdk_pixbuf+= gst-plugins1-gdk_pixbuf>=1.18.0
BUILDLINK_ABI_DEPENDS.gst-plugins1-gdk_pixbuf?= gst-plugins1-gdk_pixbuf>=1.18.5
BUILDLINK_ABI_DEPENDS.gst-plugins1-gdk_pixbuf+= gst-plugins1-gdk_pixbuf>=1.18.5
BUILDLINK_PKGSRCDIR.gst-plugins1-gdk_pixbuf?= ../../graphics/gst-plugins1-gdk_pixbuf

.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
Expand Down
33 changes: 25 additions & 8 deletions multimedia/gst-plugins1-bad/Makefile.common
Original file line number Diff line number Diff line change
@@ -1,16 +1,33 @@
# $NetBSD: Makefile.common,v 1.43 2022/10/03 11:27:40 nia Exp $

DISTNAME= gst-plugins-bad-1.20.3
# $NetBSD: Makefile.common,v 1.44 2022/12/16 21:08:08 adam Exp $
# used by audio/gst-plugins1-dts/Makefile
# used by audio/gst-plugins1-faac/Makefile
# used by audio/gst-plugins1-faad/Makefile
# used by audio/gst-plugins1-fluidsynth/Makefile
# used by audio/gst-plugins1-gme/Makefile
# used by audio/gst-plugins1-ladspa/Makefile
# used by audio/gst-plugins1-lv2/Makefile
# used by audio/gst-plugins1-modplug/Makefile
# used by audio/gst-plugins1-musepack/Makefile
# used by audio/gst-plugins1-sndfile/Makefile
# used by audio/gst-plugins1-soundtouch/Makefile
# used by graphics/gst-plugins1-webp/Makefile
# used by multimedia/gst-plugins1-aom/Makefile
# used by multimedia/gst-plugins1-egl-gl/Makefile
# used by multimedia/gst-plugins1-egl-opengl/Makefile
# used by multimedia/gst-plugins1-libde265/Makefile
# used by multimedia/gst-plugins1-openh264/Makefile
# used by multimedia/gst-plugins1-resindvd/Makefile
# used by multimedia/gst-plugins1-x265/Makefile
# used by net/gst-plugins1-rtmp/Makefile

.include "../../multimedia/gstreamer1/version.mk"

DISTNAME= gst-plugins-bad-${GST_VERSION}
MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-bad/
EXTRACT_SUFX= .tar.xz

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gstreamer.freedesktop.org/
LICENSE= gnu-gpl-v2

# "error: 'for' loop initial declarations are only allowed in C99 mode"
USE_LANGUAGES= c99 c++

USE_TOOLS+= pkg-config

DISTINFO_FILE= ${.CURDIR}/../../multimedia/gst-plugins1-bad/distinfo
Expand Down
30 changes: 15 additions & 15 deletions multimedia/gst-plugins1-bad/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.20 2022/07/18 15:40:56 wiz Exp $
@comment $NetBSD: PLIST,v 1.21 2022/12/16 21:08:08 adam Exp $
bin/gst-transcoder-1.0
include/gstreamer-1.0/gst/audio/audio-bad-prelude.h
include/gstreamer-1.0/gst/audio/gstnonstreamaudiodecoder.h
Expand Down Expand Up @@ -153,48 +153,48 @@ lib/gstreamer-1.0/libgstvmnc.so
lib/gstreamer-1.0/libgsty4mdec.so
lib/libgstadaptivedemux-1.0.so
lib/libgstadaptivedemux-1.0.so.0
lib/libgstadaptivedemux-1.0.so.0.2003.0
lib/libgstadaptivedemux-1.0.so.0.2004.0
lib/libgstbadaudio-1.0.so
lib/libgstbadaudio-1.0.so.0
lib/libgstbadaudio-1.0.so.0.2003.0
lib/libgstbadaudio-1.0.so.0.2004.0
lib/libgstbasecamerabinsrc-1.0.so
lib/libgstbasecamerabinsrc-1.0.so.0
lib/libgstbasecamerabinsrc-1.0.so.0.2003.0
lib/libgstbasecamerabinsrc-1.0.so.0.2004.0
lib/libgstcodecparsers-1.0.so
lib/libgstcodecparsers-1.0.so.0
lib/libgstcodecparsers-1.0.so.0.2003.0
lib/libgstcodecparsers-1.0.so.0.2004.0
lib/libgstcodecs-1.0.so
lib/libgstcodecs-1.0.so.0
lib/libgstcodecs-1.0.so.0.2003.0
lib/libgstcodecs-1.0.so.0.2004.0
lib/libgstinsertbin-1.0.so
lib/libgstinsertbin-1.0.so.0
lib/libgstinsertbin-1.0.so.0.2003.0
lib/libgstinsertbin-1.0.so.0.2004.0
lib/libgstisoff-1.0.so
lib/libgstisoff-1.0.so.0
lib/libgstisoff-1.0.so.0.2003.0
lib/libgstisoff-1.0.so.0.2004.0
lib/libgstmpegts-1.0.so
lib/libgstmpegts-1.0.so.0
lib/libgstmpegts-1.0.so.0.2003.0
lib/libgstmpegts-1.0.so.0.2004.0
lib/libgstphotography-1.0.so
lib/libgstphotography-1.0.so.0
lib/libgstphotography-1.0.so.0.2003.0
lib/libgstphotography-1.0.so.0.2004.0
lib/libgstplay-1.0.so
lib/libgstplay-1.0.so.0
lib/libgstplay-1.0.so.0.2003.0
lib/libgstplay-1.0.so.0.2004.0
lib/libgstplayer-1.0.so
lib/libgstplayer-1.0.so.0
lib/libgstplayer-1.0.so.0.2003.0
lib/libgstplayer-1.0.so.0.2004.0
lib/libgstsctp-1.0.so
lib/libgstsctp-1.0.so.0
lib/libgstsctp-1.0.so.0.2003.0
lib/libgstsctp-1.0.so.0.2004.0
lib/libgsttranscoder-1.0.so
lib/libgsttranscoder-1.0.so.0
lib/libgsturidownloader-1.0.so
lib/libgsturidownloader-1.0.so.0
lib/libgsturidownloader-1.0.so.0.2003.0
lib/libgsturidownloader-1.0.so.0.2004.0
lib/libgstwebrtc-1.0.so
lib/libgstwebrtc-1.0.so.0
lib/libgstwebrtc-1.0.so.0.2003.0
lib/libgstwebrtc-1.0.so.0.2004.0
lib/pkgconfig/gstreamer-bad-audio-1.0.pc
lib/pkgconfig/gstreamer-codecparsers-1.0.pc
lib/pkgconfig/gstreamer-insertbin-1.0.pc
Expand Down
4 changes: 2 additions & 2 deletions multimedia/gst-plugins1-bad/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.7 2022/07/29 15:14:48 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.8 2022/12/16 21:08:08 adam Exp $

BUILDLINK_TREE+= gst-plugins1-bad

.if !defined(GST_PLUGINS1_BAD_BUILDLINK3_MK)
GST_PLUGINS1_BAD_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.gst-plugins1-bad+= gst-plugins1-bad>=1.18.4
BUILDLINK_ABI_DEPENDS.gst-plugins1-bad?= gst-plugins1-bad>=1.18.5
BUILDLINK_ABI_DEPENDS.gst-plugins1-bad+= gst-plugins1-bad>=1.18.5
BUILDLINK_PKGSRCDIR.gst-plugins1-bad?= ../../multimedia/gst-plugins1-bad

.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
Expand Down
8 changes: 4 additions & 4 deletions multimedia/gst-plugins1-bad/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.44 2022/07/18 15:40:56 wiz Exp $
$NetBSD: distinfo,v 1.45 2022/12/16 21:08:08 adam Exp $

BLAKE2s (gst-plugins-bad-1.20.3.tar.xz) = 53a2149a0bb7fe4da603e385b9f86cf917cf4a7e94d8925c5e4521d4b762ad45
SHA512 (gst-plugins-bad-1.20.3.tar.xz) = cfcf126eabff550455decd7054a269b73489708c10a6b6090dddb5fde29bfba07ed330c339927ff170e025fa3a08d2ffb822322dc3798679366207a54132c71b
Size (gst-plugins-bad-1.20.3.tar.xz) = 6222824 bytes
BLAKE2s (gst-plugins-bad-1.20.4.tar.xz) = e5d24a2fc01189bf93a077a5ca29b569431a0047bcd85736e5b838f33ecbf177
SHA512 (gst-plugins-bad-1.20.4.tar.xz) = 31b28d4a1bbecf021a90f2aa49dd344ccea12533b65f3bf3a8426ca2175469fff7b7f8e08af7d3d22c18db2fe48b9d5fbea2b325d296aee04b019cebef1eaec4
Size (gst-plugins-bad-1.20.4.tar.xz) = 6229992 bytes
SHA1 (patch-ext_wayland_meson.build) = bb8984a24a9149f85ac3e7b4535a684876781dce
19 changes: 13 additions & 6 deletions multimedia/gst-plugins1-base/Makefile.common
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# $NetBSD: Makefile.common,v 1.44 2022/07/18 15:40:56 wiz Exp $
# $NetBSD: Makefile.common,v 1.45 2022/12/16 21:08:08 adam Exp $
# used by audio/gst-plugins1-alsa/Makefile
# used by audio/gst-plugins1-cdparanoia/Makefile
# used by audio/gst-plugins1-libvisual/Makefile
# used by audio/gst-plugins1-opus/Makefile
# used by audio/gst-plugins1-vorbis/Makefile
# used by devel/gst-plugins1-pango/Makefile
# used by multimedia/gst-plugins1-ogg/Makefile
# used by multimedia/gst-plugins1-theora/Makefile
# used by x11/gst-plugins1-x11/Makefile

DISTNAME= gst-plugins-base-1.20.3
.include "../../multimedia/gstreamer1/version.mk"

DISTNAME= gst-plugins-base-${GST_VERSION}
MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-base/
EXTRACT_SUFX= .tar.xz

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gstreamer.freedesktop.org/
LICENSE= gnu-gpl-v2

# "error: 'for' loop initial declarations are only allowed in C99 mode"
USE_LANGUAGES= c99 c++

Expand Down
24 changes: 12 additions & 12 deletions multimedia/gst-plugins1-base/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.17 2022/07/18 15:40:56 wiz Exp $
@comment $NetBSD: PLIST,v 1.18 2022/12/16 21:08:08 adam Exp $
bin/gst-device-monitor-1.0
bin/gst-discoverer-1.0
bin/gst-play-1.0
Expand Down Expand Up @@ -165,37 +165,37 @@ lib/gstreamer-1.0/libgstvideotestsrc.so
lib/gstreamer-1.0/libgstvolume.so
lib/libgstallocators-1.0.so
lib/libgstallocators-1.0.so.0
lib/libgstallocators-1.0.so.0.2003.0
lib/libgstallocators-1.0.so.0.2004.0
lib/libgstapp-1.0.so
lib/libgstapp-1.0.so.0
lib/libgstapp-1.0.so.0.2003.0
lib/libgstapp-1.0.so.0.2004.0
lib/libgstaudio-1.0.so
lib/libgstaudio-1.0.so.0
lib/libgstaudio-1.0.so.0.2003.0
lib/libgstaudio-1.0.so.0.2004.0
lib/libgstfft-1.0.so
lib/libgstfft-1.0.so.0
lib/libgstfft-1.0.so.0.2003.0
lib/libgstfft-1.0.so.0.2004.0
lib/libgstpbutils-1.0.so
lib/libgstpbutils-1.0.so.0
lib/libgstpbutils-1.0.so.0.2003.0
lib/libgstpbutils-1.0.so.0.2004.0
lib/libgstriff-1.0.so
lib/libgstriff-1.0.so.0
lib/libgstriff-1.0.so.0.2003.0
lib/libgstriff-1.0.so.0.2004.0
lib/libgstrtp-1.0.so
lib/libgstrtp-1.0.so.0
lib/libgstrtp-1.0.so.0.2003.0
lib/libgstrtp-1.0.so.0.2004.0
lib/libgstrtsp-1.0.so
lib/libgstrtsp-1.0.so.0
lib/libgstrtsp-1.0.so.0.2003.0
lib/libgstrtsp-1.0.so.0.2004.0
lib/libgstsdp-1.0.so
lib/libgstsdp-1.0.so.0
lib/libgstsdp-1.0.so.0.2003.0
lib/libgstsdp-1.0.so.0.2004.0
lib/libgsttag-1.0.so
lib/libgsttag-1.0.so.0
lib/libgsttag-1.0.so.0.2003.0
lib/libgsttag-1.0.so.0.2004.0
lib/libgstvideo-1.0.so
lib/libgstvideo-1.0.so.0
lib/libgstvideo-1.0.so.0.2003.0
lib/libgstvideo-1.0.so.0.2004.0
lib/pkgconfig/gstreamer-allocators-1.0.pc
lib/pkgconfig/gstreamer-app-1.0.pc
lib/pkgconfig/gstreamer-audio-1.0.pc
Expand Down
8 changes: 4 additions & 4 deletions multimedia/gst-plugins1-base/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.48 2022/07/18 15:40:56 wiz Exp $
$NetBSD: distinfo,v 1.49 2022/12/16 21:08:08 adam Exp $

BLAKE2s (gst-plugins-base-1.20.3.tar.xz) = 91d96b1e055cd05c98c58a4c6a5b6e22fb75efa8fc8d583256c2846afa101b09
SHA512 (gst-plugins-base-1.20.3.tar.xz) = 258294291cb9b406c17dfe4e5c1ca9061580d0789293355c9b43d558630d360097b6867287edf1688f3edaf50b5900cdd177c1429c122a0415c56da8b0f21ed1
Size (gst-plugins-base-1.20.3.tar.xz) = 3299976 bytes
BLAKE2s (gst-plugins-base-1.20.4.tar.xz) = 611e1b78872516ef4fd10134cb46fc33c661881731b90fd70bd2081a0e2b11a4
SHA512 (gst-plugins-base-1.20.4.tar.xz) = 4a5d8ce8b2a530065e65842f7a0c7b6b63744e584baff0e795863d9967beb43c086a1d5f551702a9f1ac20e0ed4ce9bc4cf4e811a949c459c258ae5eee1426c9
Size (gst-plugins-base-1.20.4.tar.xz) = 3307224 bytes
SHA1 (patch-ext_cdparanoia_gstcdparanoiasrc.h) = 5325f27c81cd9dc2f998bcb7733ef6b0c9a902e8
SHA1 (patch-meson.build) = 0fae465ac873b12103f693e3812b3bfc6b1f6971
8 changes: 4 additions & 4 deletions multimedia/gst-plugins1-editing-services/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.20 2022/11/23 16:20:45 adam Exp $
# $NetBSD: Makefile,v 1.21 2022/12/16 21:08:08 adam Exp $

DISTNAME= gst-editing-services-1.20.3
.include "../../multimedia/gstreamer1/version.mk"

DISTNAME= gst-editing-services-${GST_VERSION}
PKGNAME= ${DISTNAME:S/gst-/gst-plugins1-/1}
PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-editing-services/
EXTRACT_SUFX= .tar.xz

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gstreamer.freedesktop.org/modules/gst-editing-services.html
COMMENT= Open source multimedia framework - editing services plugin
LICENSE= gnu-lgpl-v2.1
Expand Down
4 changes: 2 additions & 2 deletions multimedia/gst-plugins1-editing-services/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2022/07/18 15:48:53 wiz Exp $
@comment $NetBSD: PLIST,v 1.9 2022/12/16 21:08:08 adam Exp $
bin/ges-launch-1.0
include/gstreamer-1.0/ges/ges-asset.h
include/gstreamer-1.0/ges/ges-audio-source.h
Expand Down Expand Up @@ -70,7 +70,7 @@ lib/gstreamer-1.0/libgstges.so
lib/gstreamer-1.0/libgstnle.so
lib/libges-1.0.so
lib/libges-1.0.so.0
lib/libges-1.0.so.0.2003.0
lib/libges-1.0.so.0.2004.0
lib/pkgconfig/gst-editing-services-1.0.pc
${PYSITELIB}/gi/overrides/GES.py
man/man1/ges-launch-1.0.1
Expand Down
4 changes: 2 additions & 2 deletions multimedia/gst-plugins1-editing-services/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.3 2021/11/15 22:53:58 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.4 2022/12/16 21:08:08 adam Exp $

BUILDLINK_TREE+= gst-plugins1-editing-services

.if !defined(GST_PLUGINS1_EDITING_SERVICES_BUILDLINK3_MK)
GST_PLUGINS1_EDITING_SERVICES_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.gst-plugins1-editing-services+= gst-plugins1-editing-services>=1.16.0
BUILDLINK_ABI_DEPENDS.gst-plugins1-editing-services?= gst-plugins1-editing-services>=1.18.5
BUILDLINK_ABI_DEPENDS.gst-plugins1-editing-services+= gst-plugins1-editing-services>=1.18.5
BUILDLINK_PKGSRCDIR.gst-plugins1-editing-services?= ../../multimedia/gst-plugins1-editing-services

.include "../../multimedia/gstreamer1/buildlink3.mk"
Expand Down
Loading

0 comments on commit 5c091c1

Please sign in to comment.