Commit Graph

2226 Commits

Author SHA1 Message Date
jasper
a70ce7b305 fix build with clang6; from David CARLIER 2018-04-10 20:11:39 +00:00
ajacoutot
7a3fb9fe36 Update the gstreamer1 gang to version 1.14.0. 2018-04-10 11:37:51 +00:00
sthen
bc3affe6d6 update to get_iplayer 3.13 2018-04-04 13:21:55 +00:00
sthen
dd293d0cab bktr flavour was removed (now supported into main package), remove remnants 2018-03-29 23:36:28 +00:00
ajacoutot
df653b60cd Update the gstreamer1 gang to version 1.12.5. 2018-03-29 21:09:10 +00:00
sthen
4e79ff96c1 update to motion-4.1.1 2018-03-29 19:31:00 +00:00
sthen
46f2c683fc chase sox WANTLIB changes; from Jan Stary (wantlib reflowed by me) 2018-03-17 16:14:53 +00:00
ajacoutot
31125f4e3a Update to x265-2.7.
from Brad (maintainer)
2018-03-17 08:34:14 +00:00
bcallah
043fe8eac3 Update to streamlink-0.11.0
Changelog: https://github.com/streamlink/streamlink/releases/tag/0.11.0
2018-03-11 02:16:43 +00:00
ajacoutot
eebb6b70f2 Sync configuration bits for ARM.
from Brad
2018-03-04 10:09:47 +00:00
feinerer
403eea1e4a Update to libv4l 1.14.2 2018-03-03 07:26:27 +00:00
nigel
5bec1b2261 Update version and stop using GitHub autogenerated tarball
Ok sthen@
2018-02-28 14:08:36 +00:00
bcallah
2bfca94bc1 www/py-requests-mock has been committed, so add it to TEST_DEPENDS and
remove comment.
2018-02-24 21:26:22 +00:00
bentley
1a95d2934b +libtheoraplay, +libtheorafile 2018-02-22 07:57:04 +00:00
bentley
6c8f894505 Import libtheoraplay-61.
TheoraPlay is a simple library to make decoding of Ogg Theora videos
easier.

A tiny example to pull data out of an .ogv file is about 50 lines of C
code, and a complete SDL-based media player is about 300 lines of code.

TheoraPlay is optimized for multicore CPUs, and is designed to be
programmer-friendly. You will need libogg, libvorbis, and libtheora, of
course, but then you just drop a .c file and two headers into your
project and you're ready to hook up video decoding, without worrying
about Ogg pages, Vorbis blocks, or Theora decoder state.

Places TheoraPlay can be found in use:
- Shank.
- Crypt of the Necrodancer.
- 20XX.
- FNA.


From Thomas Frohwein.
ok sthen@
2018-02-22 07:56:11 +00:00
bentley
3353e95941 Import libtheorafile-20170905.
This is Theorafile, a library for quickly and easily decoding Ogg Theora videos.
Theorafile is released under the zlib license. See LICENSE for details.
Theorafile was written to be used for FNA's VideoPlayer. This library is
accessed via Theorafile#.


From Thomas Frohwein.
ok sthen@
2018-02-22 07:54:51 +00:00
ajacoutot
28701516e9 Revert to version 1.6.1: newer versions require __atomic builtins
from Brad (maintainer)
2018-02-16 14:46:50 +00:00
sthen
e2994d3edf Fix X32 build-time sanity check that was broken on clang/i386. From Brad. 2018-02-16 14:27:53 +00:00
bcallah
cc84938e13 Trivial update to streamlink-0.10.0
Make a note about a missing TDEP in the hopes someone will look at it.
2018-02-11 15:46:02 +00:00
ajacoutot
38abbbbd6e Update to xine-ui-0.99.10.
from Brad
2018-02-10 23:57:38 +00:00
ajacoutot
5e4d3b7304 Update to libvpx-1.7.0.
from Brad (maintainer)
2018-02-10 23:56:10 +00:00
ajacoutot
2fa3bb3a10 Update to xine-lib-1.2.9.
from Brad (maintainer)
2018-02-10 15:29:24 +00:00
jca
6015482b12 Kill an unneeded -fobjc-arc that breaks the build using gcc
Unneeded because this port doesn't build objc code, probably used only
on Apple systems.  ok ajacoutot@ (maintainer) landry@
2018-01-22 20:53:55 +00:00
ajacoutot
300d15d554 Enable some ports and adjust for atomic ops on arm.
from Brad
2018-01-20 11:42:59 +00:00
sthen
cf01e31418 update to get_iplayer-3.12 2018-01-14 14:29:35 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
sthen
45d16ccecf update to get_iplayer-3.10 2018-01-08 15:06:40 +00:00
bentley
6fd01df5fd Update homepage and github repo.
ok sthen@ (maintainer)
2018-01-05 05:12:27 +00:00
sthen
8c9edbc27f update to get_iplayer-3.09 2018-01-01 14:35:40 +00:00
feinerer
bd5b4776f7 Update to libv4l 1.14.1 2017-12-28 12:11:43 +00:00
rsadowski
b927abbb4e Unbreak build with boost 1.65.1 2017-12-26 19:18:57 +00:00
jca
702a7fd10c Also unlock those on non-clang archs... 2017-12-20 18:37:52 +00:00
jca
8bd354bb9c Give those a chance on non-clang archs
Looks like this is broken since the transition to COMPILER.
2017-12-20 18:28:48 +00:00
jca
117daf116d Unlock libvpx on non-clang archs
base-gcc seems to be enough to build on arm, ports-gcc might be a better
choice given the amount of warnings such as:

  warning: ignoring alignment for stack allocated 'hbuf'
2017-12-20 18:15:04 +00:00
ajacoutot
e9926360e3 The PTP helper does not do anything on OpenBSD and is installed suid root.
It's a useless and scary utility for us, so drop the setuit bit.

from tobiasu
2017-12-17 10:53:17 +00:00
sthen
13231787d4 update to get_iplayer-3.07 2017-12-15 14:49:50 +00:00
jca
818f052256 Update to yle-dl-2.28
From Timo Myyra (maintainer)
2017-12-12 13:25:46 +00:00
feinerer
35518223ef Update to libv4l 1.12.6 2017-12-09 08:09:14 +00:00
ajacoutot
e814cc8448 Update gstreamer1 gang to version 1.12.4. 2017-12-08 14:38:36 +00:00
ajacoutot
7758c10f98 Need textproc/intltool 2017-12-08 13:56:34 +00:00
espie
8a8aae7f24 FIX_EXTRACT_PERMISSIONS 2017-12-08 01:04:14 +00:00
espie
11178078a3 FIX_EXTRACT_PERMISSIONS 2017-12-07 23:11:51 +00:00
rsadowski
ec54254b46 update synfigstudio to 1.2.1
ok landry@
2017-12-07 22:44:24 +00:00
rsadowski
4edfab415d update synfig to 1.2.1
ok landry@
2017-12-07 22:42:50 +00:00
ajacoutot
ecc9ddde59 Update to x265-2.6.
from Brad (maintainer)
2017-12-04 08:56:38 +00:00
juanfra
ce246ba396 Move download.tuxfamily to https. 2017-12-02 21:39:49 +00:00
ajacoutot
2a05bf59cc Simplify. 2017-11-25 17:53:30 +00:00
ajacoutot
09f7c42dfb Fix path. 2017-11-25 17:52:10 +00:00
ajacoutot
be57cd0ba3 Fix sed substitution. 2017-11-25 17:02:34 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00