Created
October 6, 2015 00:51
-
-
Save sedrubal/955c95cdc632ae0590d7 to your computer and use it in GitHub Desktop.
mumble - RPM SPEC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Because of a bug you have to run: | |
#sudo ln -s /usr/include/speech-dispatcher/libspeechd.h /usr/include/libspeechd.h | |
#sudo ln -s /usr/include/speech-dispatcher/libspeechd_version.h /usr/include/libspeechd_version.h | |
# And you should verify the download by using the signature: | |
#https://github.com/mumble-voip/mumble/releases/download/1.2.10/mumble-1.2.10.tar.gz.sig | |
Name: mumble | |
Version: 1.2.10 | |
Release: 1%{?dist} | |
Summary: Mumble VoIP Client/Server | |
Group: Applications/Multimedia | |
License: BSD | |
URL: http://mumble.info | |
Source0: https://github.com/%{name}-voip/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz | |
BuildRequires: alsa-lib-devel | |
BuildRequires: automake | |
BuildRequires: avahi-compat-libdns_sd-devel | |
BuildRequires: boost-devel | |
BuildRequires: gcc | |
BuildRequires: gcc-c++ | |
BuildRequires: git | |
BuildRequires: kernel-devel | |
BuildRequires: libcap-devel | |
BuildRequires: libdaemon-devel | |
BuildRequires: libsndfile-devel | |
BuildRequires: libusb-devel | |
BuildRequires: make | |
BuildRequires: openssl-devel | |
BuildRequires: protobuf-compiler | |
BuildRequires: protobuf-devel | |
BuildRequires: qt | |
BuildRequires: qt5-qtsvg | |
BuildRequires: qt5-qtsvg-devel | |
BuildRequires: qt5-qttools-devel | |
BuildRequires: qt5-qttranslations | |
BuildRequires: qt-devel | |
BuildRequires: speech-dispatcher-devel | |
%description | |
Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming. | |
%prep | |
%setup -q | |
%build | |
qmake-qt4 CONFIG+=no-g15 -recursive CONFIG+=no-server -recursive | |
make V=2 | |
%install | |
%{make_install} | |
%files | |
%doc README README.Linux CHANGES | |
%license LICENSE | |
%{_bindir}/release/* | |
%{_sbindir}/release/* | |
%{_mandir}/man/mum* | |
%changelog | |
* Tue Oct 6 2015 sedrubal <[email protected]> - 1.2.10 | |
First build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
corrently it isn't working...