Re: git: ba7383ebfaf6 - main - multimedia/gstreamer1-editing-services: limit supported python version
- Reply: Matthias Andree : "[PATCH in PR] Re: git: ba7383ebfaf6 - main - multimedia/gstreamer1-editing-services: limit supported python version -> bugs.freebsd.org/264611"
- In reply to: Matthias Andree : "Re: git: ba7383ebfaf6 - main - multimedia/gstreamer1-editing-services: limit supported python version"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Jun 2022 13:33:47 UTC
Matthias Andree wrote:
> Is your port "make check-plist" clean? Can you provide it?
> My attempt isn't yet:
>
Wouldn't be running it otherwise. Note that I did update to .3, no
Python bytecode (compiling such at build/stage-time is on its way out
too), but still no consumer implosions.
diff -ur multimedia/gstreamer1-editing-services/Makefile
multimedia/gstreamer1-editing-services/Makefile
--- multimedia/gstreamer1-editing-services/Makefile 2022-05-25
14:59:43.642210000 -0400
+++ multimedia/gstreamer1-editing-services/Makefile 2022-05-13
00:33:58.935051000 -0400
@@ -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,13 @@
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 perl5 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= bad good
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
+PLIST_SUB= VERSION=1.0 SOVERSION=0.1603.0
.include <bsd.port.mk>
diff -ur ../git-ports/multimedia/gstreamer1-editing-services/distinfo
multimedia/gstreamer1-editing-services/distinfo
--- ../git-ports/multimedia/gstreamer1-editing-services/distinfo
2021-04-08 10:03:48.573560000 -0400
+++ multimedia/gstreamer1-editing-services/distinfo 2022-03-14
20:25:16.041628000 -0400
@@ -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 = 1647278589
+SHA256 (gstreamer-editing-services-1.16.3.tar.xz) =
9b05cbb8a6f1db53999e7ad11f00f4f1ccc154d6805b7e49cb7755eb37a99ba6
+SIZE (gstreamer-editing-services-1.16.3.tar.xz) = 1091208
diff -ur ../git-ports/multimedia/gstreamer1-editing-services/pkg-plist
multimedia/gstreamer1-editing-services/pkg-plist
--- ../git-ports/multimedia/gstreamer1-editing-services/pkg-plist
2021-04-08 10:03:48.573694000 -0400
+++ multimedia/gstreamer1-editing-services/pkg-plist 2022-03-14
20:25:16.042615000 -0400
@@ -60,15 +60,14 @@
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
+%%PYTHON_SITELIBDIR%%/gi/overrides/GES.py
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
--
Charlie Li
…nope, still don't have an exit line.