Hauke Mehrtens
086dcb2a59
gstreamer1: fix compilation on armeb
...
The build fails on xscale because the dependency to libatomic.so.1 is
missing.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
2025-12-20 20:46:17 +02:00
Daniel Golle
9689b71032
gstreamer: update to 1.26.4
...
Update GStreamer packages release 1.26.4.
While at it, package v4l2codecs to make use of stateless video
encoding and decoding features typical for embedded devices.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2025-07-22 17:56:57 +01:00
W. Michael Petullo
c029c3fc32
gstreamer1: update to 1.26.2
...
Upstream list of changes is available at
https://gstreamer.freedesktop.org/releases/1.26/#1.26.2 .
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2025-07-21 13:37:45 +02:00
Koen Vandeputte
d9bf16e5f6
gstreamer1: bump to 1.24.12
...
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com >
2025-03-12 11:07:18 +01:00
W. Michael Petullo
a18e1fe207
gstreamer1: update to 1.24.10
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2025-01-06 17:11:26 +08:00
Koen Vandeputte
06a0fd48f5
gstreamer1: bump to 1.24.8
...
Compile-tested
Runtime-tested
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com >
2024-10-02 08:43:15 +02:00
W. Michael Petullo
853788b7aa
gstreamer1: update to 1.24.4
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2024-06-02 19:13:19 -07:00
W. Michael Petullo
6fa623d824
gstreamer1: update to 1.24.3
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2024-06-01 04:35:45 +08:00
Rosen Penev
0ad408bd46
gstreamer1: update to 1.22.12
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2024-05-27 14:51:31 -07:00
Rosen Penev
4603dbeacb
gstreamer1: update to 1.22.8
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2023-12-19 04:35:39 -08:00
Koen Vandeputte
9b0e95c442
gstreamer1: update to 1.22.6
...
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com >
2023-10-23 17:21:31 +02:00
W. Michael Petullo
2fe50a6da2
gstreamer1: update to 1.22.3
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2023-05-26 10:28:51 +08:00
Koen Vandeputte
c6ea19cf97
gstreamer: Update to 1.20.5
...
- 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 >
2023-02-25 18:43:40 -08:00
W. Michael Petullo
55d521af4b
gstreamer1: update to 1.20.4
...
Removed deprecated use of AUTORELEASE, and refreshed patches.
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2022-12-22 16:32:46 -08:00
Rosen Penev
df5d7245b9
treewide: remove PKG_INSTALL for meson projects
...
It doesn't seem to be used by meson.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2022-06-15 18:07:46 -07:00
W. Michael Petullo
a47552c4c8
gstreamer1: update to 1.20.2
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2022-05-11 17:51:01 -04:00
W. Michael Petullo
1e40eea00b
gstreamer1: update to 1.18.5
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2021-12-16 15:28:22 -08:00
Rosen Penev
5ccd4d1c25
treewide: compile with tools/meson
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2021-09-17 22:06:52 -07:00
W. Michael Petullo
60aaaa8210
gstreamer1: update to 1.18.4
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2021-05-11 10:16:18 -05:00
W. Michael Petullo
08773852a1
gstreamer1: update to 1.18.1
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2020-11-19 12:54:13 -06:00
Rosen Penev
8b6cf707a7
gstreamer1: update to 1.18.0
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-09-12 17:33:20 -07:00
W. Michael Petullo
10aa094d7f
gstreamer1: enable build options necessary for most applications
...
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 >
2020-08-21 18:07:26 -05:00
Rosen Penev
0001f9fcf6
gstreamer1: update to 1.17.2
...
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 >
2020-07-25 01:35:05 -07:00
Rosen Penev
a914d3a47c
gstreamer1: update to 17.1
...
Updated options list.
Removed outdated autotools patch. autotools is now gone.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-06-29 15:24:17 -07:00
Rosen Penev
cb058bf961
gstreamer1: update to 1.16.2
...
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 >
2020-04-07 19:00:07 -07:00
W. Michael Petullo
0934faf567
gstreamer1: update to 1.16.1
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2019-10-14 08:37:33 -04:00
Jan Pavlinec
299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz >
2019-09-17 12:40:26 +02:00
W. Michael Petullo
2fdc722e46
gstreamer1: revert addition of --disable-option-parsing
...
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 >
2019-04-29 18:41:51 -04:00
W. Michael Petullo
bdf60440d1
gstreamer1: update to 1.16.0
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2019-04-27 23:36:41 -04:00
Rosen Penev
a5a0a35081
gstreamer1: Disable debug + other fixes
...
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 >
2019-03-17 20:22:04 -07:00
W. Michael Petullo
daa8f05d58
gstreamer1: update to 1.15.2
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2019-03-16 19:33:33 -04:00
Eneas U de Queiroz
ae3d96280a
gstreamer1: build without libdw
...
Avoids dependencies with libdw and libelf.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com >
2018-12-14 22:01:18 -02:00
Rosen Penev
fa2ec95359
gstreamer1: Update to 1.14.4
...
Disabled a bunch more stuff through the configure script. Refreshed
patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-11-14 13:43:11 -08:00
W. Michael Petullo
f13f51c6fe
gstreamer1: update to 1.14.2
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2018-08-18 15:59:05 -04:00
W. Michael Petullo
966f07c883
gstreamer1: update to 1.14.1
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2018-07-07 17:43:48 -04:00
W. Michael Petullo
ddf9c10327
gstreamer1: update to 1.12.4
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2018-02-10 18:51:31 -05:00
Ted Hess
901777195b
gst1-libav: Fix Makefile syntax error.
...
gstreamer1: Fix failures on buildbot mips platforms (accidently finds libunwind)
Signed-off-by: Ted Hess <thess@kitschensync.net >
2017-12-02 17:53:13 -05:00
Hans Dedecker
06de4d450f
gstreamer: bump to 1.10.5
...
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 >
2017-11-30 16:24:53 +01:00
Etienne Champetier
4006865ae8
treewide: run "make check FIXUP=1"
...
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 >
2017-08-29 21:41:14 -07:00
Ted Hess
f1e4bc9234
gstreamer - Upgrade to 1.8.2.
...
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 >
2016-08-01 15:41:02 -04:00
W. Michael Petullo
e1f26dd922
gstreamer1: update to 1.6.2
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2016-01-01 13:19:01 -05:00
Ted Hess
ac2d4a6cbe
gstreamer1: Update to 1.4.5, refresh patches
...
Signed-off-by: Ted Hess <thess@kitschensync.net >
2015-03-05 13:56:56 -05:00
Ted Hess
7c6557b9c3
gstreamer1: Use lazy symbol binding to load plugins
...
Signed-off-by: Ted Hess <thess@kitschensync.net >
2014-12-04 15:16:16 -05:00
Ted Hess
b72025a36c
gstreamer1: Upgrade to 1.4.4
...
Signed-off-by: Ted Hess <thess@kitschensync.net >
2014-12-03 13:33:25 -05:00
Steven Barth
6c97ad84be
Merge pull request #563 from antonlacon/license-updates
...
License updates and metadata typo correction
2014-11-26 14:20:54 +01:00
Ted Hess
a42baee588
libgstreamer1: install plugin scanner
...
Signed-off-by: Ted Hess <thess@kitschensync.net >
2014-11-25 14:58:27 -05:00
Ian Leonard
ac7cd4c6e6
misc: correct typo in Makefiles for PKG_LICENSE_FILES
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2014-11-24 23:43:37 -08:00
Ted Hess
68e213a4e2
gstreamer1: Fix build dependencies - create meta packages as needed
...
Signed-off-by: Ted Hess <thess@kitschensync.net >
2014-11-22 21:57:03 -05:00
Ted Hess
8227368777
gstreamer1: reorganize options selection menus
...
gst-plugins-bad: plugins-bad package missing (fix install def)
Signed-off-by: Ted Hess <thess@kitschensync.net >
2014-09-17 13:00:56 -04:00
Ted Hess
26ef97123c
gstreamer1 build work in progress
2014-08-05 16:33:20 -04:00