mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Backmerged build to master.
This commit is contained in:
parent
017f0905bf
commit
cadb509089
@ -103,12 +103,11 @@ endif()
|
||||
add_dependencies(taglibreader taglib)
|
||||
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
# alsa, pulseuadio on by default. sndio off by default.
|
||||
add_subdirectory(src/plugins/alsaout)
|
||||
add_subdirectory(src/plugins/pulseout)
|
||||
if (${ENABLE_SNDIO} MATCHES "true")
|
||||
add_subdirectory(src/plugins/sndioout)
|
||||
endif()
|
||||
add_subdirectory(src/plugins/pulseout)
|
||||
elseif (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||
add_subdirectory(src/plugins/sndioout)
|
||||
if (${ENABLE_PULSEAUDIO} MATCHES "true")
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name musikcube
|
||||
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
|
||||
%define version 0.35.0
|
||||
%define version 0.35.1
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{dist}
|
||||
@ -21,7 +21,7 @@ A cross-platform, terminal-based audio engine, library, player and server writte
|
||||
|
||||
|
||||
%build
|
||||
cmake -D CMAKE_INSTALL_PREFIX:PATH=%{_prefix} .
|
||||
cmake -D CMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DCMAKE_BUILD_TYPE=Release .
|
||||
make -j2
|
||||
cmake .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user