diff options
author | Alan Hicks <ahicks@p-o.co.uk> | 2024-02-27 04:56:28 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2024-02-27 04:56:28 +0000 |
commit | 8e499572c780cdeb3668041f1ad5ca76a93531de (patch) | |
tree | e3926f9e79346a763fef7d0f326da933dfd63b84 /multimedia/mythtv/Makefile | |
parent | b6e0799b0da58f0990c5c57f255e065fa806153b (diff) | |
download | ports-8e499572c780cdeb3668041f1ad5ca76a93531de.tar.gz ports-8e499572c780cdeb3668041f1ad5ca76a93531de.zip |
multimedia/mythtv: Update to 34.0, along with related ports
multimedia/mythtv
Patched to use exiv2 v 2.8 from ports
Redundant references to slave port mythtv-frontend removed
New Web App interface (http://example.com:6544).
Replaces WebFrontend, provides all mythtv-setup access.
It is recommended to use the web app instead of mythweb.
audio/mythplugin-mythmusic
"Play Now" any songs from "Browse Music Library"
New Spectrogram and Spectrum full screen visualizations with options
Music navigation controls work during full screen visual
www/mythplugin-mythweb
Version bump
ffmpeg v5.1 is still included and required to build mythtv
https://www.mythtv.org/wiki/Release_Notes_-_34
PR: 277335
Diffstat (limited to 'multimedia/mythtv/Makefile')
-rw-r--r-- | multimedia/mythtv/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile index 99824aa16f7c..5733489accc8 100644 --- a/multimedia/mythtv/Makefile +++ b/multimedia/mythtv/Makefile @@ -1,7 +1,6 @@ PORTNAME= mythtv DISTVERSIONPREFIX= v -DISTVERSION= 33.1 -PORTREVISION= 6 +DISTVERSION= 34.0 PORTEPOCH= 1 CATEGORIES= multimedia @@ -164,7 +163,6 @@ post-patch: ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \ ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \ ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze -.if !defined(SLAVEPORT) # Header file from: # https://git.linuxtv.org/media_tree.git/tree/include/uapi/linux/dvb @${MKDIR} ${LINUXDVB} @@ -219,19 +217,14 @@ post-patch: -e 's|/usr/bin/perl|${LOCALBASE}/bin/perl|g' \ -e 's|__user||g' \ ${LINUXDVB}/frontend.h -.endif pre-install: -.if !defined(SLAVEPORT) @${REINPLACE_CMD} -e '/^CPPFLAGS=/ s#$$# -I${LOCALBASE}/include#' \ ${WRKSRC}/libs/libmythbase/mythconfig.mak -.endif post-install: -.if !defined(SLAVEPORT) @${MKDIR} ${STAGEDIR}${PREFIX}/share/mythtv/database ${INSTALL_DATA} ${WRKSRC}/database/mc.sql ${STAGEDIR}${PREFIX}/share/mythtv/database -.endif @${FIND} ${STAGEDIR}${PREFIX}/bin -type f -exec ${SH} -c "${FILE} -i '{}' | \ ${GREP} -q 'x-executable; charset=binary'" \; -print | ${XARGS} ${STRIP_CMD} @${FIND} ${STAGEDIR}${PREFIX}/lib -type f -name lib\*.so.\* | ${XARGS} ${STRIP_CMD} |