1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/multimedia
Niclas Zeising 9d1b627466 Change bsd.xorg.mk to USES=xorg and USES=xorg-cat
Change the handling of xorg dependencies to use the USES framework instead
of bsd.xorg.mk.  bsd.xorg.mk is split into two parts:
* USES=xorg for ports depending on xorg ports with USE_XORG
* USES=xorg-cat for xorg ports with XORG_CAT

USES=xorg is fairly straight forward.  The components needed are specified
with USE_XORG, and USES=xorg is needed to pull in this part of the
framework.

USES=xorg-cat requires that the category, previously specified with
XORG_CAT, now be passed as an argument to xorg-cat, like this
USES=xorg-cat:category.  Not specifying a category is an error.
Further, it is also possible to specify which build system to use.  The
default if nothing is specified is autoconf, but meson will also be supported.
This is added with a second argument: USES=xorg-cat:category[,buildsystem].

Detailed changelog:
* Add support in Uses/xorg-cat.mk to specify build system.  Previously, only
  autoconf was supported for xorg ports, but with this change, it's possible
  to use meson instead.  Autoconf is still the defaultx, if nothing else is
  specified.  The meson support is still disabled, and requires more testing.
* Add support in Uses/xorg-cat.mk to pull sources from freedesktop.org
  gitlab.
  When specifying USE_GITLAB in a port using xorg-cat, then various GL_*
  variables will be set up automatically, as well as needed changes to the
  build.
* Switch x11-drivers/xf86-video-intel to use the USE_GITLAB framework.
* While touching xf86-video-intel, switch to USES=xorg xorg-cat:driver, and
  pet portlint.
* Add compat shims and warnings to bsd.port.mk, which will handle the old
  style ports Makefiles.
* Change Uses/gl.mk and Uses/motif.mk to use this new framework.
* Change Uses/autoreconf.mk to check and add dependencies later.  This is
  needed because xorg-cat uses autoreconf, and without this fix
  dependencies were not added properly.
* Be stricter about checking for arguments in USE_XORG, previously, :build
  and :run were accepted, but not supported.  Only the default or :both
  supported.
* Change multimedia/gstreamer1-vaapi to handle the stricter argument
  checking in USE_XORG, and add USES=xorg
* change x11/xscope to get distinfo from xorg-cat, instead of rolling it's
  own, and add USES=xorg-cat

