Projects
Multimedia
mythtv
remove-unwanted-dependency.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File remove-unwanted-dependency.patch of Package mythtv (Revision 22)
Currently displaying revision
22
,
Show latest
diff -Nur mythtv-fixes-31.0+git20210808.5da2523154/mythtv/configure new/mythtv/configure --- mythtv-fixes-31.0+git20210808.5da2523154/mythtv/configure 2021-08-08 14:39:56.000000000 +0200 +++ new/mythtv/configure 2021-08-11 18:08:57.760086881 +0200 @@ -5899,44 +5899,7 @@ if $(pkg-config --atleast-version="0.9.3" libbluray); then use_pkg_config libbluray libbluray libbluray/bluray.h bd_open else - case $target_os in - linux) - # Some older supported linux versions don't have a - # libbluray current enough to support MythTV. Allow - # only those systems to reach the bottom of the - # following case statement. This list should only - # shrink over time. - . /etc/os-release - case $ID in - centos) - if test $VERSION_ID -gt 8; then - die "ERROR: can not find libbluray." - fi - ;; - ubuntu) - case $VERSION_ID in - 17*|18*|19*|2*) - die "ERROR: can not find libbluray." - ;; - esac - ;; - debian) - if test $VERSION_ID -gt 8; then - die "ERROR: can not find libbluray." - fi - ;; - *) - die "ERROR: can not find libbluray." - ;; - esac - disable libbluray_external - ;; - *) - # FreeBSD provides libbluray 1.0.2 - # All others unknown. - die "ERROR: can not find libbluray." - ;; - esac + die "ERROR: can not find libbluray." fi fi @@ -6540,17 +6503,6 @@ } enable enforce_wshadow -case $target_os in - android) - disable enforce_wshadow - ;; - linux) - . /etc/os-release - if test $ID = "centos"; then - disable enforce_wshadow - fi - ;; -esac if $(pkg-config --exists Qt5WebKit) || $(pkg-config --exists QtWebKit) ; then enable qtwebkit
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.