Skip to content

Instantly share code, notes, and snippets.

@sedrubal
Created October 6, 2015 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sedrubal/955c95cdc632ae0590d7 to your computer and use it in GitHub Desktop.
Save sedrubal/955c95cdc632ae0590d7 to your computer and use it in GitHub Desktop.
mumble - RPM SPEC
# 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 <sebastian.endres@online.de> - 1.2.10
First build
@sedrubal
Copy link
Author

sedrubal commented Oct 8, 2015

corrently it isn't working...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment