Commit Graph

1951 Commits

Author SHA1 Message Date
ajacoutot
45788b8f1e Update to py3-gstreamer1-1.8.3. 2016-08-21 16:55:41 +00:00
ajacoutot
66710b71c6 Update to gstreamer1-plugins-libav-1.8.3. 2016-08-21 16:55:29 +00:00
ajacoutot
ac4d5421c5 update to gstreamer1-plugins-bad-1.8.3. 2016-08-21 16:55:11 +00:00
ajacoutot
77d75c718d Update to gstreamer1-plugins-ugly-1.8.3. 2016-08-21 16:54:55 +00:00
ajacoutot
f04bcb71cc Update to gstreamer1-plugins-good-1.8.3. 2016-08-21 16:54:43 +00:00
ajacoutot
97ffd73f35 Update to gstreamer1-plugins-base-1.8.3. 2016-08-21 16:54:31 +00:00
ajacoutot
b46095537c Update to gstreamer1-1.8.3. 2016-08-21 16:54:17 +00:00
ajacoutot
24c3e9fb59 Bump to 1.8.3. 2016-08-21 16:54:05 +00:00
ajacoutot
9aa0e0387a Update to mkvtoolnix-9.3.1.
from Brad (maintainer)
2016-08-20 12:02:01 +00:00
ajacoutot
fc0e78b9db Update to libmatroska-1.4.5.
from Brad (maintainer)
2016-08-20 12:01:15 +00:00
ajacoutot
269af79e52 Update to x265-2.0.
from Brad (maintainer)
2016-08-20 12:00:35 +00:00
czarkoff
c904331bba update to mpv-0.19.0 2016-08-16 14:08:40 +00:00
sthen
8035d13335 tweak DESCR (if->whether), prompted by a different diff from Michael McConville 2016-08-08 18:36:19 +00:00
czarkoff
70e8b4e303 update to mpv-0.18.1 2016-08-08 15:05:17 +00:00
ajacoutot
f5cbf2a063 Update to libvpx-1.6.0.
from Brad (maintainer)
2016-08-07 01:33:52 +00:00
landry
af68cdf4f7 Mark BROKEN on powerpc: atomics detection fails 2016-08-06 06:47:46 +00:00
naddy
2107987e32 maintenance update to 0.7.87 2016-08-05 15:25:23 +00:00
czarkoff
6f98f73212 update to mpv-0.18.0
unrelated changes:

 - X11BASE is hooked up explicitly, so that several tests in waf don't fail
 - WRKBUILD is set to subdirectory of WRKSRC, so that mpv does not get relinked
   during "make install"
2016-07-10 15:27:55 +00:00
sthen
1d81a7f192 sync WANTLIB 2016-07-09 09:09:08 +00:00
sthen
0eecc6e7fa fix with libjpeg-turbo 1.5.0, from Brad 2016-06-25 12:37:55 +00:00
ajacoutot
7ef2645e74 Update to mkvtoolnix-9.2.0.
from Brad (maintainer)
2016-06-19 05:59:14 +00:00
feinerer
3af977aa60 Update to libv4l 1.10.1
czarkoff@ reports format conversion problems both with 1.10.0 (in tree) and
1.10.1 in combination with his camera. "It may be a good idea to update first
and then fix it." I agree.
2016-06-17 05:25:51 +00:00
czarkoff
c4501b0371 update daala to latest commit 2016-06-14 16:08:14 +00:00
ajacoutot
e41a554576 Update to gstreamer1-plugins-libav-1.8.2. 2016-06-13 11:16:17 +00:00
ajacoutot
5b4c8a8836 Regen WANTLIB. 2016-06-13 11:16:06 +00:00
ajacoutot
aeb0301cf0 Update to py3-gstreamer1-1.8.2. 2016-06-13 11:15:54 +00:00
ajacoutot
ad1f7675ed Update to gstreamer1-plugins-ugly-1.8.2. 2016-06-13 11:15:40 +00:00
ajacoutot
ec673e7700 Update to gstreamer1-plugins-bad-1.8.2. 2016-06-13 11:15:27 +00:00
ajacoutot
29303847ad Update to gstreamer1-plugins-good-1.8.2. 2016-06-13 11:15:16 +00:00
ajacoutot
1a704e28ea Update to gstreamer1-plugins-base-1.8.2. 2016-06-13 11:15:04 +00:00
ajacoutot
2e82a750d9 Update to gstreamer1-1.8.2. 2016-06-13 11:14:50 +00:00
ajacoutot
3f8ac41b13 Bump to 1.8.2. 2016-06-13 11:14:38 +00:00
sthen
bcccddec81 update to newer get_iplayer snapshot 2016-06-11 22:15:05 +00:00
sthen
be2778a937 update to AtomicParsley-0.96 2016-06-11 22:12:13 +00:00
sthen
0bb524df7e update to AtomicParsley-0.96 2016-06-11 22:11:53 +00:00
ajacoutot
3c26fb1956 Unbreak after the estdc++ WANTLIB tweak. 2016-06-10 02:30:43 +00:00
landry
76ec7350fa Fix previous - since those ports don't directly use gcc4 MODULE,
MODGCC4_CPPWANTLIB cant be defined/used there..

