pulseaudio-modules-bt: unstable-2019-01-05 -> unstable-2019-03-15
This commit is contained in:
parent
c896c74747
commit
419fbda8d9
@ -23,13 +23,13 @@ let
|
|||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "pulseaudio-modules-bt-${version}";
|
name = "pulseaudio-modules-bt-${version}";
|
||||||
version = "unstable-2019-01-05";
|
version = "unstable-2019-03-15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "EHfive";
|
owner = "EHfive";
|
||||||
repo = "pulseaudio-modules-bt";
|
repo = "pulseaudio-modules-bt";
|
||||||
rev = "4b0cde160c96f40d860fef267a6ded49ae045be0";
|
rev = "0b397c26eb4fd5dc611bd3e2baa79776de646856";
|
||||||
sha256 = "15jw5nf2dhqqdwzyh2x5kdkrq7f3qn140gw6gmspcai9kplhk24w";
|
sha256 = "09q0xh9iz0crik6xpln9lijirf62aljxa1jrds1i1zgflyfidd0z";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,20 +1,11 @@
|
|||||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||||
index d869979..185144d 100644
|
index 8d20dbf..63fe7ba 100644
|
||||||
--- a/CMakeLists.txt
|
--- a/CMakeLists.txt
|
||||||
+++ b/CMakeLists.txt
|
+++ b/CMakeLists.txt
|
||||||
@@ -143,13 +143,13 @@ INSTALL(TARGETS
|
@@ -213,5 +213,4 @@ INSTALL(TARGETS
|
||||||
module-bluez5-device
|
module-bluez5-device
|
||||||
module-bluetooth-discover
|
module-bluetooth-discover
|
||||||
module-bluetooth-policy
|
module-bluetooth-policy
|
||||||
- LIBRARY DESTINATION ${PulseAudio_modlibexecdir})
|
- LIBRARY DESTINATION ${PulseAudio_modlibexecdir})
|
||||||
|
-
|
||||||
+ LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pulse-${PulseAudio_VERSION}/modules/)
|
+ LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pulse-${PulseAudio_VERSION}/modules/)
|
||||||
|
|
||||||
if(NOT ${HAVE_SYSTEM_LDAC})
|
|
||||||
|
|
||||||
INSTALL(TARGETS
|
|
||||||
ldacBT_enc
|
|
||||||
ldacBT_abr
|
|
||||||
- LIBRARY DESTINATION ${PulseAudio_modlibexecdir})
|
|
||||||
+ LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pulse-${PulseAudio_VERSION}/modules/)
|
|
||||||
|
|
||||||
endif()
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user