aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1
Commit message (Collapse)AuthorAge
* gstreamer1: update to 1.22.8Rosen Penev2023-12-19
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gstreamer1: update to 1.22.6Koen Vandeputte2023-10-23
| | | | Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
* gstreamer1: update to 1.22.3W. Michael Petullo2023-05-26
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gstreamer: Update to 1.20.5Koen Vandeputte2023-02-25
| | | | | | | | | | | | | | | | - allocator: Copy allocator name in gst_allocator_register() - miniobject: support higher refcount values - pads: Fix non-serialized sticky event push, e.g. instant change rate events - padtemplate: Fix annotations - systemclock: Use futex_time64 syscall on x32 and other platforms that always... - Fix build of 1.20 branch with Meson 0.64.1 for those who have hotdoc installed on their system. - meson: fix check for pthread_setname_np() - -Wimplicit-function-declaration in pthread_setname_np check (missing GNUSOURCE) - gst-inspect: Don't leak list - concat: Properly propagate EOS seqnum - fakesrc: avoid time overflow with datarate Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
* gstreamer1: update to 1.20.4W. Michael Petullo2022-12-22
| | | | | | Removed deprecated use of AUTORELEASE, and refreshed patches. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* 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>
* gstreamer1: update to 1.20.2W. Michael Petullo2022-05-11
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gstreamer1: 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>
* gstreamer1: 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>
* gstreamer1: update to 1.18.1W. Michael Petullo2020-11-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gstreamer1: update to 1.18.0Rosen Penev2020-09-12
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gstreamer1: enable build options necessary for most applicationsW. Michael Petullo2020-08-21
| | | | | | | | | | | | | | | | | | Commit cb058bf changed gstreamer1's build options, and this broke some applications. First, -Doption-parsing=false is intended for very specific embedded applications rather general packages. Please see: https://github.com/openwrt/packages/pull/8847 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/388 Second, -Dregistry=false seems to break plugin discovery. Symptoms of this include broken applications and gst-inspect-1.0 listing zero plugins. Fixes #13180. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gstreamer1: update to 1.17.2Rosen Penev2020-07-25
| | | | | | | | | | | Added gettext-full host dependency. Normally it comes wth glib2, but in the update to 2.65, it goes away. Add it here. Refresh patch. Add one for systems lacking distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gstreamer1: update to 17.1Rosen Penev2020-06-29
| | | | | | | | Updated options list. Removed outdated autotools patch. autotools is now gone. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gstreamer1: update to 1.16.2Rosen Penev2020-04-07
| | | | | | | | | | | | | Switched to meson. Fixed license information. Rearranged some stuff for consistency between packages. Removed static libraries. It seems meson only supports either one or the other. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gstreamer1: update to 1.16.1W. Michael Petullo2019-10-14
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* gstreamer1: revert addition of --disable-option-parsingW. Michael Petullo2019-04-29
| | | | | | | | | | | | The --disable-option-parsing flag breaks applications (such as dmapd) that assume gst_init_get_option_group() initializes GStreamer. The gst_init_get_option_group() function returns NULL and does nothing to initialize GStreamer in this case. The --disable-option-parsing is meant only for very specialized instances. See also https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/388. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gstreamer1: update to 1.16.0W. Michael Petullo2019-04-27
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gstreamer1: Disable debug + other fixesRosen Penev2019-03-17
| | | | | | | | | | | | | | | | Disabled a bunch of debug stuff in order to save size. Also removed the rpath stuff as that has not been needed for a long time. Added PKG_BUILD_PARALLEL for faster compilation. Removed two patches that have --disable configure parameters now. Refreshed patches. Size of libgstreamer1 from 822243 to 529366 on mvebu. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gstreamer1: update to 1.15.2W. Michael Petullo2019-03-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gstreamer1: build without libdwEneas U de Queiroz2018-12-14
| | | | | | Avoids dependencies with libdw and libelf. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* gstreamer1: Update to 1.14.4Rosen Penev2018-11-14
| | | | | | | Disabled a bunch more stuff through the configure script. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gstreamer1: update to 1.14.2W. Michael Petullo2018-08-18
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gstreamer1: update to 1.14.1W. Michael Petullo2018-07-07
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gstreamer1: update to 1.12.4W. Michael Petullo2018-02-10
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-libav: Fix Makefile syntax error.Ted Hess2017-12-02
| | | | | | gstreamer1: Fix failures on buildbot mips platforms (accidently finds libunwind) Signed-off-by: Ted Hess <thess@kitschensync.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>
* gstreamer1: update to 1.6.2W. Michael Petullo2016-01-01
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gstreamer1: Update to 1.4.5, refresh patchesTed Hess2015-03-05
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* gstreamer1: Use lazy symbol binding to load pluginsTed Hess2014-12-04
| | | | 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>
* Merge pull request #563 from antonlacon/license-updatesSteven Barth2014-11-26
|\ | | | | License updates and metadata typo correction
| * misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | libgstreamer1: install plugin scannerTed Hess2014-11-25
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | gstreamer1: Fix build dependencies - create meta packages as neededTed Hess2014-11-22
|/ | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* 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>
* gstreamer1 build work in progressTed Hess2014-08-05
|
* gstreamer1: add package license file to MakefileW. Michael Petullo2014-07-31
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gstreamer1: add package license to MakefileW. Michael Petullo2014-07-31
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Add gstreamer1 packageW. Michael Petullo2014-07-31
Signed-off-by: W. Michael Petullo <mike@flyn.org>