aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gst1-plugins-bad
Commit message (Collapse)AuthorAge
* treewide: remove PKG_INSTALL for meson projectsRosen Penev2022-06-15
| | | | | | It doesn't seem to be used by meson. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gst1-plugins-bad: update to 1.20.2W. Michael Petullo2022-05-11
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-bad: update to 1.18.5W. Michael Petullo2021-12-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* treewide: compile with tools/mesonRosen Penev2021-09-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gst1-plugins-bad: update to 1.18.4W. Michael Petullo2021-05-11
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* gst1-plugins-bad: update to 1.18.1W. Michael Petullo2020-11-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-bad: add back mpegtsdemux & mpegtsmuxSebastian Kemper2020-10-07
| | | | | | | | | These plugins were disabled in commit e35d46b. Add them back. The required libs are added, too. Closes #13545 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* gst1-plugins-bad: update to 1.18.0Rosen Penev2020-09-12
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gst1-plugins-bad: update to 1.17.2Rosen Penev2020-07-25
| | | | | | Added patch to fix compilation without distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gst1-plugins-bad: update to 1.17.1Rosen Penev2020-06-29
| | | | | | | | Updated options. Disabled yadif as it fails to compile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gst1-plugins-bad: update to 1.16.2Rosen Penev2020-04-07
| | | | | | | | | | | | Switched to meson. Fixed license information. Several Makefile cleanups for consistency between packages. Enabled and added packages for a bunch of plugins. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gst1-plugins-bad: Make HLS crypto explicitRosen Penev2019-12-28
| | | | | | | It's normally set to auto. When nettle is missing, it tries to use the other libraries. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gst1-plugins-bad: update to 1.16.1W. Michael Petullo2019-10-14
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-bad: update to 1.16.0W. Michael Petullo2019-04-28
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-bad: Disable debug and other fixesRosen Penev2019-03-17
| | | | | | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Removed rpath hack that is no longer needed. Added PIC as is typically the case with these. Remove obsolete patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gst1-plugins-bad: update to 1.15.2W. Michael Petullo2019-03-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-bad: Update to 1.14.4Rosen Penev2018-11-14
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gst1-plugins-bad: update to 1.14.2W. Michael Petullo2018-08-18
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-bad: update to 1.14.1W. Michael Petullo2018-07-08
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-bad: update to 1.12.4W. Michael Petullo2018-02-11
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* treewide: fix incorrect *_BUILD_DEPENDSMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | Build depends refer to source package names, not binary package names. In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of a source package's binary packages; as the corresponding source packages are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to refer to the correct source package name. Dependency of mysql-server is adjusted from libncursesw to libncurses (as libncursesw is a virtual package provided by libncurses), so the build dependency on ncurses is emitted unconditionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* gstreamer: bump to 1.10.5Hans Dedecker2017-11-30
| | | | | | | | | | | Update gstreamer to the 1.10 stable branch; select latest stable 1.10.5 See https://gstreamer.freedesktop.org/releases/1.10/ for major new features and bugfixes Fix dependencies Refresh patches Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* gstreamer - Upgrade to 1.8.2.Ted Hess2016-08-01
| | | | | | | | | Refresh patches, fix dependencies. Fix cpu build issues in gst-libav. Opus moved to plugins-base. Add opusparse and hls to plugins-bad. Add myself as co-maintainer Signed-off-by: Ted Hess <thess@kitschensync.net>
* gst1-plugins-bad: update to 1.6.2W. Michael Petullo2016-01-01
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* multimedia: add fbdevsinkTim Harvey2015-11-18
| | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com>
* gst1-plugins-bad: add opus pluginLuiz Angelo Daros de Luca2015-04-07
| | | | | | This add opus plugin providing opusenc, opusdec, opusparse, rtpopuspay, rtpopusdepay Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* gst1-plugins-bad: Update to 1.4.5, fix build deps, refresh patchesTed Hess2015-03-05
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* gst1-plugins-bad: add shmsrc/sinkLuiz Angelo Daros de Luca2015-03-01
| | | | | | This adds POSIX shared memory source and sink plugin Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* gst1-plugins-bad: remove unrecognized config optsLuiz Angelo Daros de Luca2015-03-01
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* gst1-plugins-bad: Remove srtp plugin (again) until libsrtp is updatedTed Hess2014-12-12
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* gst1-plugins-bad: (Re-)add srtp plugin (use latest libsrtp)Ted Hess2014-12-06
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* gst1-plugins-bad: disable srtp library build - not usedTed Hess2014-12-05
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* gstreamer1: Upgrade to 1.4.4Ted Hess2014-12-03
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* gstreamer1: reorganize options selection menusTed Hess2014-09-17
| | | | | | gst-plugins-bad: plugins-bad package missing (fix install def) Signed-off-by: Ted Hess <thess@kitschensync.net>
* gst1-plugins-bad: fix the build of several pluginsW. Michael Petullo2014-08-06
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-good: enable more pluginsW. Michael Petullo2014-08-06
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-bad: adjust Makefile so each plugin buildsW. Michael Petullo2014-08-06
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gstreamer1 build work in progressTed Hess2014-08-05
|
* gst1-plugins-bad: add package license file to MakefileW. Michael Petullo2014-07-31
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-bad: add package license to MakefileW. Michael Petullo2014-07-31
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Add gst1-plugins-bad packageW. Michael Petullo2014-07-31
Signed-off-by: W. Michael Petullo <mike@flyn.org>