diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2018-11-12 00:22:39 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-11-12 00:22:39 +0800 |
commit | 9b580ffb435c69606f640c5a657190b54a1ef870 (patch) | |
tree | b85006a979d929da61946937a62b6c6b97fa4c79 /multimedia/gstreamer1-editing-services/Makefile | |
parent | 6a4416929169733984a0ac898468560f66931e1c (diff) | |
parent | f86bb659dcd66c74ffce85ffcc1575d2095989f8 (diff) | |
download | freebsd-ports-gnome-gnome-3.28.tar.gz freebsd-ports-gnome-gnome-3.28.tar.zst freebsd-ports-gnome-gnome-3.28.zip |
Merge branch 'master' into gnome-3.28gnome-3.28
Diffstat (limited to 'multimedia/gstreamer1-editing-services/Makefile')
-rw-r--r-- | multimedia/gstreamer1-editing-services/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gstreamer1-editing-services/Makefile b/multimedia/gstreamer1-editing-services/Makefile index 5855408f5b67..45775d66b2f4 100644 --- a/multimedia/gstreamer1-editing-services/Makefile +++ b/multimedia/gstreamer1-editing-services/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gstreamer1-editing-services -PORTVERSION= 1.12.3 +PORTVERSION= 1.14.4 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer-editing-services/ DISTNAME= gstreamer-editing-services-${PORTVERSION} @@ -12,15 +12,15 @@ COMMENT= GStreamer editing services PORTSCOUT= limitw:1,even -USES= compiler:c11 gmake gnome libtool pathfix python:2.7 pkgconfig tar:xz +USES= compiler:c11 gmake gnome libtool pathfix python:3.6+ pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GNOME= glib20 introspection:build libxml2 pygobject3 +USE_GNOME= glib20 introspection:build libxml2 pygobject3:build USE_GSTREAMER1= good INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-introspection=yes \ --with-bash-completion-dir=${PREFIX}/share/bash-completion/completions -PLIST_SUB= VERSION=1.0 SOVERSION=0.1203.0 +PLIST_SUB= VERSION=1.0 SOVERSION=0.1404.0 .include <bsd.port.mk> |