Port details |
- gstreamer1-transcoder GStreamer Transcoding API
- 1.16.0 multimedia
=0 Version of this port present on the latest quarterly branch. - Maintainer: kwm@FreeBSD.org
 - Port Added: 2018-12-11 20:28:32
- Last Update: 2022-07-20 14:22:30
- Commit Hash: 63f36d3
- License: LGPL21
- Description:
- Transcodes a stream defined by its first <input-uri> argument to the place
defined by its second <output-uri> argument into the format described in its
third <encoding-format> argument or using the given <output-uri> file extension.
WWW: https://github.com/pitivi/gst-transcoder
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gstreamer1-transcoder>0:multimedia/gstreamer1-transcoder
- To install the port:
- cd /usr/ports/multimedia/gstreamer1-transcoder/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/gstreamer1-transcoder
- pkg install gstreamer1-transcoder
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gstreamer1-transcoder
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1568457624
SHA256 (pitivi-gst-transcoder-1.16.0_GH0.tar.gz) = b5e65c70f2827aee42810120ca9637fd1f56e7cccf825b1b2f20e575cebdcd62
SIZE (pitivi-gst-transcoder-1.16.0_GH0.tar.gz) = 38543
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gtkdoc-check : textproc/gtk-doc
- gstreamer1-plugins-core>=1.16 : multimedia/gstreamer1-plugins-core
- gstreamer1-plugins>=1.16.2 : multimedia/gstreamer1-plugins
- meson>=0.57.1_1 : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- Runtime dependencies:
-
- gstreamer1-plugins-core>=1.16 : multimedia/gstreamer1-plugins-core
- gstreamer1-plugins>=1.16.2 : multimedia/gstreamer1-plugins
- python3.9 : lang/python39
- Library dependencies:
-
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgirepository-1.0.so : devel/gobject-introspection
- libgstreamer-1.0.so : multimedia/gstreamer1
- This port is required by:
- for Libraries
-
- multimedia/pitivi
- Configuration Options:
- ===> The following configuration options are available for gstreamer1-transcoder-1.16.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- multimedia_gstreamer1-transcoder
- USES:
- compiler gnome gstreamer meson pkgconfig python:3.3+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:30 1.16.0 |
Tobias C. Berner (tcberner)  |
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
30 Apr 2022 08:03:20 1.16.0 |
Tobias C. Berner (tcberner)  |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
06 Apr 2021 14:31:07 1.16.0 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
22 Dec 2020 17:29:19
1.16.0 |
tcberner  |
multimedia/gstreamer1-transcoder: add DOCS option
PR: 236290
Submitted by: rozhuk.im@gmail.com |
26 Jan 2020 17:42:37
1.16.0 |
kwm  |
Update gstreamer1 to 1.16.2.
- The spc plugin was removed inflavor for the gsm plugin.
- Added in tree qt plugin.
Changelog: https://gstreamer.freedesktop.org/releases/1.16/#1.16.2
Update net-im/fractal to 4.2.2 to support GStreamer 1.16 (approved by
maintainer)
Thanks to antoine@ for the exp-run.
PR: 239386 |
12 Jul 2019 02:25:07
1.14.1 |
linimon  |
Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
as a stand-in for "are we running on gcc".
For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.
While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
30 Dec 2018 12:56:28
1.14.1 |
linimon  |
Base GCC doesn't support -Wno-pedantic, so remove it to fix build on
GCC-based architectures.
PR: 234052
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
11 Dec 2018 20:28:13
1.14.1 |
kwm  |
Add gstreamer1-transcoder
Transcodes a stream defined by its first <input-uri> argument to the place
defined by its second <output-uri> argument into the format described in its
third <encoding-format> argument or using the given <output-uri> file extension.
Submitted by: woodsb02@
Differential Revision: https://reviews.freebsd.org/D17042 |