Commit Graph

1844 Commits

Author SHA1 Message Date
ajacoutot
70f3ba711f Update to x265-1.9.
from Brad (maintainer)
2016-02-26 16:27:55 +00:00
jsg
1e9138df1e mark broken on arm
output-selector-test: local symbol `environ' in /usr/lib/crt0.o is referenced by DSO
2016-02-25 01:48:48 +00:00
czarkoff
d42f69d440 unbreak mpv on i386
tested by kili@, ok sthen@
2016-02-07 21:30:00 +00:00
czarkoff
b1a830691f update to mpv-0.15.0
changes:

 - old-configure is gone, so use waf
 - instead of patching cd/dvd device names, use sed
 - explicitly disable dependencies we don't have but may get in future

ok, tweaks and testing bentley@, jasper@ and sthen@
2016-02-04 09:23:20 +00:00
sthen
6cd5b3684d update snap, and print the commit id in the version string 2016-02-01 19:53:13 +00:00
sthen
cae08f5285 update to a newer get_iplayer snapshot, fixing a problem reported by jmc
where tv listings were fetched unnecessarily
2016-01-31 21:27:10 +00:00
feinerer
ccf9002d90 Update to libv4l 1.10.0
OK czarkoff@
2016-01-31 07:12:25 +00:00
sthen
d0233dec08 get_iplayer doesn't need to depend on the crusty id3lib tagger, it prefers
perl MP3::Tag instead which is better (and already a dependency, so this
doesn't involve any runtime change). remove dep and associated patch.
tweak sample config while there.
2016-01-25 17:05:49 +00:00
feinerer
bab0ad5283 Avoid bogus use of rt library (-lrt).
Fix by brad@; OK ajacoutot@
2016-01-23 14:03:11 +00:00
ajacoutot
454392b537 Enable libv4l support.
from Brad (maintainer)
2016-01-23 08:31:50 +00:00
ajacoutot
fba65f6a65 Stay at version 1.6.2. 2016-01-21 07:24:59 +00:00
ajacoutot
de4ad505b3 Update to gstreamer1-plugins-ugly-1.6.3. 2016-01-21 07:24:32 +00:00
ajacoutot
967291d4e5 Update to gstreamer1-plugins-libav-1.6.3. 2016-01-21 07:24:14 +00:00
ajacoutot
cf0e58d228 Update to gstreamer1-plugins-good-1.6.3. 2016-01-21 07:23:58 +00:00
ajacoutot
da344805f9 Update to gstreamer1-plugins-base-1.6.3. 2016-01-21 07:23:38 +00:00
ajacoutot
607f07c192 Update to gstreamer1-plugins-bad-1.6.3. 2016-01-21 07:23:24 +00:00
ajacoutot
3de4e0e8ea Update to gstreamer1-1.6.3. 2016-01-21 07:23:04 +00:00
ajacoutot
ff7031d2c0 Bump to 1.6.3. 2016-01-21 07:22:51 +00:00
sthen
04cf32e6ef update to newer get_iplayer snapshot 2016-01-19 00:20:59 +00:00
ajacoutot
f2f765255e Update to mkvtoolnix-8.8.0.
from Brad (maintainer)
2016-01-18 07:11:36 +00:00
sthen
9005d1d063 sync WANTLIB 2016-01-17 17:29:07 +00:00
sthen
64dce14ff7 Update get_iplayer again, the xml feeds got readded around the same time I made
the last commit. Still sticking with the devel version as it has DASH support.
2016-01-14 12:05:01 +00:00
sthen
10c7ca3adf Switch to devel version of get_iplayer which has a minimal workaround to
reinstate --pid/--url downloading following removal of the old XML data
sources that it was using.
2016-01-14 09:53:31 +00:00
czarkoff
5e52c82996 update to daala git as of 20160106
OK feinerer@, sthen@
2016-01-12 09:15:42 +00:00
czarkoff
edae0d4458 update to mpv 0.14.0
Original patch from brad@

OK feinerer@, sthen@
2016-01-12 09:09:57 +00:00
naddy
3e5d64ee2b update to 0.7.81 for miscellaneous obscure fixes 2016-01-11 16:22:12 +00:00
feinerer
1283b5d7d0 Use libv4l
OK ajacoutot@
2016-01-08 18:47:01 +00:00
ajacoutot
36f848fb8e No need for automake.
Disable doxygen.
Install libtool files for libraries.
2016-01-08 10:01:28 +00:00
feinerer
0a48300585 Use libv4l
OK ajacoutot@
2016-01-07 17:35:09 +00:00
feinerer
b359036986 Use libv4l
OK ajacoutot@
2016-01-07 17:32:07 +00:00
feinerer
19cb26a371 Hook up libv4l 2016-01-07 17:23:22 +00:00
feinerer
9e20e0f0ce Import libv4l 1.8.1
libv4l is a collection of libraries which adds a thin abstraction layer on top
of video4linux2 devices. The purpose of this (thin) layer is to make it easy
for application writers to support a wide variety of devices without having to
write separate code for different devices in the same class.

OK ajacoutot@, czarkoff@
2016-01-07 17:12:21 +00:00
sthen
3e595dcb9a update to get_flash_videos-1.25.91, not much change but quietens portroach 2016-01-06 10:57:46 +00:00
ajacoutot
b848553d0f Update to mkvtoolnix-8.7.0.
from Brad (maintainer)
2016-01-03 20:02:31 +00:00
ajacoutot
6a1f5cc288 Update to libbluray-0.9.2.
- enable udf support

from Brad, maintainer timeout
2016-01-03 09:11:09 +00:00
ajacoutot
86adc8f24c Use __sync atomic op on sparc64.
from Brad (maintainer)
2016-01-02 07:49:19 +00:00
feinerer
bea7bee52f Deal with recent videoio.h update
"please do it" ajacoutot@
2016-01-01 14:50:14 +00:00
ajacoutot
354ab371fb Document the fact that the RUN_DEPENDS on pygobject3 is needed because of
the MODPY_LIBDIR/gi/overrides/ directory.
2016-01-01 12:00:15 +00:00
jasper
4e792ebfea - update to swfmill-0.3.3
- enable tests
2015-12-30 16:42:38 +00:00
ajacoutot
bbd22c733b Update to devede-4.4.0. 2015-12-30 13:02:24 +00:00
ajacoutot
98d5aa5ec9 Enable mpv on mips64 now that it has atomic ops.
from Brad, ok jasper@
2015-12-28 08:25:52 +00:00
ajacoutot
9655763532 Enable the use of built-in atomic ops on mips64.
from Brad (maintainer)
2015-12-25 07:51:36 +00:00
jasper
a5aafa164d remove empty file 2015-12-20 09:06:42 +00:00
ajacoutot
7b063c79c7 Update to gstreamer1-plugins-libav-1.6.2. 2015-12-18 10:07:04 +00:00
ajacoutot
83f09a0944 Update to py3-gstreamer1-1.6.2. 2015-12-18 10:06:51 +00:00
ajacoutot
6d35285808 Update to gstreamer1-plugins-ugly-1.6.2. 2015-12-18 10:06:37 +00:00
ajacoutot
fe15f7c8fd Update to gstreamer1-plugins-bad-1.6.2. 2015-12-18 10:06:24 +00:00
ajacoutot
d6bc025f56 Update to gstreamer1-plugins-good-1.6.2. 2015-12-18 10:06:11 +00:00
ajacoutot
41144cd867 Update to gstreamer1-plugins-base-1.6.2. 2015-12-18 10:06:00 +00:00
ajacoutot
308bdc51ca Update to gstreamer1-1.6.2. 2015-12-18 10:05:42 +00:00