[SCM] qstopmotion/master: Delete cmake-gphoto2.patch

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Mon Nov 14 20:17:18 UTC 2016


The following commit has been merged in the master branch:
commit e3070f4ef1d6daf2422e65461847f06d9e57beeb
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Mon Nov 14 21:05:10 2016 +0100

    Delete cmake-gphoto2.patch
    
    Applied upstream

diff --git a/debian/patches/cmake-gphoto2.patch b/debian/patches/cmake-gphoto2.patch
deleted file mode 100644
index 10c007f..0000000
--- a/debian/patches/cmake-gphoto2.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
-Last-Updated: 2016-08-21
-Forwarded: yes
-Description: Find libgphoto2 via pkg-config
-
-Index: qstopmotion-2.3.1/CMakeLists.txt
-===================================================================
---- qstopmotion-2.3.1.orig/CMakeLists.txt
-+++ qstopmotion-2.3.1/CMakeLists.txt
-@@ -388,7 +388,8 @@ SET(
- ###############################################################################
- 
- IF(UNIX AND NOT APPLE)
--    include(${CMAKE_SOURCE_DIR}/cmake/FindGPhoto2PkgConfig.cmake)
-+    find_package(PkgConfig)
-+    pkg_check_modules(GPHOTO2 REQUIRED libgphoto2)
-     message("GPHOTO2_INCLUDE_DIR: ${GPHOTO2_INCLUDE_DIR}")
-     message("GPHOTO2_LIBRARIES: ${GPHOTO2_LIBRARIES}")
- ELSE(UNIX AND NOT APPLE)

-- 
qstopmotion packaging



More information about the pkg-multimedia-commits mailing list