Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2019 22:28:16 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492655 - in head: audio/mythplugin-mythmusic audio/mythplugin-mythmusic/files multimedia/mythtv multimedia/mythtv-frontend multimedia/mythtv/files
Message-ID:  <201902102228.x1AMSGT4090602@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Feb 10 22:28:16 2019
New Revision: 492655
URL: https://svnweb.freebsd.org/changeset/ports/492655

Log:
  multimedia/mythtv: Update to 30.0 and unbreak
  
  Changes:	https://www.mythtv.org/wiki/Release_Notes_-_30
  PR:		234551
  Submitted by:	fernando.e.vilas@gmail.com

Added:
  head/multimedia/mythtv/files/patch-libs_libmythtv_videodev2.h   (contents, props changed)
Deleted:
  head/audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.cpp
  head/audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.h
  head/audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cdrip.cpp
  head/multimedia/mythtv/files/patch-CVE-2016-10190
  head/multimedia/mythtv/files/patch-CVE-2016-10192
  head/multimedia/mythtv/files/patch-CVE-2017-05024
  head/multimedia/mythtv/files/patch-CVE-2017-05025
  head/multimedia/mythtv/files/patch-CVE-2017-07862
  head/multimedia/mythtv/files/patch-CVE-2017-07866
  head/multimedia/mythtv/files/patch-CVE-2017-09608a
  head/multimedia/mythtv/files/patch-CVE-2017-09608b
  head/multimedia/mythtv/files/patch-CVE-2017-09608c
  head/multimedia/mythtv/files/patch-CVE-2017-09991
  head/multimedia/mythtv/files/patch-CVE-2017-09992
  head/multimedia/mythtv/files/patch-CVE-2017-09993a
  head/multimedia/mythtv/files/patch-CVE-2017-09993b
  head/multimedia/mythtv/files/patch-CVE-2017-09994
  head/multimedia/mythtv/files/patch-CVE-2017-09996a
  head/multimedia/mythtv/files/patch-CVE-2017-09996b
  head/multimedia/mythtv/files/patch-CVE-2017-11399
  head/multimedia/mythtv/files/patch-CVE-2017-11665a
  head/multimedia/mythtv/files/patch-CVE-2017-11665b
  head/multimedia/mythtv/files/patch-CVE-2017-11719
  head/multimedia/mythtv/files/patch-CVE-2017-14054
  head/multimedia/mythtv/files/patch-CVE-2017-14055
  head/multimedia/mythtv/files/patch-CVE-2017-14056
  head/multimedia/mythtv/files/patch-CVE-2017-14057
  head/multimedia/mythtv/files/patch-CVE-2017-14058
  head/multimedia/mythtv/files/patch-CVE-2017-14059
  head/multimedia/mythtv/files/patch-CVE-2017-14169
  head/multimedia/mythtv/files/patch-CVE-2017-14170
  head/multimedia/mythtv/files/patch-CVE-2017-14171
  head/multimedia/mythtv/files/patch-CVE-2017-14222
  head/multimedia/mythtv/files/patch-CVE-2017-14223
  head/multimedia/mythtv/files/patch-CVE-2017-14225
  head/multimedia/mythtv/files/patch-CVE-2017-14767
  head/multimedia/mythtv/files/patch-CVE-2017-15186
  head/multimedia/mythtv/files/patch-CVE-2017-16840
  head/multimedia/mythtv/files/patch-CVE-2017-17081a
  head/multimedia/mythtv/files/patch-CVE-2017-17081b
  head/multimedia/mythtv/files/patch-CVE-2018-6392
  head/multimedia/mythtv/files/patch-CVE-2018-6621
  head/multimedia/mythtv/files/patch-external_FFmpeg_configure
  head/multimedia/mythtv/files/patch-external_FFmpeg_libavformat_tls__openssl.c
  head/multimedia/mythtv/files/patch-libs_libmythtv_dbcheck.cpp
  head/multimedia/mythtv/files/patch-libs_libmythui_mythpainter.cpp
  head/multimedia/mythtv/files/patch-libs_libmythui_mythrender__vdpau.h
Modified:
  head/audio/mythplugin-mythmusic/Makefile
  head/audio/mythplugin-mythmusic/distinfo
  head/audio/mythplugin-mythmusic/files/patch-configure
  head/multimedia/mythtv-frontend/Makefile
  head/multimedia/mythtv-frontend/pkg-plist
  head/multimedia/mythtv/Makefile
  head/multimedia/mythtv/distinfo
  head/multimedia/mythtv/files/extrapatch-programs_programs.pro
  head/multimedia/mythtv/files/patch-configure
  head/multimedia/mythtv/pkg-plist

Modified: head/audio/mythplugin-mythmusic/Makefile
==============================================================================
--- head/audio/mythplugin-mythmusic/Makefile	Sun Feb 10 22:11:48 2019	(r492654)
+++ head/audio/mythplugin-mythmusic/Makefile	Sun Feb 10 22:28:16 2019	(r492655)
@@ -3,8 +3,8 @@
 
 PORTNAME=	mythmusic
 DISTVERSIONPREFIX=	v
-DISTVERSION=	29.1
-PORTREVISION=	2
+DISTVERSION=	30.0
+PORTREVISION=	0
 CATEGORIES=	audio
 PKGNAMEPREFIX=	mythplugin-
 
@@ -18,9 +18,9 @@ LIB_DEPENDS=	libFLAC.so:audio/flac \
 		libmp3lame.so:audio/lame \
 		libogg.so:audio/libogg \
 		libvorbis.so:audio/libvorbis \
-		libmyth-29.so:multimedia/mythtv
+		libmyth-30.so:multimedia/mythtv
 
-USES=	qt:5
+USES=		gmake qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	MythTV
 GH_PROJECT=	mythtv
@@ -28,8 +28,13 @@ USE_LDCONFIG=	yes
 USE_QT=		buildtools_build core gui qmake_build sql xml
 
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix="${PREFIX}" --disable-all \
+CONFIGURE_ARGS=	--prefix="${PREFIX}" --cc="${CC}" --cxx="${CXX}" \
+		--disable-all \
 		--enable-mythmusic
+CONFIGURE_ENV=	QMAKESPEC="${QMAKESPEC}" MOC="${MOC}" \
+		QTDIR="${PREFIX}" PKG_CONFIG_PATH="${LOCALBASE}/libdata/pkgconfig"
+MAKE_ENV=	QTDIR="${PREFIX}" \
+		QMAKESPEC="${QMAKESPEC}"
 DESTDIRNAME=	INSTALL_ROOT
 PLIST_SUB=	MYTHSHARE="share/mythtv"
 WRKSRC_SUBDIR=	mythplugins

Modified: head/audio/mythplugin-mythmusic/distinfo
==============================================================================
--- head/audio/mythplugin-mythmusic/distinfo	Sun Feb 10 22:11:48 2019	(r492654)
+++ head/audio/mythplugin-mythmusic/distinfo	Sun Feb 10 22:28:16 2019	(r492655)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520813358
-SHA256 (MythTV-mythtv-v29.1_GH0.tar.gz) = 04a84eb0ded2d2b123624ab2b2e1b8cf824ff4bf8216e452b2516deb929082b2
-SIZE (MythTV-mythtv-v29.1_GH0.tar.gz) = 105616234
+TIMESTAMP = 1549080114
+SHA256 (MythTV-mythtv-v30.0_GH0.tar.gz) = 7f7ae9b8927659616f181afc12d7ddc26b0a4b0d13982e2586985f4770640b43
+SIZE (MythTV-mythtv-v30.0_GH0.tar.gz) = 101169041

