1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
Commit Graph

12162 Commits

Author SHA1 Message Date
Tobias C. Berner
29a62b93c1 multimedia/kdenlive: fix after r490611 2019-01-20 10:26:48 +00:00
Jan Beich
ccad08f464 multimedia/webcamoid: unbreak after r490611
===>   Installing existing package /packages/All/ffmpeg-4.1_4,1.txz
 [112amd64-default-job-07] Installing ffmpeg-4.1_4,1...
 [112amd64-default-job-07] `-- Installing libva-2.3.0_2...
-[112amd64-default-job-18] |   `-- Installing v4l_compat-1.6.3_3...
-[112amd64-default-job-18] |   `-- Extracting v4l_compat-1.6.3_3: .......... done

===>  Building package for webcamoid-8.1.0_9
pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VideoCapture/libv4l2sys.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VideoCapture/libv4lutils.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VirtualCamera/libv4l2sys.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VirtualCamera/libv4lutils.so:No such file or directory

Reported by:	pkg-fallout
2019-01-20 04:46:55 +00:00
Thomas Zander
6ca9b7a0a7 Workaround a hopefully transient linker problem on head
PR:		234845
Reported by:	glebius
2019-01-19 17:45:14 +00:00
Thomas Zander
912b2bf52d Fix build on i386 with lld linker
PR:		234818
Submitted by:	riggs
Approved by:	cyberbotx@cyberbotx.com (maintainer)
2019-01-19 17:15:53 +00:00
Jan Beich
190b067ed1 multimedia/aom: update to 1.0.0.1214
Changes:	https://aomedia.googlesource.com/aom/+log/88cd1669f..7068cd1c9
2019-01-19 00:32:32 +00:00
Jan Beich
00a91bb671 multimedia/libva-intel-media-driver: update to 18.4.p5.23
Changes:	5abb7308...7e4ee705
2019-01-19 00:32:24 +00:00
Jan Beich
91ea5c3247 textproc/hunspell: update to 1.7.0
- Drop const optimization as v2 API moved to nuspell

Changes:	https://github.com/hunspell/hunspell/releases/tag/v1.7.0
2019-01-18 21:14:41 +00:00
Jan Beich
3f497d4050 multimedia/openh264: drop USES=compiler after r473444 2019-01-18 14:06:34 +00:00
Jan Beich
21f1e7651f multimedia/libva-intel-driver: unbreak libva + WAYLAND=off after r490613
Dependency wayland-client found: NO (tried pkgconfig and cmake)
Dependency libva-wayland found: NO (tried pkgconfig and cmake)

meson.build:94:2: ERROR:  Unknown variable "wl_scanner".

PR:		235039
Reported by:	jakub_lach@mailplus.pl
2019-01-18 10:41:36 +00:00
Tobias Kortkamp
77a85b7a3e multimedia/kodi-devel: Enable GBM and WAYLAND by default
- Lift the previous restriction of only being able to build for a
  single platform.
- The 'kodi' script will run the appropriate platform binary
  based on environment variables (DISPLAY, WAYLAND_DISPLAY), so
  this unlocks the ability to run Kodi in more environments, i.e.,
  under Xorg, the console, or in Wayland compositors.
- Export XKB_DEFAULT_RULES=evdev in the 'kodi' script to avoid
  surprises where keyboard input does not work correctly.
- Add explicit xkeyboard-config run dependency.  It is already
  implicit for X11 via xorg-server and required for correctly working
  input with WAYLAND and GBM.
- GBM: Workaround a compatibility problem between Kodi and our
  libepoll-shim and unbreak input
- Remove slave port scaffolding
- Remove a no longer needed patch
2019-01-18 07:52:47 +00:00
Tobias C. Berner
8f6ab4e83a multimedia/kaffeine: update to 2.0.16.2 2019-01-18 05:18:34 +00:00
Jan Beich
023437cf09 multimedia/libva: sort USEs 2019-01-18 00:24:41 +00:00
Jan Beich
80bf417f55 multimedia/libva: drop DEBUG option
Neither NDEBUG nor _DEBUG are used by libva itself. NDEBUG guards
assert() but libva doesn't use those despite including <assert.h>.
2019-01-18 00:17:00 +00:00
Jan Beich
8f57676c02 multimedia/libva: USE_GITHUB doesn't support bzip2 2019-01-18 00:01:55 +00:00
Jan Beich
c2828a7218 multimedia/libva{,-intel-driver}: convert to USES=meson
Meson is faster than autoreconf + libtool and easier to maintain.
Force rebuild to catch regressions early.
2019-01-17 23:56:33 +00:00
Jan Beich
a653947346 multimedia/libva{,-intel-driver}: better group variables
Consistent style across my ports helps to process issues faster.
2019-01-17 23:56:20 +00:00
Jan Beich
09384ce004 multimedia/libva{,-intel-driver}: clean up
- Add BUILD_DEPENDS to intel driver for wl_drm_interface fix
- Rewrite gettid() to make it easier to maintain
- Update description from upstream
- Drop unused v4l_compat dependency
- Drop unused USES=alias as <alloca.h> is gone
- Drop libGL dependency as intel driver uses libEGL via dlopen on Wayland
- Drop --program-prefix after vainfo moved to libva-utils
- Drop fmake workaround as USES=gmake is used
- Drop -ldl workaround for FreeBSD < 11.2
- Drop RTLD_NODELETE workaround for FreeBSD < 8.0
- Drop GLX_GLXEXT_VERSION workaround for Mesa < 7.8.1
- Drop Created by as the port diverged a lot (even more with Meson)
- Hint intel driver isn't actively developed (but still maintained)
- Clarify libdrm dependency
2019-01-17 23:54:42 +00:00
Jan Beich
6f333b0b12 lang/rust: update to 1.32.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D18858
2019-01-17 19:50:38 +00:00
Steve Wills
df518939f2 multimedia/nostt: update to 1.1.1
PR:		235000
Submitted by:	Sijmen J. Mulder <ik@sjmulder.nl> (maintainer)
2019-01-16 21:11:29 +00:00
Jan Beich
3395a4385a multimedia/aom: update to 1.0.0.1197
Changes:	https://aomedia.googlesource.com/aom/+log/8055cda91..88cd1669f
2019-01-16 19:35:41 +00:00
Jan Beich
4bb510ba08 multimedia/libva-intel-media-driver: update to 18.4.p5.12
Changes:	c517a865...5abb7308
2019-01-16 19:33:27 +00:00
Guido Falsi
b062a5caad - Unbreak Wayland support in libva-intel-driver with Mesa 18.3 [1]
- Allow disabling X11 support in libva [2]
- Update minimum version requirement in libva-intel-media-driver
  BUILD_DEPENDS (required by submitter/maintainer) [1]
- While here, silence some portling warnings
- Pass maintainership to jbeich (submitter) [1]

PR:		234891 [1], 234925 [2]
Submitted by:	jbeich
2019-01-16 18:04:05 +00:00
Tijl Coosemans
1bf487d3e7 Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
2019-01-16 11:13:44 +00:00
Yuri Victorovich
9b514669b3 multimedia/musikcube: Update 0.60.2 -> 0.61.0-1
PR#234936 suggested the patch to fix the missing include.
Instead, I asked the upstream to fix it, which they did.
This fix is included in this update.

PR:		234936
Reported by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-01-16 04:47:27 +00:00
Tobias C. Berner
b2d4a6a5d7 Update KDE Frameworks to 5.54.0
PR:		234905
Exp-run by:	antoine
2019-01-15 20:54:32 +00:00
Thierry Thomas
239c650870 Set LLD_UNSAFE.
PR:		233413
Reported by:	emaste
2019-01-15 20:52:33 +00:00
Wen Heping
f769021788 - Update to 2.10.2 2019-01-15 02:39:29 +00:00
Jan Beich
3a5fb03fb0 multimedia/aom: update to 1.0.0.1184
Changes:	https://aomedia.googlesource.com/aom/+log/ca4f13810..8055cda91
2019-01-15 00:53:14 +00:00
Mathieu Arnold
b43093e4a3 Disable CHROMAPRINT option, it is creates a loop, and is marked broken. 2019-01-14 16:16:49 +00:00
Bernhard Froehlich
9c2ee92f7e multimedia/dvb-apps: Fix build with GCC-based architectures
PR:		234942
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
MFH:		2019Q1
2019-01-14 16:06:03 +00:00
Sunpoet Po-Chuan Hsieh
af0266ec5a Update to 3.3.1
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-01-14 15:46:06 +00:00
Sunpoet Po-Chuan Hsieh
3c66516b4a Update to 3.3.1
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-01-14 15:46:01 +00:00
Tobias Kortkamp
19b56155f1 multimedia/kodi-devel: Switch to evdev-proto
- While here put CATEGORIES in the right place

PR:		234930
Submitted by:	jbeich
2019-01-14 14:23:58 +00:00
Sunpoet Po-Chuan Hsieh
fcaaae0caa Update to 1.4.6
Changes:	https://metacpan.org/changes/distribution/Net-UPnP
2019-01-13 20:09:17 +00:00
Bernhard Froehlich
de854cb1ee multimedia/tvheadend: Update to 4.2.8
MFH:		2019Q1
2019-01-13 19:36:46 +00:00
Tobias Kortkamp
0ba0bd22fb multimedia/din: Use USE_{GL,SDL}
USES=tcl already declares a library dependency on libtcl86.so, so
drop that line from LIB_DEPENDS too.
2019-01-13 17:08:26 +00:00
Tobias Kortkamp
f50b94a416 Use USE_SDL where appropriate 2019-01-13 16:08:40 +00:00
Tobias Kortkamp
99b6e25de3 multimedia/kodi-devel: Update to 18.0rc5.2
Changes:	https://github.com/xbmc/xbmc/compare/18.0rc5-Leia...18.0rc5.2-Leia
2019-01-13 00:45:41 +00:00
Jan Beich
0c814f11fd multimedia/aom: update to 1.0.0.1172
Changes:	https://aomedia.googlesource.com/aom/+log/f5d28b03a..ca4f13810
2019-01-13 00:38:25 +00:00
Jan Beich
41f24c3c20 multimedia/libva-intel-media-driver: update to 18.4.p4.111
Changes:	89684719...c517a865
2019-01-13 00:37:45 +00:00
Mark Linimon
eac83ab52c This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.

PR:		234335
Submitted by:	Piotr Kubaj
Approved by:	maintainer
2019-01-12 23:09:20 +00:00
Thomas Zander
1650778b1c Update to upstream version 3.0.6 (bug fixes) 2019-01-12 09:52:54 +00:00
Tobias Kortkamp
070994b68b multimedia/mplayer-skins: Do not set DEFAULT_SMALL_DESC twice 2019-01-12 08:23:09 +00:00
Tobias Kortkamp
4ea791e244 multimedia/kodi-devel: Update to 18.0rc5 2019-01-12 05:47:56 +00:00
Mathieu Arnold
c717da4333 Disable flavors for Python ports without PYTHON_PKGNAMEPREFIX/SUFFIX. 2019-01-11 15:09:16 +00:00
Tobias C. Berner
bd42aeda7e multimedia/phonon: update to 4.10.2
- multimedia/phonon to 4.10.2
- multimedia/phonon-designerplugin to 4.10.2
- multimedia/phonon-vlc to 0.10.2
2019-01-10 21:02:08 +00:00
Tobias C. Berner
624a5cad8c multimedia/phonon: fix CMAKE_OFF line 2019-01-10 20:24:28 +00:00
Tobias C. Berner
7ee9c5458d Update KDE Applications to 18.12.1
Release Announcement:
	https://www.kde.org/announcements/announce-applications-18.12.1.php

Today KDE released the first stability update for KDE Applications 18.12.
This release contains only bugfixes and translation updates, providing a
safe and pleasant update for everyone.

About 20 recorded bugfixes include improvements to Kontact, Cantor, Dolphin,
JuK, Kdenlive, Konsole, Okular, among others.

Improvements include:
  *  Akregator now works with WebEngine from Qt 5.11 or newer
  *  Sorting columns in the JuK music player has been fixed
  *  Konsole renders box-drawing characters correctly again

You can find the full list of changes here:
	https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.1
2019-01-10 19:52:57 +00:00
Yuri Victorovich
af9d6dc355 multimedia/musikcube: Update 0.60.1 -> 0.60.2 2019-01-10 09:18:38 +00:00
Jan Beich
82948a55a9 multimedia/aom: update to 1.0.0.1161
Changes:	https://aomedia.googlesource.com/aom/+log/3c2fdf634..f5d28b03a
2019-01-10 00:39:43 +00:00