nigel
967b7a9702
Update to version 1.25.93 site change to itv, tv3play now viafree
...
Ok sthen@ bcallah@
2017-07-24 21:20:20 +00:00
sthen
7610536140
Use -O1 to build synfig to avoid a crash when building multimedia/synfigstudio.
...
Problem tracked down by zhuk@, I changed how the flag was passed in because
"--enable-optimization=1" meaning "add -O1 to CXXFLAGS" is a bit non-obvious
ok zhuk@
2017-07-24 17:11:22 +00:00
ajacoutot
462a51d254
Temporarily makr BROKEN while I work on fixing it.
2017-07-24 17:08:18 +00:00
zhuk
3b6ab48f71
Builds fine with our libtool.
2017-07-23 10:49:37 +00:00
zhuk
1c6d711818
xine-lib doesn't need USE_LIBTOOL anymore.
...
Requires recent libtool from base.
2017-07-23 09:52:14 +00:00
espie
c114d7057b
add pthread to COMPILER_LIBCXX.
...
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
ajacoutot
853f43479c
There shouldn't be any space after ${MODPY_COMMENT}; also since this is
...
a python3 only port, there's no point in having it in the first place so
remove all from PLIST.
2017-07-23 06:48:31 +00:00
bcallah
48547691c7
+streamlink
2017-07-23 00:47:09 +00:00
bcallah
67f824f8eb
Import multimedia/streamlink, a program that lets you pipe video streams
...
into a video player.
with and ok nigel@
Streamlink is a command-line utility that pipes video streams from
various services into a video player, such as VLC. The main purpose of
Streamlink is to allow the user to avoid buggy and CPU heavy flash
plugins but still be able to enjoy various streamed content. There is
also an API available for developers who want access to the video stream
data. This project was forked from Livestreamer, which is no longer
maintained.
Streamlink is built upon a plugin system which allows support for new
services to be easily added. Currently most of the big streaming
services are supported, such as:
* Dailymotion
* Livestream
* Twitch
* UStream
* YouTube Live
and many more.
2017-07-23 00:46:36 +00:00
ajacoutot
b11c971bd3
Update to dvdauthor-0.7.2.
2017-07-22 19:11:31 +00:00
ajacoutot
7fde08bfed
Update to devede-4.8.9.
2017-07-22 15:18:24 +00:00
zhuk
696def8373
Switch Qt5-based Phonon to a separate port, with a separate version.
...
The phonon.port.mk stays where it is (at least until KDE4 dies).
This gives a chance for various KF5 things to build again.
2017-07-17 21:17:47 +00:00
zhuk
2634c502bb
The @pkgpath marker is required for smooth updates.
...
No bump since just imported and not yet linked to the build.
2017-07-17 21:11:49 +00:00
zhuk
d3fcb30389
Import a separate port for Qt5-based Phonon, bumped to 4.9.1 (latest).
...
This is needed to resolve issues coming after recent Qt update.
Tweaks for phonon.port.mk and dependencies to follow.
2017-07-17 21:06:37 +00:00
ajacoutot
de677fbd09
Update to x265-2.5.
...
from Brad (maintainer)
2017-07-17 08:05:29 +00:00
espie
42638a8f2e
...and those last 5, which got updated while I was creating the diff
2017-07-16 19:20:57 +00:00
espie
8ac47fd9c6
use COMPILER_LIBCXX where applicable
2017-07-16 19:18:47 +00:00
ajacoutot
2b40f87187
Update the gstreamer1 gang to version 1.12.2.
2017-07-14 14:36:40 +00:00
ajacoutot
3e8fb93f43
Update the gstreamer1 gang to version 1.12.1.
2017-06-20 11:48:53 +00:00
schwarze
4d2fe8507f
mandoc handles reStructuredText output now, drop USE_GROFF and bump
2017-06-13 20:30:26 +00:00
ajacoutot
2da38a6cd2
use the textproc/intltool MODULE.
2017-06-13 07:43:55 +00:00
ajacoutot
f665ebc3c9
Drop the devel/gettext and clang MODULES and use COMPILER.
...
from Btad (maintainer)
2017-06-12 08:56:43 +00:00
ajacoutot
b774798289
Drop MODULES and use COMPILER instead.
...
from Brad (maintaine) with input from espie@
2017-06-12 08:54:55 +00:00
czarkoff
2b720e70c9
drop multimedia/daala
...
Orphaned port of video codec with dubious future.
OK sthen@, jca@ and ajacoutot@
2017-06-09 11:13:18 +00:00
schwarze
dfcf3ff1a4
Minimally patch up the extremely crappy mjpegtools(1) manual to give
...
it a chance to render at all.
While here, drop USE_GROFF. While mjpegtools(1) does contain .ec, it
never passes an argument and never calls .eo, so it has no effect.
2017-06-03 16:14:00 +00:00
schwarze
e76e03dad2
Drop USE_GROFF and bump.
...
Mandoc now copes with DocBook lists using \h.
2017-06-02 10:51:56 +00:00
espie
cc5bc426ed
switch everything to new COMPILER idiom, even stuff that won't build with clang
...
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
espie
447f6c75c7
actually, that's generated code, so coooool! copy-and-paste bugs 10s of times
2017-05-27 12:20:43 +00:00
zhuk
5e52d1f702
Unbreak for base Clang case.
...
Requires recent libtool to build due to --tag=disable-static handling fixes.
2017-05-27 10:36:42 +00:00
espie
b57d6eb8e1
WANT_CXX
2017-05-27 05:02:07 +00:00
zhuk
b9f4c4b97c
Unbreak for Clang.
...
The hack to be revisited when we have CMake 3.8 and, therefore, c_std_99.
2017-05-26 22:01:39 +00:00
espie
e7585e1e9b
fixes for clang
2017-05-25 19:33:20 +00:00
espie
1f2c543a0f
simple fixes for C++11 (user-defined literals require a space for splicing
...
string literals together)
2017-05-24 23:59:42 +00:00
espie
da11ae39e4
WANT_CXX + trivial C++ patches
2017-05-24 21:27:45 +00:00
espie
1322dbfc12
abs doesn't work too well with unsigned params
2017-05-24 16:42:17 +00:00
espie
778206982e
let glue match the compat glue in libc++, and also removes one clang
...
warning...
helps kdeenlive build eventually
2017-05-24 16:30:52 +00:00
espie
0df87a61fe
build with clang, remove nopic non sense, two phase dependent lookup, and
...
a shitload of actual abs errors...
2017-05-24 09:26:35 +00:00
espie
a6bd23b1cb
really stupid fixes for clang
2017-05-23 21:26:06 +00:00
espie
67921bdefa
WANT_CXX
2017-05-23 20:56:36 +00:00
benoit
27552d02f0
Update to py-pafi-0.5.3.1.
2017-05-23 11:11:16 +00:00
espie
4d44a0c015
swig will use g++ if we don't tell it otherwise. Unhardcode
2017-05-22 13:55:53 +00:00
sthen
cec277f711
udpate to MiniDLNA-1.2.0, rescan patch is now committed upstream
2017-05-21 14:52:54 +00:00
espie
6bc7c67a23
build with clang
2017-05-19 13:19:59 +00:00
espie
2b5ce47bea
steal modern compiler fixes from their git
2017-05-18 13:41:33 +00:00
sthen
59bc6a2371
update to get_iplayer-3.01
2017-05-18 13:27:14 +00:00
espie
1e9c467000
nested functions are not "mandatory", get it to build with clang, even
...
if we lose some functionality (this code is such a mess that I don't
even know what we lose)
2017-05-18 10:29:00 +00:00
espie
0dbc5c68db
builds fine with base clang
2017-05-13 17:53:28 +00:00
espie
2013700c16
more WANT_CXX
2017-05-13 15:44:09 +00:00
espie
45595d500d
vpx builds just fine with base clang instead of ports clang, unhardcode
...
libestdc++ accordingly.
2017-05-13 10:33:14 +00:00
espie
0ab0c09554
first batch of WANT_CXX
2017-05-13 09:49:50 +00:00