2683 Commits

Author SHA1 Message Date
sthen
d4a8184c4c update to motion-4.3.2 2020-11-20 14:56:54 +00:00
rsadowski
c3ff468eee Update to xvidcore 1.3.7
Changes since 1.3.6:
Fix for a regression in initializing the Inter matrix with MPEG Quantization

Changes since 1.3.5:
Fix for various, long-standing and potentially critical security
vulnerabilities in the decoder (credit to OSS-Fuzz)

From Brad (maintainer)
2020-11-17 05:56:08 +00:00
cwen
d59bcf4ac5 gstreamer1/plugins-good: reenable on !rust archs (but without pulse support)
pulseaudio has rust in its chain of dependencies since spidermonkey78.
Disable the -pulse subpackage on !rust archs, and work around a meson issue
about pulse autodetection not being honoured, so these plugins can be built
there and used by www/webkitgtk4 notably. Tested on powerpc.

improvements (thanks!) and no objection from aja@
2020-11-11 13:37:58 +00:00
sthen
e8d2fdf426 mpv: build debug packages, req by mpi@ 2020-11-10 16:40:18 +00:00
sthen
7dcce73217 dav1d: use -O1 on arm to workaround sigbus. from brad 2020-11-10 08:14:50 +00:00
rsadowski
17e440a26a Unbreak build with jsoncpp 1.9.4
OK jca@
2020-11-09 05:22:57 +00:00
sthen
a2c9b36626 FFmpeg, dav1d, x264: disable asm on (32-bit) arm. OpenBSD runs this with
strict alignment but the asm code in these assumes that unaligned access
works. From Brad.
2020-11-05 19:42:28 +00:00
rsadowski
fad8c32294 Removed "KDE porting team" aka. me as maintainer. 2020-11-03 17:38:35 +00:00
ajacoutot
0ece70dc23 Regen WANTLIB to unbreak.
noticed by sthen@
2020-11-03 10:27:02 +00:00
naddy
2b75a92c37 update to 20.09 2020-10-30 20:55:01 +00:00
zhuk
e83530bf1e hook up kid3 2020-10-30 20:42:00 +00:00
zhuk
e1d5a0d8a2 Import Kid3, a multimedia tags editor.
The utility supports editing multiple MP3, Ogg/Vorbis, FLAC, MPC,
MP4/AAC, MP2, Opus, Speex, TrueAudio, WavPack, WMA, WAV and AIFF
files at once, having full control over ID3v1 & v2 tags. There are both
GUI and interactive CLI.

input from sthen@ and rsadowski@, okay rsadowski@
2020-10-30 20:40:53 +00:00
ajacoutot
980f728dc2 Upstream updated to using WAF 2.0.20 for some bug fix.
Sync WANTLIB while here.

from Brad
2020-10-29 13:44:14 +00:00
bcallah
c5a928942a Update to streamlink-1.7.0
Changelog: https://github.com/streamlink/streamlink/releases/tag/1.7.0
2020-10-28 23:07:31 +00:00
ajacoutot
47eddbd454 Update Gstreamer stack to 1.18.1. 2020-10-28 15:42:14 +00:00
ajacoutot
d3067714e3 Update to py3-chromecast-7.5.1. 2020-10-18 08:30:45 +00:00
kn
4e660d2f11 Follow up on "Move from MODPY_DEFAULT_VERSION_3 to python3 FLAVOR" from ajacoutot 2020-10-17 22:25:31 +00:00
ajacoutot
e3716ae87b Move from MODPY_DEFAULT_VERSION_3 to python3 FLAVOR. 2020-10-17 12:49:54 +00:00
landry
65bfef915e make sure we dont pickup systemwide minizip as the bundled version is
incompatible. At least there's a cmake option to force building the
bundled one..
2020-10-06 16:52:25 +00:00
ajacoutot
9890d8665a Bump after py-gobject3 merge. 2020-10-03 15:39:57 +00:00
sthen
f00991a578 update to libvpx-1.9.0, from Brad 2020-10-03 13:19:36 +00:00
ajacoutot
1ffff43564 Update to py3-chromecast-7.5.0. 2020-10-03 12:36:40 +00:00
bcallah
d290dbbf98 Update to streamlink-1.6.0
Changelog: https://github.com/streamlink/streamlink/releases/tag/1.6.0
2020-09-24 04:11:53 +00:00
ajacoutot
a49ba4186a Update Gstreamer1 stack to version 1.18.0. 2020-09-14 06:03:11 +00:00
phessler
c7b76e7e50 twich dot tv changed their api, so this app no longer works
mark as BROKEN

