2616 Commits

Author SHA1 Message Date
espie
6d52a66d67 +shotcut 2020-05-26 17:06:34 +00:00
espie
dc4c2d741a as usual, this was a REALLY stupid bug
turns out name.toUf8().constData() is a temporary, so storing the pointer
for later use is a REALLY bad idea.

convert to convenience function qUtf8Printable() while at it
2020-05-26 17:05:42 +00:00
feinerer
318c70668e Update to libv4l 1.20.0 2020-05-26 09:54:56 +00:00
tracey
def69c6093 Attach webvfx to build. 2020-05-20 15:18:35 +00:00
tracey
022c3fb237 Cleanup depends in multimedia/webvfx.
Ok rsadowski@ kmos@
2020-05-20 15:16:26 +00:00
bcallah
d0bd6056e7 Update to handbrake-1.3.2
Downloads moved to GitHub
Changelog: https://github.com/HandBrake/HandBrake/releases/tag/1.3.2
2020-05-20 14:57:18 +00:00
espie
37b1b45532 shotcut is a full-featured video editor
loosely based on WIP by bentley@

the current port is not finished, but it can do a few things: play videos,
cut tracks, export the results.

A lot of the filters will currently crash! So not linked to the build yet.

Video fade-in/fade-out do not do anything yet

Imported so that it's easier to figure out the issues in-tree.

okay tracey@ rsadowski@
2020-05-20 14:54:23 +00:00
bcallah
0e25bd306a Update to streamlink-1.4.1
No functional change; upstream rerolled because there was a problem with
the signature in 1.4.0
2020-05-20 14:18:55 +00:00
tracey
5fe75fb8b6 Import multimedia/webvfx: WebVfx is a video effects library that allows effects
to be implemented using WebKit HTML or Qt QML.

This is required to get shotcut fully operational.

Start of port and import request espie@

Ok kmos@
2020-05-20 13:49:59 +00:00
espie
f1b4d5f2d8 neuter ALL setlocale LC_NUMERIC. That code is not thread-safe, as noticed
by tracey@
2020-05-20 09:17:03 +00:00
ajacoutot
ba85aef6f0 Update to aom-2.0.0.
No change since rc1.

