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
819b1160bf
gst1-plugins-bad: 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
a4a606ddbc
gst1-plugins-bad: 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
16e727d94a
gst1-plugins-bad: update to 1.18.4
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-11 10:17:00 -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
W. Michael Petullo
d3f549b3f3
gst1-plugins-bad: update to 1.18.1
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-11-19 12:55:27 -06:00
Sebastian Kemper
55c79de399
gst1-plugins-bad: add back mpegtsdemux & mpegtsmux
...
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>
2020-10-07 23:04:38 +02:00
Rosen Penev
c012c96e7a
gst1-plugins-bad: update to 1.18.0
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-12 17:33:21 -07:00
Rosen Penev
349f0e6b17
gst1-plugins-bad: update to 1.17.2
...
Added patch to fix compilation without distutils.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-25 01:36:03 -07:00
Rosen Penev
d86f866af1
gst1-plugins-bad: update to 1.17.1
...
Updated options.
Disabled yadif as it fails to compile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-29 15:24:18 -07:00
Rosen Penev
ae5ef832d1
gst1-plugins-bad: update to 1.16.2
...
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>
2020-04-07 19:01:34 -07:00
Rosen Penev
49b5de830e
gst1-plugins-bad: Make HLS crypto explicit
...
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>
2019-12-28 19:22:53 -08:00
W. Michael Petullo
ac93280d53
gst1-plugins-bad: update to 1.16.1
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-14 08:38:09 -04:00
W. Michael Petullo
2d9d7d4392
gst1-plugins-bad: update to 1.16.0
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-04-28 10:14:50 -04:00
Rosen Penev
dc08c3b9e9
gst1-plugins-bad: Disable debug and other fixes
...
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>
2019-03-17 21:12:42 -07:00
W. Michael Petullo
fc6a8039a1
gst1-plugins-bad: update to 1.15.2
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-16 19:35:49 -04:00
Rosen Penev
f69bf5e55e
gst1-plugins-bad: Update to 1.14.4
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-14 14:44:57 -08:00
W. Michael Petullo
bb744b032c
gst1-plugins-bad: update to 1.14.2
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-08-18 15:43:53 -04:00
W. Michael Petullo
9cffc42d01
gst1-plugins-bad: update to 1.14.1
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-08 22:34:27 -04:00
W. Michael Petullo
12f88593ed
gst1-plugins-bad: update to 1.12.4
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-02-11 20:12:40 -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
50f51d24b6
gst1-plugins-bad: update to 1.6.2
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-01-01 13:28:01 -05:00
Tim Harvey
4780da32d4
multimedia: add fbdevsink
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
2015-11-18 22:55:55 +01:00
Luiz Angelo Daros de Luca
4e4c981ec3
gst1-plugins-bad: add opus plugin
...
This add opus plugin providing opusenc, opusdec, opusparse, rtpopuspay, rtpopusdepay
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-04-07 01:07:35 -03:00
Ted Hess
e8a8f20d31
gst1-plugins-bad: Update to 1.4.5, fix build deps, refresh patches
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-05 13:59:19 -05:00
Luiz Angelo Daros de Luca
f8ec4d90d6
gst1-plugins-bad: add shmsrc/sink
...
This adds POSIX shared memory source and sink plugin
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-03-01 23:32:36 -03:00
Luiz Angelo Daros de Luca
b1b14b2a57
gst1-plugins-bad: remove unrecognized config opts
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-03-01 21:02:01 -03:00
Ted Hess
be72d3b10c
gst1-plugins-bad: Remove srtp plugin (again) until libsrtp is updated
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-12 07:40:21 -05:00
Ted Hess
5382c7fc55
gst1-plugins-bad: (Re-)add srtp plugin (use latest libsrtp)
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-06 10:44:56 -05:00
Ted Hess
0cbca8677d
gst1-plugins-bad: disable srtp library build - not used
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-05 16:40:53 -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
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
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
W. Michael Petullo
e35d46becf
gst1-plugins-bad: fix the build of several plugins
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-06 14:02:19 -04:00
W. Michael Petullo
8431c041b1
gst1-plugins-good: enable more plugins
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-06 13:12:50 -04:00
W. Michael Petullo
77b4014f29
gst1-plugins-bad: adjust Makefile so each plugin builds
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-06 08:56:01 -04:00
Ted Hess
26ef97123c
gstreamer1 build work in progress
2014-08-05 16:33:20 -04:00
W. Michael Petullo
a072bc7516
gst1-plugins-bad: add package license file to Makefile
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:50:08 -04:00
W. Michael Petullo
5c66e21e76
gst1-plugins-bad: add package license to Makefile
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:45:31 -04:00
W. Michael Petullo
37f634045c
Add gst1-plugins-bad package
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:43:50 -04:00