2326 Commits

Author SHA1 Message Date
feinerer
6ab249c22c Update to libv4l 1.16.3
No functional change as the update only contains changes in utils which we
currently do not build on OpenBSD.
2018-12-17 20:23:20 +00:00
rsadowski
d490aa8ed0 Update to mkvtoolnix-29.0.0 2018-12-14 10:00:57 +00:00
sthen
49b00025fd bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost,
it has been split into subpackages
2018-12-13 19:53:23 +00:00
kn
404c23e677 Drop MAINTAINER, enable SEPARATE_BUILD, use TLS
WRKBUILD is now outside of WRKSRC and does not need manual setting.
czarkoff is inactive and does not respond, so drop it.

OK jca and jca naddy jaunfra for MAINTAINER
2018-12-11 20:21:20 +00:00
naddy
4b60550345 add missing includes for ports-gcc 2018-11-30 21:05:32 +00:00
ajacoutot
7ee3831189 Missing BDEP. 2018-11-26 09:27:03 +00:00
danj
31354bb2dd Update to py3-pafy-0.5.4
Switch to py3 and add youtube-dl as a rdep

From semarie
2018-11-25 20:34:37 +00:00
naddy
4378d45e89 use the alternative i386 assembly code that doesn't create text relocations 2018-11-25 20:16:46 +00:00
ajacoutot
5dcf5037dd Factorize the waf commands into a DO_WAF variable to simplify Makefile.
from kn@ via Brad
2018-11-25 10:09:25 +00:00
naddy
fefc589d4c accept text relocations on i386 because of non-PIC assembly code 2018-11-13 19:40:51 +00:00
naddy
d36ae6af5f Accept text relocations on i386 since the embedded ffmpeg is full of
non-PIC assembly code.
2018-11-13 17:57:25 +00:00
jca
16fef10d36 Atomics detection was fixed and a fallback on pthread mutexes has been added
Therefore no need to restrict this port to a specific list of architectures.
powerpc report from Charlène.
2018-11-13 17:12:51 +00:00
feinerer
0a08adfbe9 Update to libv4l 1.16.2 2018-11-10 10:55:16 +00:00
ajacoutot
d728a25c76 Sync with FFmpeg: enable VFP on ARM.
from Brad
2018-11-10 08:26:52 +00:00
ajacoutot
395d6b1bb2 --disable-flite to prevent picking up audio/flite.
prodded by espie@
2018-11-07 11:07:34 +00:00
sthen
f69363d670 most post-patch to do-gen 2018-11-05 17:23:41 +00:00
ajacoutot
4d6731c749 Use upstream patch to fix the build on !X86 archs.
from Brad (maintainer)
2018-11-05 07:58:37 +00:00
rsadowski
bed6c08cdd bugfix update mkvtoolnix-28.2.0 2018-11-05 06:18:16 +00:00
naddy
402375a21f Build PIC code on all archs. Drop assembly code on i386 since it
doesn't support PIC.  with Brad
2018-11-03 20:38:03 +00:00
naddy
dafbfe8566 build PIC code on all archs; from Brad 2018-11-02 23:37:03 +00:00
feinerer
3c9b2dcdd2 Update to libv4l 1.16.1 2018-11-02 10:10:06 +00:00
ajacoutot
8991a55c4c Fix the build on !X86 archs.
from Brad (maintainer)
2018-10-30 11:20:33 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
rsadowski
d8afd66099 Bugfix update mkvtoolnix-28.1.0 2018-10-24 10:13:11 +00:00
rsadowski
4fe0b37861 Update mkvtoolnix-28.0.0 2018-10-21 08:17:41 +00:00
naddy
bba3c9be6b master site path changed starting from 4.9.0 2018-10-19 22:09:05 +00:00
rsadowski
d84cbdf433 Update Phonon multimedia layer for Qt4/KDE4/Qt5/KDE5
Updated to the following versions:
- phonon-4.10.1
- phonon-backend-gstreamer-4.9.0
- phonon-backend-vlc-0.10.1 (enable qt5 FLAVOR)
- phonon-qt5-4.10.1

