freebsd-ports/multimedia/mythtv/files/patch-configure
Alan Hicks 8e499572c7
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
2024-02-27 12:56:28 +08:00

11 lines
424 B
Text

--- configure.orig 2024-02-25 17:30:55 UTC
+++ configure
@@ -5435,7 +5435,7 @@ if enabled system_libexiv2 ; then
# libexiv2
if enabled system_libexiv2 ; then
- if $(pkg-config --atleast-version="0.99" exiv2); then
+ if $(pkg-config --atleast-version="0.28" exiv2); then
use_pkg_config exiv2 exiv2 exiv2/exiv2.hpp versionNumber
elif [ $target_os != "android" ] ; then
disable system_libexiv2