FreeBSD Bugzilla – Attachment 234615 Details for
Bug 264611
multimedia/gstreamer1-editing-services: update to 1.16.3 and use meson to fix Python issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch v2 to properly clean out PERL5, adding PR: no.
0001-multimedia-gstreamer1-editing-services-update-to-1.1.patch (text/plain), 4.27 KB, created by
Matthias Andree
on 2022-06-11 14:14:38 UTC
(
hide
)
Description:
patch v2 to properly clean out PERL5, adding PR: no.
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2022-06-11 14:14:38 UTC
Size:
4.27 KB
patch
obsolete
>From 0cc4a88f9907703ec4301d20330ba3b6cd417d61 Mon Sep 17 00:00:00 2001 >From: Matthias Andree <mandree@FreeBSD.org> >Date: Sat, 11 Jun 2022 15:44:28 +0200 >Subject: [PATCH] multimedia/gstreamer1-editing-services: update to 1.16.3 and > use meson > >* Switch to meson for the build, re-enabling Python 3.10+ compat. >* Add gstreamer1-validate support and LIB_DEPENDS. >* Drop __pycache__ from install and Perl5 and autotools from requisites. > >Reported by: VVD@unislabs.com (IRC) >Discussed with: vishwin@, diizzy@ >PR: 264611 >--- > .../gstreamer1-editing-services/Makefile | 22 +++++++++++-------- > .../gstreamer1-editing-services/distinfo | 6 ++--- > .../gstreamer1-editing-services/pkg-plist | 4 ++-- > 3 files changed, 18 insertions(+), 14 deletions(-) > >diff --git a/multimedia/gstreamer1-editing-services/Makefile b/multimedia/gstreamer1-editing-services/Makefile >index 70e33204d24b..612e7a8b9c2a 100644 >--- a/multimedia/gstreamer1-editing-services/Makefile >+++ b/multimedia/gstreamer1-editing-services/Makefile >@@ -1,8 +1,7 @@ > # Created by: Koop Mast <kwm@FreeBSD.org> > > PORTNAME= gstreamer1-editing-services >-PORTVERSION= 1.16.2 >-PORTREVISION= 2 >+PORTVERSION= 1.16.3 > CATEGORIES= multimedia > MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer-editing-services/ > DISTNAME= gstreamer-editing-services-${PORTVERSION} >@@ -12,17 +11,22 @@ COMMENT= GStreamer editing services > > LICENSE= LGPL20 > >-USES= compiler:c11 gmake gnome gstreamer libtool pathfix perl5 python:3.6-3.9 pkgconfig tar:xz >+USES= compiler:c11 gnome gstreamer meson python pkgconfig tar:xz > USE_LDCONFIG= yes > USE_PERL5= build >-GNU_CONFIGURE= yes > USE_GNOME= glib20 introspection:build libxml2 pygobject3:build >-USE_GSTREAMER= good >-INSTALL_TARGET= install-strip >+USE_GSTREAMER= good bad >+LIB_DEPENDS+= libgstvalidate-1.0.so:multimedia/gstreamer1-validate > PORTSCOUT= limitw:1,even > >-CONFIGURE_ARGS= --enable-introspection=yes \ >- --with-bash-completion-dir=${PREFIX}/share/bash-completion/completions >-PLIST_SUB= VERSION=1.0 SOVERSION=0.1602.0 >+CONFIGURE_ARGS= -D gtk_doc=disabled \ >+ -D introspection=enabled \ >+ -D pygi-overrides-dir=${PYTHON_SITELIBDIR}/gstreamer-editing-services >+PLIST_SUB= VERSION=1.0 SOVERSION=0.1603.0 >+ >+post-install: >+ ${MKDIR} ${PREFIX}/share/bash-completion/completions >+ ${INSTALL_SCRIPT} ${WRKSRC}/data/completions/ges-launch-1.0 \ >+ ${STAGEDIR}${PREFIX}/share/bash-completion/completions/ > > .include <bsd.port.mk> >diff --git a/multimedia/gstreamer1-editing-services/distinfo b/multimedia/gstreamer1-editing-services/distinfo >index 1c5761c4cc48..51d19f59607d 100644 >--- a/multimedia/gstreamer1-editing-services/distinfo >+++ b/multimedia/gstreamer1-editing-services/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1575825901 >-SHA256 (gstreamer-editing-services-1.16.2.tar.xz) = 0e06a6191a0c6c16e16272bf2573cecaeb245f10629486ad940a299bef700c16 >-SIZE (gstreamer-editing-services-1.16.2.tar.xz) = 1086324 >+TIMESTAMP = 1654955116 >+SHA256 (gstreamer-editing-services-1.16.3.tar.xz) = 9b05cbb8a6f1db53999e7ad11f00f4f1ccc154d6805b7e49cb7755eb37a99ba6 >+SIZE (gstreamer-editing-services-1.16.3.tar.xz) = 1091208 >diff --git a/multimedia/gstreamer1-editing-services/pkg-plist b/multimedia/gstreamer1-editing-services/pkg-plist >index a3ac2aad5be9..918a07698746 100644 >--- a/multimedia/gstreamer1-editing-services/pkg-plist >+++ b/multimedia/gstreamer1-editing-services/pkg-plist >@@ -60,15 +60,15 @@ include/gstreamer-%%VERSION%%/ges/ges-video-uri-source.h > include/gstreamer-%%VERSION%%/ges/ges-xml-formatter.h > include/gstreamer-%%VERSION%%/ges/ges.h > lib/girepository-1.0/GES-%%VERSION%%.typelib >+lib/gst-validate-launcher/python/launcher/apps/geslaunch.py > lib/gstreamer-%%VERSION%%/libgstges.so > lib/gstreamer-%%VERSION%%/libgstnle.so > lib/libges-%%VERSION%%.so > lib/libges-%%VERSION%%.so.0 > lib/libges-%%VERSION%%.so.%%SOVERSION%% > %%PYTHON_SITELIBDIR%%/gstreamer-editing-services/GES.py >-%%PYTHON_SITELIBDIR%%/gstreamer-editing-services/__pycache__/GES.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >-%%PYTHON_SITELIBDIR%%/gstreamer-editing-services/__pycache__/GES.cpython-%%PYTHON_SUFFIX%%.pyc > libdata/pkgconfig/gst-editing-services-%%VERSION%%.pc > man/man1/ges-launch-%%VERSION%%.1.gz > share/bash-completion/completions/ges-launch-%%VERSION%% > share/gir-1.0/GES-%%VERSION%%.gir >+share/gstreamer-%%VERSION%%/validate/scenarios/ges-edit-clip-while-paused.scenario >-- >2.36.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 264611
:
234614
|
234615
|
234616