- Many Makefile tweaks
- Switch HOMEPAGE to HTTPS

All consumers were built fine. Runtime tests with many KDE4/KDE5 applications.
Fixes my playback MKV/x264/AC3 issue with kde4/dragon.
2018-10-19 20:53:27 +00:00
sthen
44f8a14fd9 switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still
using mcrypt).
2018-10-17 14:15:55 +00:00
ajacoutot
ccafbcfd4a Update to x265-2.9.
from Brad (maintainer)
2018-10-17 08:32:21 +00:00
ajacoutot
3d636b1978 - Fix WANTLIB for archs building with GCC
- Enable the multi resolution encoder
- Fix the build on PowerPC
- Add a use-after-free fix

from Brad (maintainer)
2018-10-17 08:22:29 +00:00
ajacoutot
ae525839b0 Gstreamer stack: bugfix update to version 1.14.4. 2018-10-03 08:19:22 +00:00
naddy
c9a52ca2d0 Do not attempt to explicitly link with libstdc++.
This may have to be revisited if we ever install zenlib as a shared library
for use by other projects.

No bump because on archs like amd64 libstdc++ was not actually linked in.
2018-10-02 21:06:29 +00:00
rsadowski
1efbb5aa13 Update mkvtoolnix-27.0.0 2018-09-29 13:52:35 +00:00
ajacoutot
b9048af87a Update to libvpx-1.7.0.
- survived a bulk

from Brad (maintainer)
2018-09-26 07:14:28 +00:00
ajacoutot
eba03d3cd0 Minor update of the gstreamer1 stack to version 1.14.3. 2018-09-17 08:46:09 +00:00
ajacoutot
be0bbc0221 Update to x264-20180908.
This update enables 10-bit depth support.

from Brad (maintainer)
2018-09-16 06:37:15 +00:00
ajacoutot
6ede500ce1 First step to getting the old FFmpeg code in gst-ffmpeg building on Clang
on ARM.
Backport a diff to deal with Clang's assembler.

from Brad
2018-09-15 08:08:09 +00:00
naddy
8656f31abb maintenance update to 18.08.1 2018-09-11 10:04:37 +00:00
rsadowski
909ff7af85 remove k3b-kde4
K3b does not detect CD/DVD devices.

ok kn@ solene@
2018-09-11 04:34:26 +00:00
rsadowski
bc9bc484d2 unhook k3b-kde4 and remove from meta-kde4 2018-09-11 04:32:30 +00:00
ajacoutot
e46e48d6d1 Update to py3-chromecast-2.3.0. 2018-09-06 05:59:30 +00:00
rsadowski
bc8f321e95 Update mkvtoolnix-26.0.0 2018-09-02 14:23:03 +00:00
sthen
4863f1e534 update to get_iplayer-3.17 2018-08-21 14:17:45 +00:00
rsadowski
ab716d8df5 fix: cmark is in textproc not devel 2018-08-18 08:00:22 +00:00
rsadowski
f4fe81212b Update mkvtoolnix from 9.7.1 to 25.0.0
Take maintainership (ok from Brad)
2018-08-18 06:47:58 +00:00
espie
a18c858d08 obey PREFIX 2018-08-10 10:20:21 +00:00
sthen
b4169b2211 update to yle-dl-2.34, from Timo Myyra, tweaked by me to use a patch
instead of sed in setup.py (which is more likely to go stale)
2018-08-09 19:57:55 +00:00
rsadowski
ee66827d3e remove KDE4 kdenlive; replaced by KDE5 2018-07-29 15:53:45 +00:00
rsadowski
033708a8b4 fix cvs tag and remove kdenlive 2018-07-29 15:52:52 +00:00
rsadowski
b9b3b6c6f8 Update mlt to 6.10.0
ok landry@ (kamikaze KDE5 ports ok)
2018-07-29 15:05:35 +00:00