commit:     5269d3c8a075b25286bb0fb121fd79982a03ac98
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Dec 12 12:23:39 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 12:23:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5269d3c8

media-libs/libopenshot-audio: remove unused patch(es)

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...libopenshot-audio-0.1.4-fix-under-linking.patch | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git 
a/media-libs/libopenshot-audio/files/libopenshot-audio-0.1.4-fix-under-linking.patch
 
b/media-libs/libopenshot-audio/files/libopenshot-audio-0.1.4-fix-under-linking.patch
deleted file mode 100644
index 18571abfee2..00000000000
--- 
a/media-libs/libopenshot-audio/files/libopenshot-audio-0.1.4-fix-under-linking.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-commit f489d3c4ab9dc3ff6fe443a0e8a31b46ed73371d
-Author: Louis Sautier <sautier.lo...@gmail.com>
-Date:   Sun Jul 23 22:37:01 2017 +0200
-
-    Fix under-linking (pthread and dl), fixes #3
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c6c8f54..e0e2433 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -168,7 +168,11 @@ set_target_properties(openshot-audio
-                       SOVERSION ${SO_VERSION}
-                       INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib")
- 
-+set(CMAKE_THREAD_PREFER_PTHREAD TRUE)
-+find_package(Threads REQUIRED)
- TARGET_LINK_LIBRARIES(openshot-audio
-+      ${CMAKE_DL_LIBS}
-+      ${CMAKE_THREAD_LIBS_INIT}
-       ${JUCE_PLATFORM_SPECIFIC_LIBRARIES}
- )
- 

Reply via email to