summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevorster2016-06-02 11:02:41 +0200
committerevorster2016-06-02 11:02:41 +0200
commitfbe689eded2446259795accef6a5de4598451570 (patch)
tree273c38763d2a767d57f6fdabd3019f6987415866
parenta86204ade1e3d50c8b5b6536fd8dff56d174b76c (diff)
downloadaur-fbe689eded2446259795accef6a5de4598451570.tar.gz
Added debug symbols to PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 046683af3287..af975c49c1f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kdenlive-git
pkgdesc = A non-linear video editor for Linux using the MLT video framework. KF5 Frameworks (GIT Version)
- pkgver = 16.07.70.r7382.39c5d39
+ pkgver = 16.07.70.r7453.88ec932
pkgrel = 1
url = http://www.kdenlive.org/
install = kdenlive-git.install
@@ -28,6 +28,8 @@ pkgbase = kdenlive-git
optdepends = oxygen-icons: optional for xfce
provides = kdenlive
conflicts = kdenlive
+ options = debug
+ options = !strip
source = git://anongit.kde.org/kdenlive
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bb1e16f87430..f140e9e12590 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=kdenlive-git
-pkgver=16.07.70.r7382.39c5d39
+pkgver=16.07.70.r7453.88ec932
pkgrel=1
pkgdesc="A non-linear video editor for Linux using the MLT video framework. KF5 Frameworks (GIT Version)"
arch=('i686' 'x86_64')
@@ -25,9 +25,11 @@ optdepends=('ffmpeg: for FFmpeg plugin'
'oxygen-icons: optional for xfce')
provides=('kdenlive')
conflicts=('kdenlive')
-source=('git://anongit.kde.org/kdenlive')
+#source=(${pkgname}::git://anongit.kde.org/kdenlive)
+source=(git://anongit.kde.org/kdenlive)
sha1sums=('SKIP')
install=$pkgname.install
+options=(debug !strip)
pkgver() {
cd kdenlive
@@ -43,6 +45,7 @@ build() {
cd build
cmake ../kdenlive \
-DCMAKE_BUILD_TYPE=Release \
+# -DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \