mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Change libcec dependency for rpm (#1108)
This commit is contained in:
parent
0f2563235d
commit
c253b820b3
@ -69,6 +69,13 @@ all linux specific led and grabber hardware via cmake. Because we use QT as fram
|
|||||||
## Arch
|
## Arch
|
||||||
See [AUR](https://aur.archlinux.org/packages/?O=0&SeB=nd&K=hyperion&outdated=&SB=n&SO=a&PP=50&do_Search=Go) for PKGBUILDs on arch. If the PKGBUILD does not work ask questions there please.
|
See [AUR](https://aur.archlinux.org/packages/?O=0&SeB=nd&K=hyperion&outdated=&SB=n&SO=a&PP=50&do_Search=Go) for PKGBUILDs on arch. If the PKGBUILD does not work ask questions there please.
|
||||||
|
|
||||||
|
## Fedora
|
||||||
|
The following dependencies are needed to build hyperion.ng on fedora.
|
||||||
|
```
|
||||||
|
sudo dnf -y groupinstall "Development Tools"
|
||||||
|
sudo dnf install python3-devel qt-devel qt5-qtbase-devel qt5-qtserialport-devel libjpeg-devel xrandr xcb-util-image-devel qt5-qtx11extras-devel turbojpeg-devel libusb-devel avahi-libs avahi-compat-libdns_sd-devel xcb-util-devel dbus-devel openssl-devel fedora-packager rpmdevtools gcc libcec-devel
|
||||||
|
```
|
||||||
|
After installing the dependencies, you can continue with the compile instructions later on this page (the more detailed way..).
|
||||||
|
|
||||||
## OSX
|
## OSX
|
||||||
To install on OS X you either need Homebrew or Macport but Homebrew is the recommended way to install the packages. To use Homebrew XCode is required as well, use `brew doctor` to check your install.
|
To install on OS X you either need Homebrew or Macport but Homebrew is the recommended way to install the packages. To use Homebrew XCode is required as well, use `brew doctor` to check your install.
|
||||||
|
@ -66,7 +66,7 @@ SET ( CPACK_DEBIAN_PACKAGE_SECTION "Miscellaneous" )
|
|||||||
SET ( CPACK_RPM_PACKAGE_RELEASE 1 )
|
SET ( CPACK_RPM_PACKAGE_RELEASE 1 )
|
||||||
SET ( CPACK_RPM_PACKAGE_LICENSE "MIT" )
|
SET ( CPACK_RPM_PACKAGE_LICENSE "MIT" )
|
||||||
SET ( CPACK_RPM_PACKAGE_GROUP "Applications" )
|
SET ( CPACK_RPM_PACKAGE_GROUP "Applications" )
|
||||||
SET ( CPACK_RPM_PACKAGE_REQUIRES "libcec4" )
|
SET ( CPACK_RPM_PACKAGE_REQUIRES "libcec >= 4.0.0" )
|
||||||
SET ( CPACK_RPM_PRE_INSTALL_SCRIPT_FILE "${CMAKE_CURRENT_SOURCE_DIR}/cmake/rpm/preinst" )
|
SET ( CPACK_RPM_PRE_INSTALL_SCRIPT_FILE "${CMAKE_CURRENT_SOURCE_DIR}/cmake/rpm/preinst" )
|
||||||
SET ( CPACK_RPM_POST_INSTALL_SCRIPT_FILE "${CMAKE_CURRENT_SOURCE_DIR}/cmake/rpm/postinst" )
|
SET ( CPACK_RPM_POST_INSTALL_SCRIPT_FILE "${CMAKE_CURRENT_SOURCE_DIR}/cmake/rpm/postinst" )
|
||||||
SET ( CPACK_RPM_PRE_UNINSTALL_SCRIPT_FILE "${CMAKE_CURRENT_SOURCE_DIR}/cmake/rpm/prerm" )
|
SET ( CPACK_RPM_PRE_UNINSTALL_SCRIPT_FILE "${CMAKE_CURRENT_SOURCE_DIR}/cmake/rpm/prerm" )
|
||||||
|
Loading…
Reference in New Issue
Block a user