Manually add estdc++ to WANTLIB only on amd64 & i386, with a big comment
explaining why. sigh.

Discussed with sthen@
2016-06-05 10:49:04 +00:00
landry
17e2db62fa Fix packaging on !(amd64|i386) by using MODGCC4_CPPWANTLIB instead of
estdc++.

Those two ports have multimedia/libvpx in their dependency chain, and
the latter uses lang/clang MODULE but only on i386 & amd64 only, which
in turns adds gcc4 to MODULES and thus adds lang/gcc/4.9,-libs to
LIB_DEPENDS.. but only for i386 & amd64 - thus breaking other archs with
'Missing library for estdc++'.

Using MODGCC4_CPPWANTLIB fixes this, because it is set on archs using
lang/clang, and unset on the others.

ok ajacoutot@
2016-06-05 10:00:01 +00:00
czarkoff
61f77da164 Fix type in CONFIGURE_ARGS
Found and reported by espie@

OK espie@, sthen@
2016-05-27 10:13:33 +00:00
zhuk
75234783bf Hook up Qt5 version of GStreamer Phonon backend as well. 2016-05-27 03:44:59 +00:00
zhuk
f75b93ea9b Missing in previous Phonon backend tweaking commit. 2016-05-27 03:44:26 +00:00
zhuk
a30d9e33c6 Let's go the mountain way and link first bits of KDE 5 to build. 2016-05-27 03:43:20 +00:00
zhuk
7c2dc30b57 Fix complex package combinations for Phonon GStreamer backend, until
someone runs into real issues.

We produce two similar 100% interchangeable packages for now:
phonon-gstreamer-icons-4.8.2p0 and phonon-gstreamer-icons-4.8.2p0-qt5.
Not sure how to deal with it, but at least it builds and updates fine now.
2016-05-27 03:41:30 +00:00
zhuk
95e9839174 Fix plugin dependencies for Qt5 case. 2016-05-27 02:50:05 +00:00
zhuk
68efc7c6a7 Add Qt5 support for building GStreamer Phonon plugin.
VLC plugin doesn't support Qt5 support yet.
2016-05-27 02:44:00 +00:00
zhuk
750cd55f5a Add support for Qt5/KF5-enabled ports. 2016-05-27 00:00:37 +00:00
ajacoutot
1289b7dead Update to libbluray-0.9.3.
from Brad, maintainer timeout
2016-05-24 07:54:16 +00:00
nigel
dbce7fd93f Take over as MAINTAINER, update to 1.25.92 version.
Ok sthen@
2016-05-13 07:56:55 +00:00
espie
16c6d939fa Term-ReadKey is part of the base system now 2016-05-12 14:00:12 +00:00
ajacoutot
6635918b1b Update to x264-20160508.
from Brad (maintainer)
2016-05-09 06:09:09 +00:00