[SCM] libebur128/master: Removed, integrated upstream

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Nov 19 11:52:22 UTC 2017


The following commit has been merged in the master branch:
commit 074c99d5308aca628155bb2c2794f2ae9009de72
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Nov 19 12:48:07 2017 +0100

    Removed, integrated upstream

diff --git a/debian/patches/Add-a-pkg-config-file-fixes-61.patch b/debian/patches/Add-a-pkg-config-file-fixes-61.patch
deleted file mode 100644
index 5005d9d..0000000
--- a/debian/patches/Add-a-pkg-config-file-fixes-61.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From 13d70019c6d0e94b1ab71d0d2cf80023cc793071 Mon Sep 17 00:00:00 2001
-From: Sebastian Ramacher <sramacher at debian.org>
-Date: Sat, 18 Feb 2017 01:13:03 +0100
-Subject: [PATCH] Add a pkg-config file (fixes #61)
-
-Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
----
- ebur128/CMakeLists.txt      |  6 ++++++
- ebur128/libebur128.pc.cmake | 11 +++++++++++
- 2 files changed, 17 insertions(+)
- create mode 100644 ebur128/libebur128.pc.cmake
-
-diff --git a/ebur128/CMakeLists.txt b/ebur128/CMakeLists.txt
-index af09ebb..f9a8017 100644
---- a/ebur128/CMakeLists.txt
-+++ b/ebur128/CMakeLists.txt
-@@ -59,3 +59,9 @@ if(BUILD_STATIC_LIBS)
- else()
-   install(TARGETS ebur128 DESTINATION ${CMAKE_INSTALL_LIBDIR})
- endif()
-+
-+#### pkg-config
-+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libebur128.pc.cmake
-+               ${CMAKE_CURRENT_BINARY_DIR}/libebur128.pc @ONLY)
-+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libebur128.pc"
-+        DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
-diff --git a/ebur128/libebur128.pc.cmake b/ebur128/libebur128.pc.cmake
-new file mode 100644
-index 0000000..017fdeb
---- /dev/null
-+++ b/ebur128/libebur128.pc.cmake
-@@ -0,0 +1,11 @@
-+prefix=@CMAKE_INSTALL_PREFIX@
-+includedir=${prefix}/include
-+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
-+
-+Name: libebur128
-+Description: EBU R 128 standard for loudness normalisation
-+Version: @EBUR128_VERSION@
-+URL: https://github.com/jiixyj/libebur128
-+Libs: -L${libdir} -lebur128
-+Libs.private: -lm
-+Cflags: -I${includedir}
--- 
-2.11.0
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1c2b6fa..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-Add-a-pkg-config-file-fixes-61.patch

-- 
libebur128 packaging



More information about the pkg-multimedia-commits mailing list