OK bcallah@ (MAINTAINER)
2020-09-12 19:36:59 +00:00
espie
34f6f0b0d9 minor update, okay tracey@ 2020-09-09 03:19:10 +00:00
ajacoutot
183eb0c984 Update to py3-chromecast-7.3.0. 2020-09-06 07:06:01 +00:00
naddy
89f2eace28 maintenance update to 20.08 2020-08-28 22:18:19 +00:00
rsadowski
4f7220f9b2 Update mlt to 6.22.1
Drop me as maintainer.

ok tracey@
2020-08-24 14:09:54 +00:00
rsadowski
5d7f1b9daf Rework multimedia/phonon multimedia/phonon-backend
- Merge multimedia/phonon-qt5 into multimedia/phonon and remove the
  phonon MODULE.
- Update all phonon ports to the latest version.
- Regen all consumer WANTLIB's and bump them.
2020-08-20 18:00:13 +00:00
ajacoutot
df0000b49e Update to py3-chromecast-7.2.1. 2020-08-19 12:31:28 +00:00
ajacoutot
46fd384b52 Change the "FLAVOR ?= python3" contruct to "FLAVOR = python3" since these are
python3 only ports.

"Yes please, it's not really optional so I think = is better." sthen@
2020-08-19 12:25:12 +00:00
naddy
f774fbfd3e Build shared library with -fPIC.
This also unbreaks the build on i386 with LLVM 10.
2020-08-13 21:18:45 +00:00
jsg
0b771d2a5b remove explicit -march=i586
-march=i586 is now the default for clang in base on i386

ok sthen@
2020-08-07 09:21:01 +00:00
espie
737e486cd1 update to newer version
most of the patches have been upstream

there's a new "preview" feature  that creates lo-res versions of the video
streams you're working on for quick editing.

okay tracey@
2020-07-30 14:40:07 +00:00
ajacoutot
00e9462bce Update to py3-chromecast-7.2.0. 2020-07-30 07:50:55 +00:00
ajacoutot
87df31d292 Update to py3-chromecast-7.1.2. 2020-07-25 07:27:52 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
bcallah
8f86a4fa1a Update to streamlink-1.5.0
Changelog: https://github.com/streamlink/streamlink/releases/tag/1.5.0
2020-07-08 20:41:10 +00:00
kn
24479a742e Update to yle-dl 20200628
Move to py3 while here, from maintainer, thanks!
2020-07-07 13:01:45 +00:00
ajacoutot
14755ce042 Update to x264 20200705.
A few bug fixes including for some warnings with the ASM code with NASM 2.15.

from Brad (maintainer)
2020-07-05 07:42:11 +00:00
ajacoutot
43cd6fa516 Garbage collect unnecessary patch. videoio.h was changed to include
ioccom.h when the patch was introduced.

from Brad (maintainer)
2020-07-05 07:38:30 +00:00
ajacoutot
03b6d1713e - Fix PIC code on 32-bit X86
- meson: Workaround missing aarch64 normalisation
- Fix some warnings in ASM code

from Brad (maintainer)
2020-07-05 07:36:19 +00:00
ajacoutot
0ae658aca0 Update to py3-chromecast-7.1.1. 2020-07-04 07:23:37 +00:00
sthen
95d31a4bd8 bump for search.cpan.org->metacpan.org change 2020-07-03 21:44:29 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
ajacoutot
d90bc7cbbe Update to py3-chromecast-7.0.1. 2020-07-02 08:21:17 +00:00
ajacoutot
7731366fbf Really update to svt-av1-0.8.4.
from Brad (maintainer)
2020-07-02 08:15:38 +00:00
ajacoutot
6e84ea3b3c Revert previous, I was missing a part. 2020-07-01 06:39:39 +00:00
rsadowski
5809ad0066 Missed to unhook phonon (qt4/kde4) spotted by sthen@, Thanks
Stop building phonon. Phonon is still a module but not more longer a port.
2020-06-30 14:02:15 +00:00