Commit Graph

48 Commits

Author SHA1 Message Date
Rosen Penev 5d61712851 gst1-plugins-base: update to 1.22.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-12-19 04:35:39 -08:00
Koen Vandeputte 52da3325db gst1-plugins-base: 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 be08c11c4a gst1-plugins-base: update to 1.22.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2023-05-26 10:28:51 +08:00
Koen Vandeputte 3a50299c73 gst1-plugins-base: bump to 1.20.5
- audioconvert, audioresample, audiofilter: fix divide by 0 for input buffer without caps
- cdparanoia: Ignore compiler warning coming from the cdparanoia header
- oggdemux, parsebin: More leak fixes
- opengl: fix automatic dispmanx detection for rpi4
- opengl: Fix usage of eglCreate/DestroyImage
- opengl: Fix static linking on macOS
- opusdec: Various channel-related fixes
- textrender: Negotiate caps on a GAP event if none were negotiated yet
- textrender: Don't blindly forward all events and don't blindly forward all events
- timeoverlay: fix pad leak
- oggdemux: Don't leak incoming EOS event
- subparse: Fix non-closed tag handling.
- videodecoder: Only post latency message if it changed
- videoscale: buffer meta handling fixes (NULL-terminate array of valid meta tags)
- videosink: Don't return unknown end-time from get_times()
- Bump core requirement in 1.20 branch to 1.20.4

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
2023-02-25 18:43:40 -08:00
W. Michael Petullo 4a11b1b335 gst1-plugins-base: 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 4ca95557f8 gst1-plugins-base: remove liboil dependency
It's completely unused.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-09-14 23:09:04 -07: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 bc8c284ef2 gst1-plugins-base: 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 2846e445e9 gst1-plugins-base: 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 a9b9f92247 gst1-plugins-base: update to 1.18.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-11 10:16:32 -05:00
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
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>
2021-02-20 16:02:15 -08:00
Luiz Angelo Daros de Luca 56eb4078e5 gst1-plugins-base: fix build with no module
gst1-plugins-base might be required only for its libraries, not modules.
However, InstallDev tries to copy them unconditionally, failing when
no modules are selected/compiled.

Fixes #13973

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-11-28 09:08:30 +02:00
W. Michael Petullo 549d37d216 gst1-plugins-base: update to 1.18.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-11-19 12:54:59 -06:00
Rosen Penev cb00f0625a
gst1-plugins-base: update to 1.18.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-12 17:33:20 -07:00
Rosen Penev dad7815030
gst1-plugins-base: update to 1.17.2
Fixed some typos.

Added patch to fix compilation without distutils.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-25 01:36:02 -07:00
Rosen Penev 9c10ab46ca
gst1-plugins-base: update to 1.17.1
Updated options.

Added extra plugins that are now available.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-29 15:24:17 -07:00
Rosen Penev 9cbde8ad8b
gst1-plugins-base: update to 1.16.2
Switched to meson.

Fixed license information.

No more static libraries as meson makes you choose.

Added several CONFIG_DEPENDS entries.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-07 19:00:07 -07:00
W. Michael Petullo e4f3f8b027 gst1-plugins-base: update to 1.16.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-14 08:37:51 -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 f9cbd31fca gst1-plugins-base: update to 1.16.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-04-28 10:14:32 -04:00
Rosen Penev a327cfca21 gst1-plugins-base: Disable various debug checks
Saves on compiled size.

Also got rid of outdated rpath linking.

Added PIC compilation as is done elsewhere.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-17 20:22:06 -07:00
W. Michael Petullo 6995ed0e34 gst1-plugins-base: update to 1.15.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-16 19:36:46 -04:00
Rosen Penev 6f0a63c010 gst1-plugins-base: Update to 1.14.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-14 14:45:00 -08:00
W. Michael Petullo 08bcf793af gst1-plugins-base: update to 1.14.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-08-18 15:44:39 -04:00
W. Michael Petullo 92b385c29e gst1-plugins-base: update to 1.14.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-07 18:23:58 -04:00
W. Michael Petullo 180bed0ba5 gst1-plugins-base: update to 1.12.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-02-11 10:01:55 -05:00
Matthias Schiffer 00fce347a5
treewide: fix incorrect *_BUILD_DEPENDS
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>
2018-01-09 16:36:02 +01: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 99fcbbffc2 gst1-plugins-base: update to 1.6.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-01-01 13:14:18 -05:00
Ted Hess 511fb70f92 gst1-plugins-base: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-05 13:58:03 -05:00
Luiz Angelo Daros de Luca 05960c50ba gst1-plugins-base: add videorate and videoscale
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-03-02 01:53:42 -03:00
Luiz Angelo Daros de Luca fc9f7a7b6b gst1-plugins-base: create libgst1allocators pkg
libgst1allocators was compiled but not packaged.
It is needed for v4l2 good plugin

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-01-23 21:34:15 -02:00
Luiz Angelo Daros de Luca 7ef52fc43b gst1-plugins-base: add videoconvert plugin
videoconvert is the successor of ffmpegcolorspace in gst1.x

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-01-23 21:24:58 -02:00
Luiz Angelo Daros de Luca c0a869cddb gst1-plugins-base: remove unused configure opt
./configure was warning that all these options are unrecognized:
  --disable-alsa-test
  --disable-ffmpegcolorspace
  --disable-gnome_vfs
  --disable-gst_v4l
  --disable-oggtest
  --disable-vorbistest

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-01-22 00:21:29 -02: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
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
W. Michael Petullo 14145d0188 gst1-plugins-base: add package license file to Makefile
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:49:45 -04:00
W. Michael Petullo 09ba982ccc gst1-plugins-base: add package license to Makefile
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:45:49 -04:00
W. Michael Petullo b2a13d01a1 gst1-plugins-base: fix build of theora plugin
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:45:04 -04:00
W. Michael Petullo 5173999193 gst1-plugins-base: properly specify theora plugin
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:44:52 -04:00
W. Michael Petullo 8433800965 Add gst1-plugins-base package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:44:01 -04:00