PR:		238988 (exp-run)
Reviewed by:	antoine, tcberner, tijl, mat, tobik
Approved by:	portmgr (antoine)
Obtained from:	FreeBSD Graphics Team development repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/usesxorg
Sponsored by:	B3 Init (zeising)
Differential Revision:	https://reviews.freebsd.org/D20724
2019-08-26 09:45:15 +00:00
..
ab25
acidrip These ports now build on aarch64. 2019-05-03 21:06:51 +00:00
aegisub devel/boost-*: update to 1.71.0 2019-08-19 15:35:27 +00:00
aom multimedia/aom: update to 1.0.0.2285 2019-08-25 00:46:08 +00:00
aravis New port: multimedia/aravis 2018-05-12 10:04:38 +00:00
assimp Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
atomicparsley
audacious onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
audacious-gtk3 Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
audacious-plugins multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
audacious-plugins-gtk3 multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
audiopreview Mark BROKEN: unfetchable 2019-08-04 21:08:36 +00:00
avidemux Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
avidemux-cli Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
avidemux-plugins Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
avinfo Add DOCS options to ports that should have one. 2018-09-10 13:14:50 +00:00
baka-mplayer Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
bcmatroska2 Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
Bento4 multimedia/Bento4: Add missing utilities to the installed tools 2019-02-25 11:27:51 +00:00
bino multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
bitstream - Update to 1.5 2018-11-20 18:15:56 +00:00
blind New port: multimedia/blind: Collection of command line video editing utilities 2018-01-29 19:21:21 +00:00
bsdbktr_tvtune - Fix WWW 2019-06-30 11:49:13 +00:00
butt Cleanup LIB_DEPENDS 2019-08-07 16:49:18 +00:00
camserv Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l 2018-09-29 08:04:27 +00:00
ccextractor multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
cclive devel/boost-*: update to 1.71.0 2019-08-19 15:35:27 +00:00
celluloid multimedia/celluloid: update to 0.17 2019-08-08 16:48:41 +00:00
cheese onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
chilitags Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
cinelerra-gg multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
clipgrab Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
clive
clutter-gst The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD. 2018-09-30 11:58:29 +00:00
clutter-gst3 The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD. 2018-09-30 11:58:29 +00:00
cmrt Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
cmrtlib multimedia/libva-intel-media-driver: update to 19.3.p1 2019-08-02 14:39:36 +00:00
cuse4bsd-kmod These ports now build on powerpc64. 2018-12-11 17:03:52 +00:00
cx88 multimedia/cx88: update to 1.5.3; fixes build with clang 8.0 2019-04-28 09:03:39 +00:00
dav1d multimedia/dav1d: update to 0.4.0 2019-08-05 19:16:53 +00:00
deforaos-player
devede multimedia/ffmpeg: update to 4.1 2018-11-06 01:50:26 +00:00
din devel/boost-*: update to 1.71.0 2019-08-19 15:35:27 +00:00
dirac Un-break build on clang 6.0.0 (add -std=c++98 to CXXFLAGS) 2018-02-24 19:32:55 +00:00
dragon Update KDE Applications to latest upstream release, 19.08 2019-08-15 15:38:52 +00:00
dtv-scan-tables multimedia/dtv-scan-tables: Update to 20190325 2019-04-27 15:55:36 +00:00
dumpmpeg
dv2sub
dvb-apps Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so 2019-07-12 02:25:07 +00:00
dvbcut multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
dvbsnoop
dvd-slideshow Update ImageMagick to 6.9.10.14 [1] 2018-11-10 19:57:07 +00:00
dvdauthor Update ImageMagick to 6.9.10.14 [1] 2018-11-10 19:57:07 +00:00
dvdid
dvdrip Update ImageMagick to 6.9.10.14 [1] 2018-11-10 19:57:07 +00:00
dvdstyler multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
dvts Mark BROKEN: unfetchable 2019-08-04 21:08:36 +00:00
emby-server onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
emovix
ffaudioconverter onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
ffdec
ffmpeg Fix build on ppc64 / clang. 2019-08-23 13:26:28 +00:00
ffmpeg2theora multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
ffmpegthumbnailer multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
ffms2 multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
flvmeta
flvstreamer
flvtool++ devel/boost-*: update to 1.71.0 2019-08-19 15:35:27 +00:00
fpc-dts - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk 2018-04-05 04:52:36 +00:00
fpc-libvlc - Add new fpc bootstrap (i386 and x86_64). It could need less COMPATX 2019-08-15 16:11:27 +00:00
freevo onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
fxtv - Update WWW 2018-04-01 09:33:27 +00:00
gaupol Disable flavors for Python ports without PYTHON_PKGNAMEPREFIX/SUFFIX. 2019-01-11 15:09:16 +00:00
gavl
gcfilms Mark BROKEN: unfetchable 2019-08-04 21:08:36 +00:00
gdialog
gdvrecv multimedia/gdvrecv: Tweak pkg-descr, this port is not specific to FreeBSD 5. 2018-10-27 22:09:09 +00:00
gmerlin multimedia/gmerlin: Fix spelling of INSTALLS_ICONS 2019-05-25 18:20:20 +00:00
gmimms
gmmlib Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
gmp-api multimedia/gmp-api: update to 58 2019-06-17 07:55:55 +00:00
gmtk
gnome-mplayer Remove the BRAINZ3 option. 2018-07-31 22:00:53 +00:00
gnome-subtitles lang/mono: update to version 5.2.0.215 (and enhance USES=mono) 2018-01-30 19:00:27 +00:00
gnome-twitch Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
gpac-libgpac
gpac-mp4box
gpodder cleanup USE_GITHUB usage. 2019-04-30 13:03:52 +00:00
grake
gst123 Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
gstreamer devel/glib20: remove runtime dep on perl5 2018-11-19 15:57:08 +00:00
gstreamer1 devel/glib20: remove runtime dep on perl5 2018-11-19 15:57:08 +00:00
gstreamer1-editing-services Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
gstreamer1-libav multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
gstreamer1-plugins Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
gstreamer1-plugins-all Remove esound support from pulseaudio as audio/esound expired. 2019-05-01 19:35:14 +00:00
gstreamer1-plugins-aom multimedia/aom: update to 1.0.0.1104 2018-12-27 00:26:36 +00:00
gstreamer1-plugins-assrender
gstreamer1-plugins-bad multimedia/openh264: update to 2.0.0 2019-06-17 07:56:06 +00:00
gstreamer1-plugins-core Update GStreamer to 1.14.4. 2018-11-03 11:58:10 +00:00
gstreamer1-plugins-dash Update GStreamer to 1.14.4. 2018-11-03 11:58:10 +00:00
gstreamer1-plugins-dts
gstreamer1-plugins-dv
gstreamer1-plugins-dvdread
gstreamer1-plugins-gnonlin
gstreamer1-plugins-good multimedia/libvpx: update 1.8.0 2019-02-06 13:33:13 +00:00
gstreamer1-plugins-hls Update security/nettle to 3.5.1 2019-07-09 17:13:07 +00:00
gstreamer1-plugins-kate
gstreamer1-plugins-libde265
gstreamer1-plugins-mpeg2dec
gstreamer1-plugins-mpeg2enc
gstreamer1-plugins-mplex Mark broken on armvX. 2018-03-18 05:52:23 +00:00
gstreamer1-plugins-openh264 multimedia/openh264: update to 2.0.0 2019-06-17 07:56:06 +00:00
gstreamer1-plugins-resindvd
gstreamer1-plugins-rtmp
gstreamer1-plugins-smoothstreaming Update GStreamer to 1.14.4. 2018-11-03 11:58:10 +00:00
gstreamer1-plugins-svt-av1 multimedia/svt-av1: update to 0.6.0 2019-07-02 20:46:23 +00:00
gstreamer1-plugins-svt-hevc multimedia/svt-hevc: update to 1.4.0 2019-08-09 20:37:23 +00:00
gstreamer1-plugins-svt-vp9 multimedia/*svt-{av1,vp9}: correct year of the snapshot 2019-05-13 10:37:56 +00:00
gstreamer1-plugins-theora
gstreamer1-plugins-ttml
gstreamer1-plugins-ugly Update GStreamer to 1.14.4. 2018-11-03 11:58:10 +00:00
gstreamer1-plugins-v4l2 Actually allow the patchfile committed in r497171 to take effect, to 2019-04-17 21:33:29 +00:00
gstreamer1-plugins-vpx multimedia/libvpx: update 1.8.0 2019-02-06 13:33:13 +00:00
gstreamer1-plugins-x264 multimedia/x264: update to 0.157.2945 2019-03-18 21:45:10 +00:00
gstreamer1-plugins-x265 multimedia/x265: update to 3.1.1 2019-07-19 21:11:01 +00:00
gstreamer1-qt devel/boost-*: update to 1.71.0 2019-08-19 15:35:27 +00:00
gstreamer1-rtsp-server Update GStreamer to 1.14.4. 2018-11-03 11:58:10 +00:00
gstreamer1-transcoder Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so 2019-07-12 02:25:07 +00:00
gstreamer1-vaapi Change bsd.xorg.mk to USES=xorg and USES=xorg-cat 2019-08-26 09:45:15 +00:00
gstreamer1-validate Update GStreamer to 1.14.4. 2018-11-03 11:58:10 +00:00
gstreamer-ffmpeg multimedia/gstreamer-ffmpeg: Drop FFMPEG option 2019-06-15 07:27:28 +00:00
gstreamer-plugins Remove esound support from the ports tree, as audio/esound expired. 2019-05-08 12:54:13 +00:00
gstreamer-plugins-all Remove esound support from pulseaudio as audio/esound expired. 2019-05-01 19:35:14 +00:00
gstreamer-plugins-annodex
gstreamer-plugins-bad Bump PORTREVISION on opencv consumers due to opencv update 2018-05-09 01:44:50 +00:00
gstreamer-plugins-bz2
gstreamer-plugins-core
gstreamer-plugins-dts
gstreamer-plugins-dv
gstreamer-plugins-dvd
gstreamer-plugins-fluendo-mpegdemux
gstreamer-plugins-gnonlin
gstreamer-plugins-good
gstreamer-plugins-mpeg2dec
gstreamer-plugins-mpeg2enc
gstreamer-plugins-resindvd
gstreamer-plugins-schroedinger
gstreamer-plugins-theora
gstreamer-plugins-ugly
gstreamer-plugins-v4l2
gstreamer-plugins-vdpau
gstreamer-plugins-vp8 multimedia/libvpx: update 1.8.0 2019-02-06 13:33:13 +00:00
gstreamer-plugins-x264 multimedia/x264: update to 0.157.2945 2019-03-18 21:45:10 +00:00
gstreamer-plugins-xvid
gstreamermm Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
gtk-recordmydesktop multimedia/gtk-recordmydesktop: Fix spelling of INSTALLS_ICONS 2019-05-25 18:21:12 +00:00
gtk-youtube-viewer multimedia/gtk-youtube-viewer: update to 3.5.1 2019-01-08 15:41:43 +00:00
gxine Cleanup multimedia/gxine 2018-09-07 17:16:02 +00:00
handbrake multimedia/x264: update to 0.157.2945 2019-03-18 21:45:10 +00:00
harvid multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
imagination multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
iriverter
iso2mkv Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
jmref multimedia/jmref: fix build 2019-06-10 12:10:26 +00:00
kaffeine Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
kamoso Update KDE Applications to latest upstream release, 19.08 2019-08-15 15:38:52 +00:00
kdemultimedia Update KDE Applications to 19.04.0 2019-04-18 16:55:13 +00:00
kdemultimedia-ffmpegthumbs Update KDE Applications to latest upstream release, 19.08 2019-08-15 15:38:52 +00:00
kdenlive Restore PORTREVISION to multimedia/kdenlive 2019-08-18 19:09:05 +00:00
kf5-kmediaplayer Update KDE Frameworks to latest upstream release, 5.61 2019-08-15 10:01:34 +00:00
kissdx onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
kmplayer Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
kodi onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
kodi-addon-inputstream.adaptive-devel multimedia/kodi-addon-inputstream.adaptive-devel: Update to 2.3.21 2019-06-08 15:06:09 +00:00
kodi-addon-peripheral-joystick onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
kodi-addon-pvr-hts Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
kodi-addon-pvr-iptvsimple Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
kodi-addon-vfs.libarchive-devel New port: multimedia/kodi-addon-vfs.libarchive-devel 2019-06-09 08:56:25 +00:00
kodi-devel multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
kvazaar Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
l-smash multimedia/l-smash: update to 2.14.5 2018-02-11 12:48:53 +00:00
libaacs multimedia/libaacs: Update to 0.9.0 2018-02-17 13:52:19 +00:00
libass Add -znotext to LDFLAGS on i386, for lld 2018-09-26 16:12:12 +00:00
libav Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
libbdplus
libbluray multimedia/libbluray: Fix environment variable conflict with portmaster 2019-04-21 10:44:27 +00:00
libcec onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
libdc1394 multimedia/libdc1394: update to 2.2.6 2019-05-16 18:20:01 +00:00
libdca multimedia/libdca: Fix bad absolute symlinks 2018-10-11 14:33:19 +00:00
libdcadec
libde265 Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
libdv multimedia/libdv: add -znotext to LDFLAGS on i386, for lld 2018-09-18 14:53:04 +00:00
libdvbcsa
libdvbpsi Update to 1.3.2 2019-01-03 14:25:26 +00:00
libdvdcss Update to 1.4.2 2018-10-08 03:01:24 +00:00
libdvdnav Add DOCS options to ports that should have one. 2018-09-10 13:14:50 +00:00
libdvdread Update libdvdread to version 6.0.1 2019-02-07 21:48:34 +00:00
libfame - Fix LICENSE 2018-10-27 09:00:15 +00:00
libhdhomerun multimedia/libhdhomerun: Update to 20180327 2018-04-11 00:30:55 +00:00
libkate wxGTK3.0: switch to gtk3 and webkit2 2019-02-25 12:47:20 +00:00
libmatroska Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
libmediaart The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD. 2018-09-30 11:58:29 +00:00
libmediainfo Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
libmpeg2 multimedia/libmpeg2: unbreak on armv7 2019-03-02 21:33:55 +00:00
libmpeg3
libmtp multimedia/libmtp: update to 1.1.16 2018-10-28 08:14:44 +00:00
libopenshot multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
libquicktime multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
libquicktime-lame
libquvi Change the way *_DEPENDS are set 2018-11-30 20:01:45 +00:00
libquvi09 Change the way *_DEPENDS are set 2018-11-30 20:01:54 +00:00
libquvi-scripts Add my LOCAL to MASTER_SITES 2018-02-25 05:31:54 +00:00
libquvi-scripts09 Add my LOCAL to MASTER_SITES 2018-02-25 05:32:09 +00:00
librtmp Add a new OpenSSL 1.1.x patchset and revert broken one imported 2019-03-17 00:54:15 +00:00
libsmacker
libtheora - Switch to USES=localbase 2018-10-25 09:30:12 +00:00
libtuner multimedia/libtuner: update to 1.1.4 2018-01-15 17:40:13 +00:00
libuvc Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
libv4l Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l 2018-09-29 08:04:27 +00:00
libva Add more gettid() aliases to my ports 2019-07-10 01:16:24 +00:00
libva-glx multimedia/libva-glx: don't hardcode option dependency 2019-03-15 15:55:13 +00:00
libva-intel-driver Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
libva-intel-hybrid-driver Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
libva-intel-media-driver multimedia/libva-intel-media-driver: update to 19.3.p2 2019-08-21 14:53:04 +00:00
libva-utils Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
libva-vdpau-driver multimedia/libva{,-intel-driver}: clean up 2019-01-17 23:54:42 +00:00
libvdpau Change x11/xorgproto to become a build dep 2018-09-11 18:34:27 +00:00
libvdpau-va-gl Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
libvpx Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
libx264 multimedia/libx264: unbreak on arm* with LLD 2018-11-11 15:39:57 +00:00
libxine multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
libxspf Do not set GNU_CONFIGURE twice 2019-01-08 10:45:40 +00:00
libzen Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
linux_dvbwrapper-kmod
linux-c6-libtheora Address some portlint warnings in the Linux infrastructure ports. 2019-06-08 15:59:46 +00:00
linux-c6-libv4l Address some portlint warnings in the Linux infrastructure ports. 2019-06-08 15:59:46 +00:00
linux-c7-libtheora Address some portlint warnings in the Linux infrastructure ports. 2019-06-08 15:59:46 +00:00
linux-c7-libv4l Address some portlint warnings in the Linux infrastructure ports. 2019-06-08 15:59:46 +00:00
linux-tsmuxer multimedia/linux-tsmuxer: drop maintainership 2018-12-08 23:31:48 +00:00
lives multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
livestreamer Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
lsdvd
lxdvdrip onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
m2tstoavi multimedia/ffmpeg: update to 4.1 2018-11-06 01:50:26 +00:00
m2vrequantiser
mediainfo Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
mencoder multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
mimms
minitube onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
mjpegtools Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
mjpg-streamer onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
mkclean Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
mkvalidator - Switch to USES=localbase 2018-09-26 09:38:31 +00:00
mkvtoolnix devel/boost-*: update to 1.71.0 2019-08-19 15:35:27 +00:00
mkxvcd
mlt multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
mlt-qt5 Clean up final leftovers from Qt4. 2019-06-26 11:52:23 +00:00
mmpython
mmsclient
mmsrip
motion onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
mp3cd
mp4v2 multimedia/mp4v2: unbreak build with Clang 6 (C++14 by default) 2018-01-10 19:14:00 +00:00
mpc-qt Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
mpeg2codec
mpeg2play
mpeg_encode
mpeg_play
mpeg_stat
mpgtx
mplayer onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
mplayer-skins multimedia/mplayer-skins: Do not set DEFAULT_SMALL_DESC twice 2019-01-12 08:23:09 +00:00
mplex
mps-youtube onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
mpv multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
msdl
msopenh264 multimedia/openh264: update to 2.0.0 2019-06-17 07:56:06 +00:00
mswebrtc multimedia/mswebrtc: fix build with big-endian architectures 2019-08-05 14:21:30 +00:00
musikcube devel/boost-*: update to 1.71.0 2019-08-19 15:35:27 +00:00
mxflib
mythtv onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
mythtv-frontend graphics/exiv2: update to 0.27 2019-03-17 13:14:52 +00:00
naludump
nordlicht multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
nostt multimedia/nostt: update to 1.1.1 2019-01-16 21:11:29 +00:00
obs-qtwebkit Remove esound support from pulseaudio as audio/esound expired. 2019-05-01 19:35:14 +00:00
obs-studio multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
oggvideotools devel/boost-*: update to 1.71.0 2019-08-19 15:35:27 +00:00
ogmrip onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
ogmtools
olive multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
omxplayer devel/boost-*: update to 1.71.0 2019-08-19 15:35:27 +00:00
openh264 multimedia/openh264: update to 2.0.0 2019-06-17 07:56:06 +00:00
openshot multimedia/mlt: update to 6.14.0 2019-04-06 14:43:03 +00:00
oscam Prepare for powerpc-on-clang by deleting hard-coded tests for architecture 2019-07-13 00:07:35 +00:00
p5-Audio-M4P Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-FFmpeg-Command multimedia/ffmpeg: update to 4.1 2018-11-06 01:50:26 +00:00
p5-File-Format-RIFF Update WWW 2018-05-27 20:15:16 +00:00
p5-FLV-Info Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-GStreamer
p5-MP4-Info Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Net-UPnP Update to 1.4.6 2019-01-13 20:09:17 +00:00
p5-Subtitles Update WWW 2018-05-27 20:15:16 +00:00
p5-Umph-Prompt
peek New port: multimedia/peek: Simple animated GIF screen recorder with an easy to use interface 2019-04-27 07:18:03 +00:00
pHash multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
phonon onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
phonon-designerplugin Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
phonon-gstreamer onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
phonon-vlc Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
photofilmstrip wxGTK3.0: switch to gtk3 and webkit2 2019-02-25 12:47:20 +00:00
php-pHash Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
pitivi Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
playd Mark BROKEN: unfetchable 2019-08-04 21:08:36 +00:00
plexmediaserver multimedia/plexmediaserver: Update to 1.16.4.1469 2019-08-14 14:43:00 +00:00
plexmediaserver-plexpass multimedia/plexmediaserver-plexpass: Update to 1.16.5.1488 2019-08-14 14:43:43 +00:00
plexwatch onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
podcastdl
poe Move Objective-C ports to the v2 GNUstep ABI. 2019-02-03 15:37:58 +00:00
ppm2fli
projectx - Remove redundant DISTFILES line 2018-01-24 20:50:26 +00:00
ptx-kmod
pwcbsd onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
pwcview Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l 2018-09-29 08:04:27 +00:00
py-av multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
py-cec Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
py-enzyme Relax USES=python 2018-03-20 22:36:25 +00:00
py-ffmpeg-python multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
py-flvlib Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org 2018-02-25 00:40:37 +00:00
py-gstreamer Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-gstreamer1 Update GStreamer to 1.14.4. 2018-11-03 11:58:10 +00:00
py-guessit Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-kaa-base Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
py-kaa-imlib2 Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
py-kaa-metadata Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
py-librtmp Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-mido Bump a few PORTREVISIONs after r498529 2019-04-10 06:18:31 +00:00
py-mlt multimedia/mlt: update to 6.16.0 2019-05-18 18:13:32 +00:00
py-moviepy Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
py-openlp Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
py-periscope multimedia/py-periscope: Make compatile with PYTHON 3 2019-04-13 19:16:49 +00:00
py-pretty_midi Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
py-PySceneDetect Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
py-qt5-multimedia Update PyQt5 to 5.12.1 2019-04-05 23:05:20 +00:00
py-qt5-multimediawidgets Update PyQt5 to 5.12.1 2019-04-05 23:05:20 +00:00
py-soco multimedia/py-soco: Update to 0.17 2019-06-09 12:47:16 +00:00
py-subliminal Bump a few PORTREVISIONs after r498529 2019-04-10 06:18:31 +00:00
py-tvnamer multimedia/py-tvnamer: Make compatile with PYTHON 3 2019-04-13 00:39:26 +00:00
pymp
qmmp-plugin-pack-qt5 multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
qmmp-qt5 multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
qt5-multimedia Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
qt-faststart
QtAV multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
quodlibet Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
quvi Change the way *_DEPENDS are set 2018-11-30 20:02:02 +00:00
quvi09 Change the way *_DEPENDS are set 2018-11-30 20:02:11 +00:00
rage Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
rav1e multimedia/rav1e: update to s20190824 2019-08-25 00:46:00 +00:00
recmpeg
recordmydesktop Change x11/xorgproto to become a build dep 2018-09-11 18:34:27 +00:00
replex
rox-videothumbnail - Fix shebangs 2018-07-09 15:07:22 +00:00
rtmpdump
rubygem-av multimedia/rubygem-av: Patch gem dependency specification 2018-02-04 13:18:20 +00:00
rubygem-clutter-gstreamer Update to 3.3.7 2019-08-19 20:53:58 +00:00
rubygem-flvtool2
rubygem-gstreamer Update to 3.3.7 2019-08-19 20:54:03 +00:00
rubygem-paperclip-av-transcoder
rubygem-paperclip-av-transcoder-rails50
rubygem-streamio-ffmpeg multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
sabbu Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
schroedinger
shotcut multimedia/shotcut: update to 19.08.16 2019-08-19 17:44:02 +00:00
simplescreenrecorder multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
smpeg Base gcc doesn't support -Wno-error-narrowing flag. Add it only when 2018-11-27 16:14:38 +00:00
smpeg2 Update MASTER_SITES and WWW 2019-04-21 19:09:38 +00:00
smplayer onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
smplayer-skins Default toolkit is now QT5, new maintainer 2018-10-21 17:35:06 +00:00
smplayer-themes Update to upstream release 18.6.0, new maintainer, default toolkit QT5 2018-10-21 17:36:34 +00:00
sms1xxx-kmod onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
smtube multimedia/smtube: remove QT4/QT5 options (Qt4 deprecation) 2019-03-16 17:58:58 +00:00
snappy
spigot
spook onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
subsync multimedia/subsync: Update 3b9c66f -> d9798a5 2019-07-28 03:41:08 +00:00
subtitlecomposer multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
subtitleeditor Mark BROKEN: unfetchable 2019-08-04 21:08:36 +00:00
subtitleoffsetmodifier
subtitleripper
subtools
svt-av1 multimedia/svt-av1: update to 0.6.0.181 2019-08-25 00:45:52 +00:00
svt-hevc multimedia/svt-hevc: update to 1.4.0 2019-08-09 20:37:23 +00:00
svt-vp9 Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
swfdec-gnome
syncplay multimedia/syncplay: Update to 1.6.4a 2019-06-26 19:54:29 +00:00
szap-s2 Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l 2018-09-29 08:04:27 +00:00
tautulli onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
tcmplex-panteltje
termplay New port: multimedia/termplay: Tool that converts images to ANSI sequences, plays videos in terminals 2019-08-20 06:31:46 +00:00
tivodecode
totem Remove esound support from pulseaudio as audio/esound expired. 2019-05-01 19:35:14 +00:00
totem-pl-parser Allow totem-pl-parser to package whe QUVI is disabled. 2018-10-04 21:02:10 +00:00
tovid Update ImageMagick to 6.9.10.14 [1] 2018-11-10 19:57:07 +00:00
transcode multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
tstools
tvheadend onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
umph Change the way *_DEPENDS are set 2018-11-30 20:02:19 +00:00
umr Mark BROKEN: unfetchable 2019-08-04 21:08:36 +00:00
ustreamer devel/libevent2: update to 2.1.11 2019-08-02 13:30:40 +00:00
v4l_compat Split out evdev headers from multimedia/v4l_compat 2018-12-19 09:09:11 +00:00
v4l-utils
vamps
vapoursynth multimedia/vapoursynth: update to R47.2 2019-08-15 19:59:11 +00:00
vapoursynth-l-smash-works multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
vcdgear
vcdimager Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
vcdpad
vdpauinfo
vdr Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-control Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-eepg Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-epgsearch Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-extrecmenu Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-femon Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-infosatepg Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-iptv Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-markad multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
vdr-plugin-osdpip multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
vdr-plugin-osdteletext Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-reelchannelscan Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-remote Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-skinenigmang Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-sleeptimer Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-streamdev Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-ttxtsubs Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-vdrmanager Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-vnsiserver Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-wirbelscan Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugin-xineliboutput multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
vdr-plugin-xvdr Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vdr-plugins Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
vid.stab Drop maintainership 2019-02-20 14:28:25 +00:00
vlc Update to upstream version 3.0.8 2019-08-20 14:15:22 +00:00
vtkmpeg2encode onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
w_scan Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l 2018-09-29 08:04:27 +00:00
webcamd onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
webcamoid multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
webvfx-qt5 Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
wf-recorder multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
win32-codecs Retire MASTER_SITE_MPLAYERHQ 2018-04-15 12:51:48 +00:00
winff - Bump PORTREVISION (lazarus ports were updated to 2.0.4) 2019-08-15 17:35:51 +00:00
x264 multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
x265 multimedia/svt-hevc: update to 1.4.0 2019-08-09 20:37:23 +00:00
xanim Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
xawtv update to 3.106 2019-04-19 15:19:04 +00:00
xfce4-parole onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
xine onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
xporthdmv
xvid multimedia/xvid: link with -znotext on i386 2018-09-18 16:04:19 +00:00
yamdi
zoneminder multimedia/ffmpeg: update to 4.2 2019-08-05 23:06:50 +00:00
Makefile New port: multimedia/termplay: Tool that converts images to ANSI sequences, plays videos in terminals 2019-08-20 06:31:46 +00:00