diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile index e06a988c11b5..b96a6074786e 100644 --- a/multimedia/gstreamer1/Makefile +++ b/multimedia/gstreamer1/Makefile @@ -1,52 +1,53 @@ PORTNAME= gstreamer PORTVERSION= 1.20.4 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer/ PKGNAMESUFFIX= 1 MAINTAINER= multimedia@FreeBSD.org COMMENT= Media applications framework WWW= https://gstreamer.freedesktop.org/ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING USES= bison libtool gnome meson ninja pkgconfig python:3.8+,build shebangfix tar:xz USE_GNOME= glib20 introspection:build CONFIGURE_ARGS= -D tests=disabled \ -D examples=disabled \ -D dbghelp=disabled \ -D doc=disabled PLIST_SUB= VERSION=${GST10_VERSION} \ SOVERSION=0.2004.0 USE_LDCONFIG= yes GST10_VERSION= 1.0 PORTSCOUT= limitw:1,even OPTIONS_SUB= yes OPTIONS_DEFINE= NLS OPTIONS_DEFINE_aarch64= LIBUNWIND OPTIONS_DEFFAULT_aarch64= LIBUNWIND OPTIONS_DEFINE_amd64= LIBUNWIND OPTIONS_DEFAULT_amd64= LIBUNWIND OPTIONS_DEFINE_i386= LIBUNWIND OPTIONS_DEFFAULT_i386= LIBUNWIND NLS_USES= gettext NLS_MESON_ENABLED= nls LIBUNWIND_DESC= Libunwind is optionally used by the leaks tracer LIBUNWIND_LIB_DEPENDS= libunwind.so:devel/libunwind LIBUNWIND_MESON_ENABLED= libunwind SHEBANG_FILES= gst/parse/get_flex_version.py \ scripts/extract-release-date-from-doap-file.py \ docs/gst-plugins-doc-cache-generator.py python_OLD_CMD= "/usr/bin/env python3" python_CMD= ${SETENV} ${PYTHON_VERSION} .include diff --git a/multimedia/gstreamer1/pkg-descr b/multimedia/gstreamer1/pkg-descr index ccb5fab06fca..883e177b82d1 100644 --- a/multimedia/gstreamer1/pkg-descr +++ b/multimedia/gstreamer1/pkg-descr @@ -1,20 +1,20 @@ GStreamer allows the construction of graphs of media-handling components, ranging from simple mp3 playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL, with many of the included plugins retaining the license of the code they were derived from, usually GPL or BSD. - Features: * Comprehensive Core Library * Intelligent Plugin Architecture * Extensive Development Tools - Is GStreamer a media player? No, GStreamer is a development framework for creating applications like media players, video editors, streaming media broadcasters and so on. That said, very good media players can easily be built on -top of GStreamer and we even include a simple yet functional -mediaplayer with GStreamer called Gst-Player +top of GStreamer and a simple yet functional player gst-play is +included in the framework via the plugins port.