from Brad (maintainer)
2020-05-19 20:41:46 +00:00
espie
9189a8a44e add comment explaining what's going on and why the current fix is fine 2020-05-18 19:33:43 +00:00
espie
7b107b3e31 missed --disable-rubberband in jca@'s mail 2020-05-18 10:54:15 +00:00
espie
0af3988302 update to a more recent mlt, which gives shotcut a fighting chance
heavy lifting by tracey@, with a few more patches by me (specifically
fix mutex issues and neuter some locale operations that don't work for us)

this is enough for shotcut to start correctly, and necessary for kdenlive
again.

jca@ checked that synfig runs again

okay rsadowski@
2020-05-18 10:33:17 +00:00
ajacoutot
11296cf978 Update to aom-2.0.0rc1.
from Brad (maintainer)
2020-05-16 09:13:31 +00:00
ajacoutot
3dbd7aef75 Update to py3-chromecast-5.2.0. 2020-05-15 16:48:17 +00:00
ajacoutot
afd5b5a512 Add bash completions or rely on the shells/bash-completion pkg-config file if we already had them. 2020-05-15 10:58:52 +00:00
feinerer
caee84e466 Update to libv4l 1.18.1 2020-05-15 09:55:55 +00:00
ajacoutot
104be7ea18 Fix WANTLIB after openexr update. 2020-05-14 12:35:30 +00:00
cwen
9ff7be8814 xine-lib: fix the build with clang on powerpc
Some powerpc-specific assembly code use '.stabs', that clang does not
understand, remove them. Thanks to jca@ and Brad for their help!

OK jca@ and Brad (maintainer)
2020-04-27 20:00:11 +00:00
sthen
e230017a98 remove obsolete DESCR text, reported by rjc on irc 2020-04-27 14:43:54 +00:00
bcallah
d58f545547 Update to streamlink-1.4.0
Changelog: https://github.com/streamlink/streamlink/releases/tag/1.4.0
2020-04-23 17:25:31 +00:00
cwen
c870903ab2 synfig: bug fix and mark BROKEN-powerpc
- Fix wrong boundaries in a for loop that caused segfaults, from upstream
- On powerpc, synfig segfaults in multi-threaded mode, breaking
synfigstudio's build. Mark it BROKEN-powerpc to save time in bulks.

OK jca@
2020-04-23 04:55:46 +00:00
ajacoutot
f9945e33d0 Update to py3-chromecast-5.0.0 and move from MODPY_DEFAULT_VERSION_3 to
python3 FLAVOR.
2020-04-21 15:53:39 +00:00
cwen
55b91243b8 mkvtoolnix: don't use ld.lld on clang+ld.bfd archs
The build system assumes that using clang means ld.lld is usable.
This is not the case on powerpc and mips64, remove that assumption.

OK rsadowski@ (maintainer)
2020-04-18 14:17:57 +00:00
ratchov
1f2701abee Use /dev/null instead of /dev/mixer
The "mixer" plugin (using -lossaudio) still calls open(2) to get a
file descriptor, it's not need to change the volume, but the code
expects various syscalls to succeed. Using /dev/null ensures the
plug-in will continue to work once /dev/mixer is disabled.

ok gkoehler@
2020-04-16 06:49:22 +00:00
naddy
da8d4191a6 update to 20.03 2020-04-14 22:37:27 +00:00
sthen
95a42954cd update to motion-4.3.1 2020-04-13 17:01:46 +00:00
ajacoutot
533373acf6 Update to py3-chromecast-4.2.3. 2020-04-10 08:02:31 +00:00
ajacoutot
664b1591cc Update to py3-casttube-0.2.1.
- remove py package
2020-04-09 19:10:39 +00:00
ajacoutot
0838bb43ea Update to aom-1.0.0.20200402.
from Brad (maintainer)
2020-04-04 08:38:12 +00:00
ajacoutot
b6a0afdc4d Add SEPARATE_BUILD to a few ports.
QEMU has deprecated in src tree builds.

from Brad (maintainer)
2020-04-04 08:36:55 +00:00
rsadowski
8cd05933a1 Fix homepage
"Homepage link "https://phonon.kde.org/" is dead (domain not found) for more
than a month." found by repology.org
2020-03-31 04:45:01 +00:00
rsadowski
60c72a637c Fix homepage
"Homepage link "https://phonon.kde.org/" is dead (domain not found) for more
than a month." found by repology.org
2020-03-31 04:43:59 +00:00
ajacoutot
ee600dee25 Fix: segmentation fault for hist-scenecut option.
from upstream via Brad (maintainer)
2020-03-27 07:34:08 +00:00
rsadowski
5cfcf234ad Add a comment; update depends on a new boost version 2020-03-27 05:13:58 +00:00
sthen
1bcd1430d3 rename the distfile to fix bulk builds 2020-03-23 19:41:56 +00:00
rsadowski
74a4934396 Update KDE Frameworks to 5.68.0 and KDE5 to 19.12
This commit includes 218 port updates and 16 tweak updates after KDE framework
changes. Most of this 16 changes caused by:

- KF5Auth split into KF5Auth and KF5AuthCore, which ends in a lot of new

  WANTLIBs
- Upstream changed some xdg paths from share/examples/***/xdg/ to
  share/qlogging-categories5/, which ends in a lot of PLIST chages.

List of notable changes:
- Bump all kf5 shared libs.
- Use ">=${MODKF5_VERSION}" in all kf5 ports that all kf5 use the
  latest version an update together. (Idea from Qt5).
- s/=+/=/ for LIB_*,RUN_* and BUILD_* in x11/kde-applications, hint by jca@.
- Update okteta to 0.26.3
- Update spectacle only to 19.04.3, latest version without hard wayland
  dependency.
- Remove python2 support in cantor, python3 only!
- devel/kf5/kfilemetadata: switch to python 3 (TDEP only), by kn@
- devel/kf5/ki18n: switch to python 3, by kn@
- devel/kf5/kservice: switch to python 3, by kn@
- devel/kf5/kconfigwidgets: remove python module usage, by kn@
- devel/kf5/ktextigwidgets: remove python module usage, by kn@

Tweaks and feedback from landry@, amd64 bulk build and error reports by naddy@
Thanks a lot!
2020-03-23 18:01:02 +00:00
jasper
31e30ba248 remove oggconvert, ancient python2-only utility for which development has ceased years ago
ok jca@
2020-03-23 14:34:57 +00:00
naddy
f88a93d598 * Combine and tweak some find(1) invocations.
* Use the -delete operator to remove files.
2020-03-22 18:13:35 +00:00
kmos
60221cdf45 Update devel/libdvdread 6.0.1 -> 6.0.2
Update multimedia/libdvdnav 6.0.0 -> 6.0.1
Add patch to converters/libdvdcss to squelch potential buffer overflow
warning.

From Brad Smith (maintainer)
2020-03-21 18:58:06 +00:00
ajacoutot
04d4adf571 Update to the latest git commit. 2020-03-21 18:32:32 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
ajacoutot
591959c498 Update to py3-chromecast-4.2.0. 2020-03-19 13:17:15 +00:00
sebastia
4a4a8048a8 Add support for game controllers, i.e. joysticks and gamepads.
The FreeBSD implementation was used as template file, with some
logic to get the devices supported inspired by SDL2 game controller
support. Works for me with Logitech F310, tested with witchblast
and extremetuxracer. Test reports by Raf Czlonka as well.

OK pascal@ (MAINTAINER)
2020-03-18 18:53:45 +00:00
rsadowski
29177f3b90 Regen WANTLIB, double-conversion is back in qt5 2020-03-15 19:57:21 +00:00
ajacoutot
fb41721af8 Fix build on aarch64.
from Brad (maintainer)
2020-03-15 11:10:36 +00:00
rsadowski
e83c4d91bd Unbreak build with qt 5.13.2, spotted by naddy@
Add missing includes
2020-03-14 14:24:35 +00:00
naddy
9622bba308 missing bump for PLIST change after Qt 5.13.2 update 2020-03-14 12:21:07 +00:00
rsadowski
6d59d406fc double-conversion adaptations
After math/double-conversion is no longer  x11/qt dependency we need a little
adjustment here.

Diff from and OK sthen@
2020-03-13 16:54:08 +00:00