mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-29 09:18:36 +00:00
Install faad2 as weak dependency
This commit is contained in:
parent
ae85f3d425
commit
3f34e8dc14
@ -9,7 +9,8 @@ Source0: https://github.com/clangen/musikcube/archive/master.tar.gz#/%{name}-%{v
|
|||||||
License: GPLv3
|
License: GPLv3
|
||||||
Packager: David Muckle <dvdmuckle@dvdmuckle.xyz>
|
Packager: David Muckle <dvdmuckle@dvdmuckle.xyz>
|
||||||
BuildRequires: gcc-c++ cmake boost-devel libogg-devel libvorbis-devel flac-devel faad2-devel ncurses-devel zlib-devel alsa-lib-devel pulseaudio-libs-devel libcurl-devel libmicrohttpd-devel lame-devel
|
BuildRequires: gcc-c++ cmake boost-devel libogg-devel libvorbis-devel flac-devel faad2-devel ncurses-devel zlib-devel alsa-lib-devel pulseaudio-libs-devel libcurl-devel libmicrohttpd-devel lame-devel
|
||||||
Requires: boost libogg libvorbis flac faad2 ncurses zlib alsa-lib pulseaudio-libs libcurl libmicrohttpd lame
|
Requires: boost libogg libvorbis flac ncurses zlib alsa-lib pulseaudio-libs libcurl libmicrohttpd lame
|
||||||
|
Recommends: faad2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
@ -20,7 +21,6 @@ A cross-platform, terminal-based audio engine, library, player and server writte
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#cmake -DCMAKE_INSTALL_PREFIX:PATH=%{buildroot}%{_prefix} .
|
|
||||||
cmake .
|
cmake .
|
||||||
make -j2
|
make -j2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user