summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Theodorou2016-09-08 20:45:45 +0100
committerAngelo Theodorou2016-09-08 20:45:45 +0100
commitc740bc1b3d85b80849aa84f1ad92e6379c81b7bc (patch)
tree25917a5e2beac597094d06c5cc6579e3256664a1
parent6efc253374721bc29839ebbf3cc044f92a63350d (diff)
downloadaur-c740bc1b3d85b80849aa84f1ad92e6379c81b7bc.tar.gz
Update to 2.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--lives.changelog5
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe31847f5140..2bf7395e88b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 14 19:10:17 UTC 2016
+# Thu Sep 8 19:44:21 UTC 2016
pkgbase = lives
pkgdesc = A Video Editing System
- pkgver = 2.6.5
+ pkgver = 2.8.0
pkgrel = 1
url = http://lives-video.com
changelog = lives.changelog
@@ -34,9 +34,9 @@ pkgbase = lives
optdepends = youtube-dl
optdepends = opencv
options = !emptydirs
- source = http://lives-video.com/releases/LiVES-2.6.5.tar.bz2
+ source = http://lives-video.com/releases/LiVES-2.8.0.tar.bz2
source = disable-toonz.patch
- md5sums = 7514aca89eb7b3800c7f3f53a1678ef8
+ md5sums = f79dff0f35a97f3cc9a5ef2be9c573b6
md5sums = 9820005ad3c3626dc4853fb09301f7bc
pkgname = lives
diff --git a/PKGBUILD b/PKGBUILD
index 78ed90ffd054..a864ecf462a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
pkgname=lives
-pkgver=2.6.5
+pkgver=2.8.0
pkgrel=1
pkgdesc="A Video Editing System"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('automake')
options=(!emptydirs)
changelog=lives.changelog
source=(http://lives-video.com/releases/LiVES-$pkgver.tar.bz2 disable-toonz.patch)
-md5sums=('7514aca89eb7b3800c7f3f53a1678ef8' '9820005ad3c3626dc4853fb09301f7bc')
+md5sums=('f79dff0f35a97f3cc9a5ef2be9c573b6' '9820005ad3c3626dc4853fb09301f7bc')
prepare() {
cd ${pkgname}-${pkgver}
@@ -24,7 +24,7 @@ prepare() {
build() {
cd ${pkgname}-${pkgver}
PKG_CONFIG_PATH=/usr/lib/ffmpeg2.8/pkgconfig\
- ./configure --prefix=/usr --enable-turbo
+ ./configure --prefix=/usr --enable-turbo --disable-doxygen
make
}
diff --git a/lives.changelog b/lives.changelog
index d883c1ea129f..c788d0890034 100644
--- a/lives.changelog
+++ b/lives.changelog
@@ -1,3 +1,8 @@
+2016-09-08 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>
+
+ * PKGBUILD :
+ Excluded Doxygen documentation generation from the build phase
+
2016-08-14 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>
* PKGBUILD :