summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Theodorou2015-08-22 14:00:36 +0100
committerAngelo Theodorou2015-08-23 17:11:25 +0100
commitc0a33daeae79b09677039b9379ced4a2c376c88d (patch)
tree9339313c8a0aa79e1e02878b132d6f564a8d1120
parenta842ba25ea393acdb3a7f2489397aeac88920dfa (diff)
downloadaur-c0a33daeae79b09677039b9379ced4a2c376c88d.tar.gz
Update to 2.4.1
- Update project URL - Remove ffmpeg-compat from dependency array
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
-rw-r--r--lives.changelog6
3 files changed, 15 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6661e44333b9..0507dbf2572e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = lives
pkgdesc = A Video Editing System
- pkgver = 2.2.8
+ pkgver = 2.4.1
pkgrel = 1
- url = http://lives.sourceforge.net
+ url = http://lives-video.com
changelog = lives.changelog
arch = i686
arch = x86_64
@@ -17,7 +17,6 @@ pkgbase = lives
depends = mjpegtools
depends = python
depends = ffmpeg
- depends = ffmpeg-compat
depends = jack
depends = fftw
optdepends = xorg-utils
@@ -31,8 +30,8 @@ pkgbase = lives
optdepends = lame
optdepends = youtube-dl
options = !libtool
- source = http://www.xs4all.nl/%7Esalsaman/lives/current/LiVES-2.2.8.tar.bz2
- md5sums = 8440e2a2b6e83655dfc39c9fef5ee903
+ source = http://lives-video.com/releases/LiVES-2.4.1.tar.bz2
+ md5sums = 83279d1e0e73973a9bf41b48af2cb03c
pkgname = lives
diff --git a/PKGBUILD b/PKGBUILD
index 3760c780022d..6d851304c5b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
pkgname=lives
-pkgver=2.2.8
+pkgver=2.4.1
pkgrel=1
pkgdesc="A Video Editing System"
arch=('i686' 'x86_64')
-url="http://lives.sourceforge.net"
+url="http://lives-video.com"
license=('GPL')
-depends=('mplayer' 'imagemagick' 'gtk3' 'sox' 'libvisual' 'liboil' 'libavc1394' 'mjpegtools' 'python' 'ffmpeg' 'ffmpeg-compat' 'jack' 'fftw')
+depends=('mplayer' 'imagemagick' 'gtk3' 'sox' 'libvisual' 'liboil' 'libavc1394' 'mjpegtools' 'python' 'ffmpeg' 'jack' 'fftw')
optdepends=('xorg-utils' 'sdl' 'libogg' 'mkvtoolnix-cli' 'libmatroska' 'ogmtools' 'dvgrab' 'cdrkit' 'lame' 'youtube-dl')
options=(!libtool)
changelog=lives.changelog
-source=(http://www.xs4all.nl/%7Esalsaman/lives/current/LiVES-$pkgver.tar.bz2)
-md5sums=('8440e2a2b6e83655dfc39c9fef5ee903')
+source=(http://lives-video.com/releases/LiVES-$pkgver.tar.bz2)
+md5sums=('83279d1e0e73973a9bf41b48af2cb03c')
build() {
cd "$srcdir"/$pkgname-$pkgver
diff --git a/lives.changelog b/lives.changelog
index 53708db33ca2..b0e522000a66 100644
--- a/lives.changelog
+++ b/lives.changelog
@@ -1,3 +1,9 @@
+2015-08-22 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>
+
+ * PKGBUILD :
+ Project URL updated
+ Removed ffmpeg-compat as a dependency
+
2013-12-14 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>
* PKGBUILD :