aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins-openh264/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update gstreamer1 to upstream release 1.20.3Michal Zielonka2022-10-151-1/+5
| | | | | | | PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-1/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia/openh264: update to 2.1.1Jan Beich2020-05-221-1/+1
| | | | | | | | | Changes: https://github.com/cisco/openh264/releases/tag/v2.1.1 ABI: https://abi-laboratory.pro/tracker/timeline/openh264/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=536180
* Update gstreamer1 to 1.16.2.Koop Mast2020-01-261-1/+1
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=524224
* multimedia/openh264: update to 2.0.0Jan Beich2019-06-171-1/+1
| | | | | | | | | | | - Add symlinks for cliqz and thunderbird Changes: https://github.com/cisco/openh264/releases/tag/v2.0.0 ABI: https://abi-laboratory.pro/tracker/timeline/openh264/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=504400
* Update GStreamer1 ports to 1.12.2.Koop Mast2017-07-221-5/+1
| | | | | | | | | | | | | | | | | | | Rework the adding of dependancies in Mk/bsd.gstreamer.mk. Previous when using USE_GSTREAMER[1] it would just add the request modules to BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for the libraries they carried, even if they where present via the plugins! The new code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have all the libraries included. * The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding. Switch over ports that used the gstreamer1 mad plugin. * gtksink plugin renamed -> gtk * Hook up the sndio plugin into the framework * Add some indirect dependacies where needed * Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When changing plugins it doesn't result in multiple lines being changed. * Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed. * Depend on libunwind on i386/amd64, GStreamer links to it if it is present. PR: 220753 Exp-run by: antoine@ Notes: svn path=/head/; revision=446388
* multimedia/openh264: update to 1.7.0Jan Beich2017-06-281-1/+5
| | | | | | | | | Changes: https://github.com/cisco/openh264/releases/tag/v1.6.0 Changes: https://github.com/cisco/openh264/releases/tag/v1.7.0 ABI: https://abi-laboratory.pro/tracker/timeline/openh264/ Notes: svn path=/head/; revision=444561
* multimedia/openh264: back out r418381 (try#2)Jan Beich2016-07-121-3/+0
| | | | | | | | As every consumer was broken except for net/pjsip which isn't actually linking against openh264 there's no need to bump PORTREVISION. Notes: svn path=/head/; revision=418413
* multimedia/openh264: update to 1.6.0Jan Beich2016-07-111-0/+3
| | | | | | | | | | | | API/ABI has changed, so bump PORTREVISION in consumers. Some of those are marked BROKEN that may need a fix similar to libav. https://git.libav.org/?p=libav.git;a=commitdiff;h=d825b1a53065 Changes: https://github.com/cisco/openh264/releases/tag/v1.6.0 Notes: svn path=/head/; revision=418383
* multimedia/openh264: oops, back out r418381Jan Beich2016-07-111-3/+0
| | | | | | | | Every consumer was broken except for net/pjsip which isn't actually building *against* openh264. Notes: svn path=/head/; revision=418382
* multimedia/openh264: update to 1.6.0Jan Beich2016-07-111-1/+4
| | | | | | | | | | | | API/ABI has changed, so bump PORTREVISION in consumers. Some of those are marked BROKEN that may need a fix similar to libav. https://git.libav.org/?p=libav.git;a=commitdiff;h=d825b1a53065 Changes: https://github.com/cisco/openh264/releases/tag/v1.6.0 Notes: svn path=/head/; revision=418381
* Update GStreamer1 to 1.6.2.Koop Mast2016-01-041-1/+1
| | | | | | | | | | | | | | | Update GStreamer1-vaapi to 0.7.0. * Spell GStreamer consistently. [1] * Fix typo in py3kplist in py3-gstreamer1 [1] * Improve plugins COMMENTS (more improvements welcome) * Actually include the gstreamer1-libav update this time. PR: 204204 [1] (based on) Submitted by: olivierd@ [1] Notes: svn path=/head/; revision=405242
* Update gstreamer1 ports to 1.6.0.Koop Mast2015-09-261-0/+13
* gstreamer1-libav now uses ffmpeg from ports. * New ports: * gstreamer1-validate: Tools to detect if elements are not behaving as expected, mainly aimed at developers, or advanced debugging. * gstreamer1-rtsp-server: Base foundation for building a rtsp server ontop of GStreamer * Bunch of new plugins like: mpg123, rsvg, libde265, openh264, x265 and dtls. Release announcement: http://lists.freedesktop.org/archives/gstreamer-announce/2015-September/000357.html Obtained from: gnome devel repo Notes: svn path=/head/; revision=397984