diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-05-20 08:39:56 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-05-20 08:39:56 +0000 |
commit | b1f5de69f7edd8a742ba40564f636a7ad6504841 (patch) | |
tree | ba0595c6140d2a5cc50501cbdff346ca9e9402e4 /audio/ccaudio2/files/patch-CMakeLists.txt | |
parent | - Chase devel/ucommon shlib version bump (diff) |
- Update to 2.1.2
Changes:
from ccaudio2 2.1.1 to ccaudio2 2.1.2
- fixed cmake shared library builds
- windows audio fixups
from ccaudio2 2.1.0 to ccaudio2 2.1.1
- fixed library naming in CMakeLists.txt
- updated spec files
- updated lib .so name
from ccaudio2 2.0.5 to ccaudio2 2.1.0
- modernized automake
- patches from Brandon Invergo for current ucommon
- various code cleanups
- Fix MASTER_SITE, general description and WWW line in pkg-descr
Notes
Notes:
svn path=/head/; revision=354617
Diffstat (limited to 'audio/ccaudio2/files/patch-CMakeLists.txt')
-rw-r--r-- | audio/ccaudio2/files/patch-CMakeLists.txt | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/audio/ccaudio2/files/patch-CMakeLists.txt b/audio/ccaudio2/files/patch-CMakeLists.txt index 314eb26e93d3..697d428b13d4 100644 --- a/audio/ccaudio2/files/patch-CMakeLists.txt +++ b/audio/ccaudio2/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2011-03-27 18:41:32.000000000 +0200 -+++ CMakeLists.txt 2012-04-16 12:13:31.000000000 +0200 -@@ -125,7 +125,7 @@ +--- CMakeLists.txt.orig 2014-05-04 01:56:54.000000000 +0200 ++++ CMakeLists.txt 2014-05-20 10:27:42.000000000 +0200 +@@ -159,7 +159,7 @@ endif() include_directories(${USES_UCOMMON_INCLUDE_DIRS}) @@ -9,3 +9,12 @@ add_definitions(${USES_UCOMMON_CFLAGS}) # by default we build static libs for windows, shared libs for unix. +@@ -243,7 +243,7 @@ + + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/ccaudio2.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/ccaudio2.pc) + +- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ccaudio2.pc DESTINATION ${INSTALL_LIBDIR}/pkgconfig) ++ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ccaudio2.pc DESTINATION libdata/pkgconfig) + endif() + + install(FILES ${ccaudio_conf} DESTINATION ${SYSCONFDIR}) |