[SCM] libgroove/master: debian: remove link with math patch

andrewrk-guest at users.alioth.debian.org andrewrk-guest at users.alioth.debian.org
Sat May 31 19:21:58 UTC 2014


The following commit has been merged in the master branch:
commit 1d712b8f1afb7b651f9fdbc03688428a401a5629
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Sat May 31 12:12:24 2014 -0700

    debian: remove link with math patch
    
    upstream contains the patch now.

diff --git a/debian/patches/link-with-math.patch b/debian/patches/link-with-math.patch
deleted file mode 100644
index 6441f26..0000000
--- a/debian/patches/link-with-math.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-From: Andrew Kelley <superjoe30 at gmail.com>
-Subject: Link against math library
- GNUInstallDirs is available as of cmake 2.8.5.
-Origin: vendor
---- libgroove-4.0.1+dfsg.orig/CMakeLists.txt
-+++ libgroove-4.0.1+dfsg/CMakeLists.txt
-@@ -272,6 +275,9 @@ else()
-     ${LIBAV_AVFILTER_LIBRARIES}
-     ${LIBAV_AVFORMAT_LIBRARIES})
-   target_link_libraries(groove LINK_PUBLIC ${LIBAV_AVUTIL_LIBRARIES})
-+  if(UNIX)
-+    target_link_libraries(groove LINK_PRIVATE m)
-+  endif(UNIX)
-   include_directories(${LIBAV_INCLUDE_DIRS})
- endif()
- target_link_libraries(groove LINK_PUBLIC ${CMAKE_THREAD_LIBS_INIT})
diff --git a/debian/patches/series b/debian/patches/series
index 5a34f1b..815548a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 gnu-install-dirs.patch
-link-with-math.patch

-- 
libgroove packaging



More information about the pkg-multimedia-commits mailing list