Modified: head/audio/mythplugin-mythmusic/files/patch-configure
==============================================================================
--- head/audio/mythplugin-mythmusic/files/patch-configure	Sun Feb 10 22:11:48 2019	(r492654)
+++ head/audio/mythplugin-mythmusic/files/patch-configure	Sun Feb 10 22:28:16 2019	(r492655)
@@ -11,7 +11,7 @@
  check_cxx(){
      log check_cxx "$@"
      cat > $TMPCXX
-@@ -559,6 +563,10 @@ CXXPPFLAGS=${CXXPPFLAGS#CXXPPFLAGS=}
+@@ -582,6 +586,10 @@ CXXPPFLAGS=${CXXPPFLAGS#CXXPPFLAGS=}
  OPENGLV=$(cat mythconfig.mak | grep -e "^CONFIG_OPENGL_VIDEO=yes")
  OPENGLES=$(cat mythconfig.mak | grep -e "^HAVE_GLES2_GL2_H=yes")
  
@@ -22,16 +22,3 @@
  EXTRALIBS=$(cat mythconfig.mak | grep -e "^EXTRALIBS=")
  EXTRALIBS=${EXTRALIBS#EXTRALIBS=}
  
-@@ -689,8 +697,10 @@ if enabled music ; then
-         echo "MythMusic requires FLAC."
-     fi
- 
--    if ! check_lib cdio/cdio.h cdio_open -lcdio || ! check_lib cdio/cdda.h cdio_cddap_open -lcdio_cdda || ! check_lib cdio/paranoia.h cdio_paranoia_init -lcdio_paranoia ; then
--        disable cdio
-+    if enabled cdio; then
-+       if ! check_lib cdio/cdio.h cdio_open -lcdio || ! check_lib cdio/paranoia/cdda.h cdio_cddap_open -lcdio_cdda || ! check_lib cdio/paranoia/paranoia.h cdio_paranoia_init -lcdio_paranoia ; then
-+         disable cdio
-+       fi
-     fi
- 
-     if ! check_lib lame/lame.h lame_init -lmp3lame ; then

Modified: head/multimedia/mythtv-frontend/Makefile
==============================================================================
--- head/multimedia/mythtv-frontend/Makefile	Sun Feb 10 22:11:48 2019	(r492654)
+++ head/multimedia/mythtv-frontend/Makefile	Sun Feb 10 22:28:16 2019	(r492655)
@@ -1,7 +1,7 @@
 # Created by: Bernhard Froehlich <decke@bluelife.at>
 # $FreeBSD$
 
-PORTREVISION=	2
+PORTREVISION=	0
 PKGNAMESUFFIX=	-${SLAVEPORT}
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/multimedia/mythtv-frontend/pkg-plist
==============================================================================
--- head/multimedia/mythtv-frontend/pkg-plist	Sun Feb 10 22:11:48 2019	(r492654)
+++ head/multimedia/mythtv-frontend/pkg-plist	Sun Feb 10 22:28:16 2019	(r492655)
@@ -3,7 +3,6 @@ bin/mythccextractor
 bin/mythcommflag
 bin/mythffmpeg
 bin/mythffprobe
-bin/mythffserver
 bin/mythfrontend
 bin/mythjobqueue
 bin/mythlcdserver
@@ -22,40 +21,6 @@ include/mythtv/audiooutpututil.h
 include/mythtv/audiosettings.h
 include/mythtv/autodeletedeque.h
 include/mythtv/blockinput.h
-include/mythtv/bluray/array.h
-include/mythtv/bluray/attributes.h
-include/mythtv/bluray/bdid_parse.h
-include/mythtv/bluray/bdparse.h
-include/mythtv/bluray/bits.h
-include/mythtv/bluray/bluray.h
-include/mythtv/bluray/clpi_data.h
-include/mythtv/bluray/clpi_parse.h
-include/mythtv/bluray/dirs.h
-include/mythtv/bluray/dl.h
-include/mythtv/bluray/event_queue.h
-include/mythtv/bluray/extdata_parse.h
-include/mythtv/bluray/file.h
-include/mythtv/bluray/filesystem.h
-include/mythtv/bluray/hdmv_insn.h
-include/mythtv/bluray/hdmv_vm.h
-include/mythtv/bluray/index_parse.h
-include/mythtv/bluray/log_control.h
-include/mythtv/bluray/logging.h
-include/mythtv/bluray/macro.h
-include/mythtv/bluray/meta_data.h
-include/mythtv/bluray/meta_parse.h
-include/mythtv/bluray/mobj_data.h
-include/mythtv/bluray/mobj_parse.h
-include/mythtv/bluray/mobj_print.h
-include/mythtv/bluray/mount.h
-include/mythtv/bluray/mpls_parse.h
-include/mythtv/bluray/mutex.h
-include/mythtv/bluray/navigation.h
-include/mythtv/bluray/refcnt.h
-include/mythtv/bluray/sound_parse.h
-include/mythtv/bluray/strutl.h
-include/mythtv/bluray/time.h
-include/mythtv/bluray/uo_mask_table.h
 include/mythtv/bonjourregister.h
 include/mythtv/bswap.h
 include/mythtv/compat.h
@@ -73,11 +38,25 @@ include/mythtv/eldutils.h
 include/mythtv/exitcodes.h
 include/mythtv/ffmpeg-mmx.h
 include/mythtv/filesysteminfo.h
+include/mythtv/goom/drawmethods.h
+include/mythtv/goom/filters.h
+include/mythtv/goom/goom_core.h
+include/mythtv/goom/goom_tools.h
+include/mythtv/goom/goomconfig.h
+include/mythtv/goom/graphic.h
+include/mythtv/goom/ifs.h
+include/mythtv/goom/lines.h
+include/mythtv/goom/mathtools.h
+include/mythtv/goom/mmx.h
+include/mythtv/goom/tentacle3d.h
+include/mythtv/goom/v3d.h
 include/mythtv/hardwareprofile.h
 include/mythtv/iso3166.h
 include/mythtv/iso639.h
 include/mythtv/langsettings.h
 include/mythtv/lcddevice.h
+include/mythtv/libavcodec/ac3_parser.h
+include/mythtv/libavcodec/adts_parser.h
 include/mythtv/libavcodec/avcodec.h
 include/mythtv/libavcodec/avdct.h
 include/mythtv/libavcodec/avfft.h
@@ -89,7 +68,6 @@ include/mythtv/libavcodec/jni.h
 include/mythtv/libavcodec/mediacodec.h
 include/mythtv/libavcodec/qsv.h
 include/mythtv/libavcodec/vaapi.h
-include/mythtv/libavcodec/vda.h
 include/mythtv/libavcodec/vdpau.h
 include/mythtv/libavcodec/version.h
 include/mythtv/libavcodec/videotoolbox.h
@@ -98,7 +76,6 @@ include/mythtv/libavcodec/xvmc.h
 include/mythtv/libavdevice/avdevice.h
 include/mythtv/libavdevice/version.h
 include/mythtv/libavfilter/avfilter.h
-include/mythtv/libavfilter/avfiltergraph.h
 include/mythtv/libavfilter/buffersink.h
 include/mythtv/libavfilter/buffersrc.h
 include/mythtv/libavfilter/version.h
@@ -129,6 +106,7 @@ include/mythtv/libavutil/des.h
 include/mythtv/libavutil/dict.h
 include/mythtv/libavutil/display.h
 include/mythtv/libavutil/downmix_info.h
+include/mythtv/libavutil/encryption_info.h
 include/mythtv/libavutil/error.h
 include/mythtv/libavutil/eval.h
 include/mythtv/libavutil/ffversion.h
@@ -139,10 +117,14 @@ include/mythtv/libavutil/hash.h
 include/mythtv/libavutil/hmac.h
 include/mythtv/libavutil/hwcontext.h
 include/mythtv/libavutil/hwcontext_cuda.h
+include/mythtv/libavutil/hwcontext_d3d11va.h
+include/mythtv/libavutil/hwcontext_drm.h
 include/mythtv/libavutil/hwcontext_dxva2.h
+include/mythtv/libavutil/hwcontext_mediacodec.h
 include/mythtv/libavutil/hwcontext_qsv.h
 include/mythtv/libavutil/hwcontext_vaapi.h
 include/mythtv/libavutil/hwcontext_vdpau.h
+include/mythtv/libavutil/hwcontext_videotoolbox.h
 include/mythtv/libavutil/imgutils.h
 include/mythtv/libavutil/intfloat.h
 include/mythtv/libavutil/intreadwrite.h
@@ -169,6 +151,7 @@ include/mythtv/libavutil/ripemd.h
 include/mythtv/libavutil/samplefmt.h
 include/mythtv/libavutil/sha.h
 include/mythtv/libavutil/sha512.h
+include/mythtv/libavutil/spherical.h
 include/mythtv/libavutil/stereo3d.h
 include/mythtv/libavutil/tea.h
 include/mythtv/libavutil/threadmessage.h
@@ -187,8 +170,6 @@ include/mythtv/libmyth/audiosettings.h
 include/mythtv/libmyth/dialogbox.h
 include/mythtv/libmyth/eldutils.h
 include/mythtv/libmyth/langsettings.h
-include/mythtv/libmyth/mythconfigdialogs.h
-include/mythtv/libmyth/mythconfiggroups.h
 include/mythtv/libmyth/mythcontext.h
 include/mythtv/libmyth/mythdialogs.h
 include/mythtv/libmyth/mythexp.h
@@ -206,7 +187,6 @@ include/mythtv/libmyth/recordingtypes.h
 include/mythtv/libmyth/remoteutil.h
 include/mythtv/libmyth/rssparse.h
 include/mythtv/libmyth/schemawizard.h
-include/mythtv/libmyth/settings.h
 include/mythtv/libmyth/standardsettings.h
 include/mythtv/libmyth/storagegroupeditor.h
 include/mythtv/libmyth/visual.h
@@ -253,6 +233,7 @@ include/mythtv/libmythbase/mythsession.h
 include/mythtv/libmythbase/mythsingledownload.h
 include/mythtv/libmythbase/mythsocket.h
 include/mythtv/libmythbase/mythsocket_cb.h
+include/mythtv/libmythbase/mythsorthelper.h
 include/mythtv/libmythbase/mythstorage.h
 include/mythtv/libmythbase/mythsystem.h
 include/mythtv/libmythbase/mythsystemlegacy.h
@@ -432,7 +413,6 @@ include/mythtv/metadata/videometadatalistmanager.h
 include/mythtv/metadata/videoscan.h
 include/mythtv/metadata/videoutils.h
 include/mythtv/metadataimagehelper.h
-include/mythtv/minilzo.h
 include/mythtv/mpeg2dec/mpeg2.h
 include/mythtv/mthread.h
 include/mythtv/mthreadpool.h
@@ -442,8 +422,6 @@ include/mythtv/mythcdrom.h
 include/mythtv/mythcommandlineparser.h
 include/mythtv/mythconfig.h
 include/mythtv/mythconfig.mak
-include/mythtv/mythconfigdialogs.h
-include/mythtv/mythconfiggroups.h
 include/mythtv/mythcontext.h
 include/mythtv/mythcorecontext.h
 include/mythtv/mythcoreutil.h
@@ -472,6 +450,7 @@ include/mythtv/mythsession.h
 include/mythtv/mythsingledownload.h
 include/mythtv/mythsocket.h
 include/mythtv/mythsocket_cb.h
+include/mythtv/mythsorthelper.h
 include/mythtv/mythstorage.h
 include/mythtv/mythsystem.h
 include/mythtv/mythsystemlegacy.h
@@ -496,10 +475,8 @@ include/mythtv/referencecounterlist.h
 include/mythtv/remotefile.h
 include/mythtv/remoteutil.h
 include/mythtv/rssparse.h
-include/mythtv/samplerate.h
 include/mythtv/schemawizard.h
 include/mythtv/serverpool.h
-include/mythtv/settings.h
 include/mythtv/signalhandling.h
 include/mythtv/standardsettings.h
 include/mythtv/storagegroup.h
@@ -542,66 +519,66 @@ include/mythtv/verbosedefs.h
 include/mythtv/version.h
 include/mythtv/visual.h
 include/mythtv/volumebase.h
-lib/libmyth-29.so
-lib/libmyth-29.so.29
-lib/libmyth-29.so.29.0
-lib/libmyth-29.so.29.0.0
+lib/libmyth-30.so
+lib/libmyth-30.so.30
+lib/libmyth-30.so.30.0
+lib/libmyth-30.so.30.0.0
 lib/libmythavcodec.so
-lib/libmythavcodec.so.57
-lib/libmythavcodec.so.57.64.100
+lib/libmythavcodec.so.58
+lib/libmythavcodec.so.58.18.100
 lib/libmythavdevice.so
-lib/libmythavdevice.so.57
-lib/libmythavdevice.so.57.1.100
+lib/libmythavdevice.so.58
+lib/libmythavdevice.so.58.3.100
 lib/libmythavfilter.so
-lib/libmythavfilter.so.6
-lib/libmythavfilter.so.6.65.100
+lib/libmythavfilter.so.7
+lib/libmythavfilter.so.7.16.100
 lib/libmythavformat.so
-lib/libmythavformat.so.57
-lib/libmythavformat.so.57.56.100
+lib/libmythavformat.so.58
+lib/libmythavformat.so.58.12.100
 lib/libmythavutil.so
-lib/libmythavutil.so.55
-lib/libmythavutil.so.55.34.100
-lib/libmythbase-29.so
-lib/libmythbase-29.so.29
-lib/libmythbase-29.so.29.0
-lib/libmythbase-29.so.29.0.0
-lib/libmythfreemheg-29.so
-lib/libmythfreemheg-29.so.29
-lib/libmythfreemheg-29.so.29.0
-lib/libmythfreemheg-29.so.29.0.0
-lib/libmythmetadata-29.so
-lib/libmythmetadata-29.so.29
-lib/libmythmetadata-29.so.29.0
-lib/libmythmetadata-29.so.29.0.0
+lib/libmythavutil.so.56
+lib/libmythavutil.so.56.14.100
+lib/libmythbase-30.so
+lib/libmythbase-30.so.30
+lib/libmythbase-30.so.30.0
+lib/libmythbase-30.so.30.0.0
+lib/libmythfreemheg-30.so
+lib/libmythfreemheg-30.so.30
+lib/libmythfreemheg-30.so.30.0
+lib/libmythfreemheg-30.so.30.0.0
+lib/libmythmetadata-30.so
+lib/libmythmetadata-30.so.30
+lib/libmythmetadata-30.so.30.0
+lib/libmythmetadata-30.so.30.0.0
 lib/libmythpostproc.so
-lib/libmythpostproc.so.54
-lib/libmythpostproc.so.54.1.100
-lib/libmythprotoserver-29.so
-lib/libmythprotoserver-29.so.29
-lib/libmythprotoserver-29.so.29.0
-lib/libmythprotoserver-29.so.29.0.0
-lib/libmythservicecontracts-29.so
-lib/libmythservicecontracts-29.so.29
-lib/libmythservicecontracts-29.so.29.0
-lib/libmythservicecontracts-29.so.29.0.0
+lib/libmythpostproc.so.55
+lib/libmythpostproc.so.55.1.100
+lib/libmythprotoserver-30.so
+lib/libmythprotoserver-30.so.30
+lib/libmythprotoserver-30.so.30.0
+lib/libmythprotoserver-30.so.30.0.0
+lib/libmythservicecontracts-30.so
+lib/libmythservicecontracts-30.so.30
+lib/libmythservicecontracts-30.so.30.0
+lib/libmythservicecontracts-30.so.30.0.0
 lib/libmythswresample.so
-lib/libmythswresample.so.2
-lib/libmythswresample.so.2.3.100
+lib/libmythswresample.so.3
+lib/libmythswresample.so.3.1.100
 lib/libmythswscale.so
-lib/libmythswscale.so.4
-lib/libmythswscale.so.4.2.100
-lib/libmythtv-29.so
-lib/libmythtv-29.so.29
-lib/libmythtv-29.so.29.0
-lib/libmythtv-29.so.29.0.0
-lib/libmythui-29.so
-lib/libmythui-29.so.29
-lib/libmythui-29.so.29.0
-lib/libmythui-29.so.29.0.0
-lib/libmythupnp-29.so
-lib/libmythupnp-29.so.29
-lib/libmythupnp-29.so.29.0
-lib/libmythupnp-29.so.29.0.0
+lib/libmythswscale.so.5
+lib/libmythswscale.so.5.1.100
+lib/libmythtv-30.so
+lib/libmythtv-30.so.30
+lib/libmythtv-30.so.30.0
+lib/libmythtv-30.so.30.0.0
+lib/libmythui-30.so
+lib/libmythui-30.so.30
+lib/libmythui-30.so.30.0
+lib/libmythui-30.so.30.0.0
+lib/libmythupnp-30.so
+lib/libmythupnp-30.so.30
+lib/libmythupnp-30.so.30.0
+lib/libmythupnp-30.so.30.0.0
 lib/mythtv/filters/libadjust.so
 lib/mythtv/filters/libbobdeint.so
 lib/mythtv/filters/libcrop.so
@@ -968,7 +945,6 @@ lib/mythtv/filters/libyadif.so
 %%DATADIR%%/themes/MythCenter-wide/osd/tv.png
 %%DATADIR%%/themes/MythCenter-wide/osd/video.png
 %%DATADIR%%/themes/MythCenter-wide/preview.png
-%%DATADIR%%/themes/MythCenter-wide/qtlook.txt
 %%DATADIR%%/themes/MythCenter-wide/recordings-ui.xml
 %%DATADIR%%/themes/MythCenter-wide/schedule-ui.xml
 %%DATADIR%%/themes/MythCenter-wide/settings-ui.xml
@@ -1081,7 +1057,6 @@ lib/mythtv/filters/libyadif.so
 %%DATADIR%%/themes/MythCenter/osd/tv.png
 %%DATADIR%%/themes/MythCenter/osd/video.png
 %%DATADIR%%/themes/MythCenter/preview.png
-%%DATADIR%%/themes/MythCenter/qtlook.txt
 %%DATADIR%%/themes/MythCenter/recordings-ui.xml
 %%DATADIR%%/themes/MythCenter/schedule-ui.xml
 %%DATADIR%%/themes/MythCenter/status-ui.xml
@@ -1253,7 +1228,6 @@ lib/mythtv/filters/libyadif.so
 %%DATADIR%%/themes/Terra/popups/selected_submenu_arrow.png
 %%DATADIR%%/themes/Terra/popups/submenu_arrow.png
 %%DATADIR%%/themes/Terra/preview.png
-%%DATADIR%%/themes/Terra/qtlook.txt
 %%DATADIR%%/themes/Terra/recordings-ui.xml
 %%DATADIR%%/themes/Terra/recordings/filterlist_background.png
 %%DATADIR%%/themes/Terra/recordings/flagging_1.png
@@ -1471,6 +1445,7 @@ lib/mythtv/filters/libyadif.so
 %%DATADIR%%/themes/default-wide/video-ui.xml
 %%DATADIR%%/themes/default-wide/welcome-ui.xml
 %%DATADIR%%/themes/default/appear-ui.xml
+%%DATADIR%%/themes/default/aspect_button.png
 %%DATADIR%%/themes/default/autoexpire.png
 %%DATADIR%%/themes/default/avchd.png
 %%DATADIR%%/themes/default/background.png
@@ -1482,6 +1457,7 @@ lib/mythtv/filters/libyadif.so
 %%DATADIR%%/themes/default/blankbutton_on.png
 %%DATADIR%%/themes/default/blankbutton_pushed.png
 %%DATADIR%%/themes/default/bookmark.png
+%%DATADIR%%/themes/default/bookmark_button.png
 %%DATADIR%%/themes/default/bottomright.png
 %%DATADIR%%/themes/default/busyimages/0.png
 %%DATADIR%%/themes/default/busyimages/1.png
@@ -1513,6 +1489,7 @@ lib/mythtv/filters/libyadif.so
 %%DATADIR%%/themes/default/button_selected_background.png
 %%DATADIR%%/themes/default/categories.xml
 %%DATADIR%%/themes/default/cc.png
+%%DATADIR%%/themes/default/cc_button.png
 %%DATADIR%%/themes/default/check.png
 %%DATADIR%%/themes/default/checkbox_background_off.png
 %%DATADIR%%/themes/default/checkbox_background_selected.png
@@ -1530,6 +1507,8 @@ lib/mythtv/filters/libyadif.so
 %%DATADIR%%/themes/default/cursor.png
 %%DATADIR%%/themes/default/cutlist.png
 %%DATADIR%%/themes/default/damaged.png
+%%DATADIR%%/themes/default/dbl_left_arrow_button.png
+%%DATADIR%%/themes/default/dbl_right_arrow_button.png
 %%DATADIR%%/themes/default/dd.png
 %%DATADIR%%/themes/default/def-ro-lines.png
 %%DATADIR%%/themes/default/down_arrow.png
@@ -1541,6 +1520,8 @@ lib/mythtv/filters/libyadif.so
 %%DATADIR%%/themes/default/dummy720x576p25.00.ts
 %%DATADIR%%/themes/default/dummy768x576p50.00.ts
 %%DATADIR%%/themes/default/error.png
+%%DATADIR%%/themes/default/ff_button.png
+%%DATADIR%%/themes/default/fill_button.png
 %%DATADIR%%/themes/default/filler.png
 %%DATADIR%%/themes/default/galleryfolder.png
 %%DATADIR%%/themes/default/gg-arrow-down.png
@@ -1564,6 +1545,9 @@ lib/mythtv/filters/libyadif.so
 %%DATADIR%%/themes/default/htmls/progdetails_page1.html
 %%DATADIR%%/themes/default/htmls/progdetails_page2.html
 %%DATADIR%%/themes/default/image-ui.xml
+%%DATADIR%%/themes/default/info_button.png
+%%DATADIR%%/themes/default/jump_bookmark_button.png
+%%DATADIR%%/themes/default/jump_start_button.png
 %%DATADIR%%/themes/default/keyboard/ar.xml
 %%DATADIR%%/themes/default/keyboard/da.xml
 %%DATADIR%%/themes/default/keyboard/de.xml
@@ -1629,6 +1613,7 @@ lib/mythtv/filters/libyadif.so
 %%DATADIR%%/themes/default/lb-uparrow-reg.png
 %%DATADIR%%/themes/default/lb-uparrow-sel.png
 %%DATADIR%%/themes/default/left_arrow.png
+%%DATADIR%%/themes/default/left_arrow_button.png
 %%DATADIR%%/themes/default/leftarrow.png
 %%DATADIR%%/themes/default/leftright_off.png
 %%DATADIR%%/themes/default/leftright_on.png
@@ -1881,12 +1866,15 @@ lib/mythtv/filters/libyadif.so
 %%DATADIR%%/themes/default/locale/zw.png
 %%DATADIR%%/themes/default/md_progress_background.png
 %%DATADIR%%/themes/default/md_rip_banner.png
+%%DATADIR%%/themes/default/menu_button.png
 %%DATADIR%%/themes/default/menu_cutlist.xml
 %%DATADIR%%/themes/default/menu_cutlist_compact.xml
 %%DATADIR%%/themes/default/menu_playback.xml
 %%DATADIR%%/themes/default/menu_playback_compact.xml
 %%DATADIR%%/themes/default/mono.png
+%%DATADIR%%/themes/default/more_button.png
 %%DATADIR%%/themes/default/musicscanner.png
+%%DATADIR%%/themes/default/muted_button.png
 %%DATADIR%%/themes/default/mv_browse_background.png
 %%DATADIR%%/themes/default/mv_browse_selector.png
 %%DATADIR%%/themes/default/mv_filerequest.png
@@ -1905,6 +1893,7 @@ lib/mythtv/filters/libyadif.so
 %%DATADIR%%/themes/default/notification-ui.xml
 %%DATADIR%%/themes/default/osd.xml
 %%DATADIR%%/themes/default/osd_subtitle.xml
+%%DATADIR%%/themes/default/pause_button.png
 %%DATADIR%%/themes/default/pd-background.png
 %%DATADIR%%/themes/default/pf-background.png
 %%DATADIR%%/themes/default/pf-lines.png
@@ -1913,6 +1902,7 @@ lib/mythtv/filters/libyadif.so
 %%DATADIR%%/themes/default/pf-sel3.png
 %%DATADIR%%/themes/default/pf-top.png
 %%DATADIR%%/themes/default/pf-topbackground.png
+%%DATADIR%%/themes/default/play_button.png
 %%DATADIR%%/themes/default/playlist_yes.png
 %%DATADIR%%/themes/default/preview.png
 %%DATADIR%%/themes/default/processing.png
@@ -1921,7 +1911,9 @@ lib/mythtv/filters/libyadif.so
 %%DATADIR%%/themes/default/progressbar_fill2.png
 %%DATADIR%%/themes/default/reclist_background.png
 %%DATADIR%%/themes/default/recordings-ui.xml
+%%DATADIR%%/themes/default/rew_button.png
 %%DATADIR%%/themes/default/right_arrow.png
+%%DATADIR%%/themes/default/right_arrow_button.png
 %%DATADIR%%/themes/default/rightarrow.png
 %%DATADIR%%/themes/default/rk-background.png
 %%DATADIR%%/themes/default/rk-lines.png
@@ -1966,6 +1958,7 @@ lib/mythtv/filters/libyadif.so
 %%DATADIR%%/themes/default/status-bar.png
 %%DATADIR%%/themes/default/status-ui.xml
 %%DATADIR%%/themes/default/stereo.png
+%%DATADIR%%/themes/default/stop_button.png
 %%DATADIR%%/themes/default/subs.png
 %%DATADIR%%/themes/default/subs_onscreen.png
 %%DATADIR%%/themes/default/surround.png
@@ -1980,6 +1973,7 @@ lib/mythtv/filters/libyadif.so
 %%DATADIR%%/themes/default/trans-sr-background.png
 %%DATADIR%%/themes/default/unchecked.png
 %%DATADIR%%/themes/default/unchecked_high.png
+%%DATADIR%%/themes/default/unmuted_button.png
 %%DATADIR%%/themes/default/up_arrow.png
 %%DATADIR%%/themes/default/uparrow.png
 %%DATADIR%%/themes/default/very_wide_button_background.png

Modified: head/multimedia/mythtv/Makefile
==============================================================================
--- head/multimedia/mythtv/Makefile	Sun Feb 10 22:11:48 2019	(r492654)
+++ head/multimedia/mythtv/Makefile	Sun Feb 10 22:28:16 2019	(r492655)
@@ -3,8 +3,8 @@
 
 PORTNAME=	mythtv
 DISTVERSIONPREFIX=	v
-DISTVERSION=	29.1
-PORTREVISION?=	3
+DISTVERSION=	30.0
+PORTREVISION?=	0
 PORTEPOCH=	1
 CATEGORIES=	multimedia
 
@@ -14,21 +14,24 @@ COMMENT?=	MythTV is a homebrew PVR project
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		fails to build
 ONLY_FOR_ARCHS=	amd64 i386
 
-LIB_DEPENDS=	libmp3lame.so:audio/lame \
+LIB_DEPENDS=	liblzo2.so:archivers/lzo2 \
+		libmp3lame.so:audio/lame \
+		libsamplerate.so:audio/libsamplerate \
 		libtag.so:audio/taglib \
 		libexiv2.so:graphics/exiv2 \
 		libva.so:multimedia/libva \
+		libbluray.so:multimedia/libbluray \
 		libass.so:multimedia/libass \
 		libfftw3_threads.so:math/fftw3 \
 		libfftw3f.so:math/fftw3-float \
 		libfreetype.so:print/freetype2 \
 		libxml2.so:textproc/libxml2
-BUILD_DEPENDS=	yasm:devel/yasm
+BUILD_DEPENDS=	yasm:devel/yasm \
+		${LOCALBASE}/include/linux/input.h:devel/evdev-proto
 
-USES=		gmake iconv libtool pkgconfig pathfix qmake:no_env qt:5 ssl
+USES=		gmake gl iconv libtool pkgconfig pathfix qmake:no_env qt:5 ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	MythTV
 USE_GL=		gl
@@ -42,8 +45,8 @@ HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix="${PREFIX}" --cc="${CC}" --cxx="${CXX}" \
 		--libxml2-path="${LOCALBASE}/include/libxml2" \
 		--enable-opengl-video \
-		--disable-audio-alsa --disable-indev=alsa --disable-outdev=alsa \
-		--disable-mythlogserver
+		--disable-audio-alsa --disable-indev=alsa \
+		--disable-outdev=alsa
 CONFIGURE_ENV=	QMAKESPEC="${QMAKESPEC}" MOC="${MOC}" \
 		QTDIR="${PREFIX}" PKG_CONFIG_PATH="${LOCALBASE}/libdata/pkgconfig"
 MAKE_ENV=	QTDIR="${PREFIX}" \
@@ -84,7 +87,8 @@ SHEBANG_FILES=	programs/scripts/database/*.pl \
 		programs/scripts/internetcontent/nv_python_libs/*.py \
 		programs/scripts/hardwareprofile/*.py \
 		programs/scripts/metadata/Television/ttvdb.py \
-		programs/scripts/metadata/Movie/tmdb3.py
+		programs/scripts/metadata/Movie/tmdb3.py \
+		programs/scripts/metadata/Music/mbutils.py
 
 CONFIGURE_ARGS+=--dvb-path="${LOCALBASE}/include" \
 		--enable-ivtv --enable-v4l2 --enable-xv
@@ -108,6 +112,7 @@ BINDINGS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}MySQLdb
 			p5-DBD-mysql>0:databases/p5-DBD-mysql \
 			p5-Net-UPnP>=0:multimedia/p5-Net-UPnP \
 			p5-IO-Socket-INET6>=2.51:net/p5-IO-Socket-INET6 \
+			p5-XML-Simple>=0:textproc/p5-XML-Simple \
 			p5-HTTP-Request-Params>=0:www/p5-HTTP-Request-Params \
 			p5-LWP-UserAgent-Determined>=0:www/p5-LWP-UserAgent-Determined
 BINDINGS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb@${PY_FLAVOR} \
@@ -121,6 +126,7 @@ BINDINGS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}MySQLdb>=
 			p5-DBD-mysql>0:databases/p5-DBD-mysql \
 			p5-Net-UPnP>=0:multimedia/p5-Net-UPnP \
 			p5-IO-Socket-INET6>=2.51:net/p5-IO-Socket-INET6 \
+			p5-XML-Simple>=0:textproc/p5-XML-Simple \
 			p5-HTTP-Request-Params>=0:www/p5-HTTP-Request-Params \
 			p5-LWP-UserAgent-Determined>=0:www/p5-LWP-UserAgent-Determined
 BINDINGS_CONFIGURE_ON=	--python=${PYTHON_CMD}

Modified: head/multimedia/mythtv/distinfo
==============================================================================
--- head/multimedia/mythtv/distinfo	Sun Feb 10 22:11:48 2019	(r492654)
+++ head/multimedia/mythtv/distinfo	Sun Feb 10 22:28:16 2019	(r492655)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539236555
-SHA256 (MythTV-mythtv-v29.1_GH0.tar.gz) = e40ec8111d39fd059a9ec741b10016683bcc66ee3b33c4cdaab93d60851f5d3e
-SIZE (MythTV-mythtv-v29.1_GH0.tar.gz) = 105616253
+TIMESTAMP = 1548724555
+SHA256 (MythTV-mythtv-v30.0_GH0.tar.gz) = 7f7ae9b8927659616f181afc12d7ddc26b0a4b0d13982e2586985f4770640b43
+SIZE (MythTV-mythtv-v30.0_GH0.tar.gz) = 101169041

Modified: head/multimedia/mythtv/files/extrapatch-programs_programs.pro
==============================================================================
--- head/multimedia/mythtv/files/extrapatch-programs_programs.pro	Sun Feb 10 22:11:48 2019	(r492654)
+++ head/multimedia/mythtv/files/extrapatch-programs_programs.pro	Sun Feb 10 22:28:16 2019	(r492655)
@@ -2,7 +2,7 @@ Disable backend components for multimedia/mythtv-front
 
 --- programs/programs.pro.orig	2018-01-11 12:39:22 UTC
 +++ programs/programs.pro
-@@ -15,12 +15,4 @@ using_frontend {
+@@ -15,13 +15,4 @@ using_frontend {
      !mingw:!win32-msvc*: SUBDIRS += mythtranscode/external/replex
  }
  
@@ -12,6 +12,7 @@ Disable backend components for multimedia/mythtv-front
 -
 -    !win32-msvc*:SUBDIRS += scripts
 -    !mingw:!win32-msvc*: SUBDIRS += mythfilerecorder
+-    !mingw:!win32-msvc*: SUBDIRS += mythexternrecorder
 -}
 -
  using_mythtranscode: SUBDIRS += mythtranscode

Modified: head/multimedia/mythtv/files/patch-configure
==============================================================================
--- head/multimedia/mythtv/files/patch-configure	Sun Feb 10 22:11:48 2019	(r492654)
+++ head/multimedia/mythtv/files/patch-configure	Sun Feb 10 22:28:16 2019	(r492655)
@@ -41,12 +41,4 @@
  }
  
  as_o(){
-@@ -8840,7 +8840,7 @@ INCDIR=\$(INSTALL_ROOT)$incdir
- BINDIR=\$(INSTALL_ROOT)$bindir
- DATADIR=\$(INSTALL_ROOT)$datadir
- MANDIR=\$(INSTALL_ROOT)$mandir
--CFLAGS=${CFLAGS} -DFF_API_OLD_DECODE_AUDIO=1 -w
-+CFLAGS=${CFLAGS} -DFF_API_OLD_DECODE_AUDIO=1 -I${prefix}/include -w
- endif # FFMPEG_CONFIG_MAK
- EOF
  

Added: head/multimedia/mythtv/files/patch-libs_libmythtv_videodev2.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/mythtv/files/patch-libs_libmythtv_videodev2.h	Sun Feb 10 22:28:16 2019	(r492655)
@@ -0,0 +1,34 @@
+--- libs/libmythtv/videodev2.h.orig      2018-01-11 12:39:22 UTC
++++ libs/libmythtv/videodev2.h
+@@ -60,6 +60,32 @@
+ #ifdef __FreeBSD__
+ #include <linux/input.h>	// For __[us][0-9]+ types
++#ifndef __u64
++typedef uint64_t __u64;
++#endif
++#ifndef __u32
++typedef uint32_t __u32;
++#endif
++#ifndef __u16
++typedef uint16_t __u16;
++#endif
++#ifndef __u8
++typedef uint8_t __u8;
++#endif
++
++#ifndef __s64
++typedef int64_t __s64;
++#endif
++#ifndef __s32
++typedef int32_t __s32;
++#endif
++#ifndef __s16
++typedef int16_t __s16;
++#endif
++#ifndef __s8
++typedef int8_t __s8;
++#endif
++
+ #define __le64 __u64
+ #define __le32 __u32
+ #define __le16 __u16

Modified: head/multimedia/mythtv/pkg-plist
==============================================================================
--- head/multimedia/mythtv/pkg-plist	Sun Feb 10 22:11:48 2019	(r492654)
+++ head/multimedia/mythtv/pkg-plist	Sun Feb 10 22:28:16 2019	(r492655)
@@ -2,13 +2,12 @@ bin/mythavtest
 bin/mythbackend
 bin/mythccextractor
 bin/mythcommflag
+bin/mythexternrecorder
 bin/mythffmpeg
 bin/mythffprobe
-bin/mythffserver
 bin/mythfilerecorder
 bin/mythfilldatabase
 bin/mythfrontend
-bin/mythhdhomerun_config
 bin/mythjobqueue
 bin/mythlcdserver
 bin/mythmediaserver
@@ -30,40 +29,6 @@ include/mythtv/audiooutpututil.h
 include/mythtv/audiosettings.h
 include/mythtv/autodeletedeque.h
 include/mythtv/blockinput.h
-include/mythtv/bluray/array.h
-include/mythtv/bluray/attributes.h
-include/mythtv/bluray/bdid_parse.h
-include/mythtv/bluray/bdparse.h
-include/mythtv/bluray/bits.h
-include/mythtv/bluray/bluray.h
-include/mythtv/bluray/clpi_data.h
-include/mythtv/bluray/clpi_parse.h
-include/mythtv/bluray/dirs.h
-include/mythtv/bluray/dl.h
-include/mythtv/bluray/event_queue.h
-include/mythtv/bluray/extdata_parse.h
-include/mythtv/bluray/file.h
-include/mythtv/bluray/filesystem.h
-include/mythtv/bluray/hdmv_insn.h
-include/mythtv/bluray/hdmv_vm.h
-include/mythtv/bluray/index_parse.h
-include/mythtv/bluray/log_control.h
-include/mythtv/bluray/logging.h
-include/mythtv/bluray/macro.h
-include/mythtv/bluray/meta_data.h
-include/mythtv/bluray/meta_parse.h
-include/mythtv/bluray/mobj_data.h
-include/mythtv/bluray/mobj_parse.h
-include/mythtv/bluray/mobj_print.h
-include/mythtv/bluray/mount.h
-include/mythtv/bluray/mpls_parse.h
-include/mythtv/bluray/mutex.h
-include/mythtv/bluray/navigation.h
-include/mythtv/bluray/refcnt.h
-include/mythtv/bluray/sound_parse.h
-include/mythtv/bluray/strutl.h
-include/mythtv/bluray/time.h
-include/mythtv/bluray/uo_mask_table.h
 include/mythtv/bonjourregister.h
 include/mythtv/bswap.h
 include/mythtv/compat.h
@@ -81,11 +46,25 @@ include/mythtv/eldutils.h
 include/mythtv/exitcodes.h
 include/mythtv/ffmpeg-mmx.h
 include/mythtv/filesysteminfo.h
+include/mythtv/goom/drawmethods.h
+include/mythtv/goom/filters.h
+include/mythtv/goom/goom_core.h
+include/mythtv/goom/goom_tools.h
+include/mythtv/goom/goomconfig.h
+include/mythtv/goom/graphic.h
+include/mythtv/goom/ifs.h
+include/mythtv/goom/lines.h
+include/mythtv/goom/mathtools.h
+include/mythtv/goom/mmx.h
+include/mythtv/goom/tentacle3d.h
+include/mythtv/goom/v3d.h
 include/mythtv/hardwareprofile.h
 include/mythtv/iso3166.h
 include/mythtv/iso639.h
 include/mythtv/langsettings.h
 include/mythtv/lcddevice.h
+include/mythtv/libavcodec/ac3_parser.h
+include/mythtv/libavcodec/adts_parser.h
 include/mythtv/libavcodec/avcodec.h
 include/mythtv/libavcodec/avdct.h
 include/mythtv/libavcodec/avfft.h
@@ -97,7 +76,6 @@ include/mythtv/libavcodec/jni.h
 include/mythtv/libavcodec/mediacodec.h
 include/mythtv/libavcodec/qsv.h
 include/mythtv/libavcodec/vaapi.h
-include/mythtv/libavcodec/vda.h
 include/mythtv/libavcodec/vdpau.h
 include/mythtv/libavcodec/version.h
 include/mythtv/libavcodec/videotoolbox.h
@@ -106,7 +84,6 @@ include/mythtv/libavcodec/xvmc.h
 include/mythtv/libavdevice/avdevice.h
 include/mythtv/libavdevice/version.h
 include/mythtv/libavfilter/avfilter.h
-include/mythtv/libavfilter/avfiltergraph.h
 include/mythtv/libavfilter/buffersink.h
 include/mythtv/libavfilter/buffersrc.h
 include/mythtv/libavfilter/version.h
@@ -137,6 +114,7 @@ include/mythtv/libavutil/des.h
 include/mythtv/libavutil/dict.h
 include/mythtv/libavutil/display.h
 include/mythtv/libavutil/downmix_info.h
+include/mythtv/libavutil/encryption_info.h
 include/mythtv/libavutil/error.h
 include/mythtv/libavutil/eval.h
 include/mythtv/libavutil/ffversion.h
@@ -147,10 +125,14 @@ include/mythtv/libavutil/hash.h
 include/mythtv/libavutil/hmac.h
 include/mythtv/libavutil/hwcontext.h
 include/mythtv/libavutil/hwcontext_cuda.h
+include/mythtv/libavutil/hwcontext_d3d11va.h
+include/mythtv/libavutil/hwcontext_drm.h
 include/mythtv/libavutil/hwcontext_dxva2.h
+include/mythtv/libavutil/hwcontext_mediacodec.h
 include/mythtv/libavutil/hwcontext_qsv.h
 include/mythtv/libavutil/hwcontext_vaapi.h
 include/mythtv/libavutil/hwcontext_vdpau.h
+include/mythtv/libavutil/hwcontext_videotoolbox.h
 include/mythtv/libavutil/imgutils.h
 include/mythtv/libavutil/intfloat.h
 include/mythtv/libavutil/intreadwrite.h
@@ -177,6 +159,7 @@ include/mythtv/libavutil/ripemd.h
 include/mythtv/libavutil/samplefmt.h
 include/mythtv/libavutil/sha.h
 include/mythtv/libavutil/sha512.h
+include/mythtv/libavutil/spherical.h
 include/mythtv/libavutil/stereo3d.h
 include/mythtv/libavutil/tea.h
 include/mythtv/libavutil/threadmessage.h
@@ -195,8 +178,6 @@ include/mythtv/libmyth/audiosettings.h
 include/mythtv/libmyth/dialogbox.h
 include/mythtv/libmyth/eldutils.h
 include/mythtv/libmyth/langsettings.h
-include/mythtv/libmyth/mythconfigdialogs.h
-include/mythtv/libmyth/mythconfiggroups.h
 include/mythtv/libmyth/mythcontext.h
 include/mythtv/libmyth/mythdialogs.h
 include/mythtv/libmyth/mythexp.h
@@ -214,7 +195,6 @@ include/mythtv/libmyth/recordingtypes.h
 include/mythtv/libmyth/remoteutil.h
 include/mythtv/libmyth/rssparse.h
 include/mythtv/libmyth/schemawizard.h
-include/mythtv/libmyth/settings.h
 include/mythtv/libmyth/standardsettings.h
 include/mythtv/libmyth/storagegroupeditor.h
 include/mythtv/libmyth/visual.h
@@ -261,6 +241,7 @@ include/mythtv/libmythbase/mythsession.h
 include/mythtv/libmythbase/mythsingledownload.h
 include/mythtv/libmythbase/mythsocket.h
 include/mythtv/libmythbase/mythsocket_cb.h
+include/mythtv/libmythbase/mythsorthelper.h
 include/mythtv/libmythbase/mythstorage.h
 include/mythtv/libmythbase/mythsystem.h
 include/mythtv/libmythbase/mythsystemlegacy.h
@@ -440,7 +421,6 @@ include/mythtv/metadata/videometadatalistmanager.h
 include/mythtv/metadata/videoscan.h
 include/mythtv/metadata/videoutils.h
 include/mythtv/metadataimagehelper.h
-include/mythtv/minilzo.h
 include/mythtv/mpeg2dec/mpeg2.h
 include/mythtv/mthread.h
 include/mythtv/mthreadpool.h
@@ -450,8 +430,6 @@ include/mythtv/mythcdrom.h
 include/mythtv/mythcommandlineparser.h
 include/mythtv/mythconfig.h
 include/mythtv/mythconfig.mak
-include/mythtv/mythconfigdialogs.h
-include/mythtv/mythconfiggroups.h
 include/mythtv/mythcontext.h
 include/mythtv/mythcorecontext.h
 include/mythtv/mythcoreutil.h
@@ -480,6 +458,7 @@ include/mythtv/mythsession.h
 include/mythtv/mythsingledownload.h
 include/mythtv/mythsocket.h
 include/mythtv/mythsocket_cb.h
+include/mythtv/mythsorthelper.h
 include/mythtv/mythstorage.h
 include/mythtv/mythsystem.h
 include/mythtv/mythsystemlegacy.h
@@ -504,10 +483,8 @@ include/mythtv/referencecounterlist.h
 include/mythtv/remotefile.h
 include/mythtv/remoteutil.h
 include/mythtv/rssparse.h
-include/mythtv/samplerate.h
 include/mythtv/schemawizard.h
 include/mythtv/serverpool.h
-include/mythtv/settings.h
 include/mythtv/signalhandling.h
 include/mythtv/standardsettings.h
 include/mythtv/storagegroup.h
@@ -550,70 +527,66 @@ include/mythtv/verbosedefs.h
 include/mythtv/version.h
 include/mythtv/visual.h
 include/mythtv/volumebase.h
-lib/libmyth-29.so
-lib/libmyth-29.so.29
-lib/libmyth-29.so.29.0
-lib/libmyth-29.so.29.0.0
+lib/libmyth-30.so
+lib/libmyth-30.so.30
+lib/libmyth-30.so.30.0
+lib/libmyth-30.so.30.0.0
 lib/libmythavcodec.so
-lib/libmythavcodec.so.57
-lib/libmythavcodec.so.57.64.100
+lib/libmythavcodec.so.58
+lib/libmythavcodec.so.58.18.100
 lib/libmythavdevice.so
-lib/libmythavdevice.so.57
-lib/libmythavdevice.so.57.1.100
+lib/libmythavdevice.so.58
+lib/libmythavdevice.so.58.3.100
 lib/libmythavfilter.so
-lib/libmythavfilter.so.6
-lib/libmythavfilter.so.6.65.100
+lib/libmythavfilter.so.7
+lib/libmythavfilter.so.7.16.100
 lib/libmythavformat.so
-lib/libmythavformat.so.57
-lib/libmythavformat.so.57.56.100
+lib/libmythavformat.so.58
+lib/libmythavformat.so.58.12.100
 lib/libmythavutil.so
-lib/libmythavutil.so.55
-lib/libmythavutil.so.55.34.100
-lib/libmythbase-29.so
-lib/libmythbase-29.so.29
-lib/libmythbase-29.so.29.0
-lib/libmythbase-29.so.29.0.0
-lib/libmythfreemheg-29.so
-lib/libmythfreemheg-29.so.29
-lib/libmythfreemheg-29.so.29.0
-lib/libmythfreemheg-29.so.29.0.0
-lib/libmythhdhomerun-29.so
-lib/libmythhdhomerun-29.so.29
-lib/libmythhdhomerun-29.so.29.0
-lib/libmythhdhomerun-29.so.29.0.0
-lib/libmythmetadata-29.so
-lib/libmythmetadata-29.so.29
-lib/libmythmetadata-29.so.29.0
-lib/libmythmetadata-29.so.29.0.0
+lib/libmythavutil.so.56
+lib/libmythavutil.so.56.14.100
+lib/libmythbase-30.so
+lib/libmythbase-30.so.30
+lib/libmythbase-30.so.30.0
+lib/libmythbase-30.so.30.0.0
+lib/libmythfreemheg-30.so
+lib/libmythfreemheg-30.so.30
+lib/libmythfreemheg-30.so.30.0
+lib/libmythfreemheg-30.so.30.0.0
+lib/libmythmetadata-30.so
+lib/libmythmetadata-30.so.30
+lib/libmythmetadata-30.so.30.0
+lib/libmythmetadata-30.so.30.0.0
 lib/libmythpostproc.so
-lib/libmythpostproc.so.54
-lib/libmythpostproc.so.54.1.100
-lib/libmythprotoserver-29.so
-lib/libmythprotoserver-29.so.29
-lib/libmythprotoserver-29.so.29.0
-lib/libmythprotoserver-29.so.29.0.0
-lib/libmythservicecontracts-29.so
-lib/libmythservicecontracts-29.so.29
-lib/libmythservicecontracts-29.so.29.0
-lib/libmythservicecontracts-29.so.29.0.0
+lib/libmythpostproc.so.55
+lib/libmythpostproc.so.55.1.100
+lib/libmythprotoserver-30.so
+lib/libmythprotoserver-30.so.30
+lib/libmythprotoserver-30.so.30.0
+lib/libmythprotoserver-30.so.30.0.0
+lib/libmythservicecontracts-30.so
+lib/libmythservicecontracts-30.so.30
+lib/libmythservicecontracts-30.so.30.0
+lib/libmythservicecontracts-30.so.30.0.0
 lib/libmythswresample.so
-lib/libmythswresample.so.2
-lib/libmythswresample.so.2.3.100
+lib/libmythswresample.so.3
+lib/libmythswresample.so.3.1.100
 lib/libmythswscale.so
-lib/libmythswscale.so.4
-lib/libmythswscale.so.4.2.100
-lib/libmythtv-29.so
-lib/libmythtv-29.so.29
-lib/libmythtv-29.so.29.0
-lib/libmythtv-29.so.29.0.0
-lib/libmythui-29.so
-lib/libmythui-29.so.29
-lib/libmythui-29.so.29.0
-lib/libmythui-29.so.29.0.0
-lib/libmythupnp-29.so
-lib/libmythupnp-29.so.29
-lib/libmythupnp-29.so.29.0
-lib/libmythupnp-29.so.29.0.0
+lib/libmythswscale.so.5
+lib/libmythswscale.so.5.1.100
+lib/libmythtv-30.so
+lib/libmythtv-30.so.30
+lib/libmythtv-30.so.30.0
+lib/libmythtv-30.so.30.0.0
+lib/libmythui-30.so
+lib/libmythui-30.so.30
+lib/libmythui-30.so.30.0

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902102228.x1AMSGT4090602>