lives 1.1.8-1
http://www.xs4all.nl/~salsaman/lives/
A Video Editing System
unsupported :: multimedia
Maintainer: encelo
Votes: 241
License: GPL
Last Updated: Tue, 29 Dec 2009 22:13:55 +0000
First Submitted: Sun, 31 Jul 2005 22:25:59 +0000
Dependencies gtk2 imagemagick jack-audio-connection-kit libavc1394 liboil libtheora libvisual libvorbis mjpegtools mplayer perl python sox
Updated to 1.1.8
- Updated to 1.1.5
- libvis.patch removed
- Updated to 1.1.4
- Dropped gdk-pixbuf dependency
- Added a patch for the file libvis.c
Hi, gdk-pixbuf dependency is not needed to build lives. Drop it.
Updated to 1.1.3
Updated to 1.1.2
lives no start
solution
https://sourceforge.net/tracker/?func=detail&aid=2824427&group_id=64341&atid=507139
sudo mv /usr/lib/lives/plugins/effects/realtime/weed/frei0r.so /usr/lib/lives/plugins/effects/realtime/weed/frei0r.so.bak
no start
LiVES 1.1.1
Copyright 2002-2009 Gabriel Finch (salsaman@xs4all.nl) and others.
LiVES comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb73706c0 (LWP 7760)]
0xb767b95e in readdir64@@GLIBC_2.2 () from /lib/libc.so.6
(gdb) Quit
(gdb)
Updated to 1.1.1
new version 1.1.1
Latest version takes nearly five minutes to reach gui...not a very spiffy program...using it in archlinux.
wtf is "smogrify"?
lives won't start!
Thank you sir :D
Executable symbolic link has been fixed restoring two lines from previous versions of the PKGBUILD
Figured out the problem. /usr/bin/lives is symlinked to [build-directory]/lives-exe. Doesn't seem all that reliable XD
The shortcut created for the GNOME menu points to /usr/bin/lives, which it claims doesn't exist. Running lives-exe in the terminal works, but it would be nice if this could be fixed.
- Updated to 1.0.0
- No more explicit symbolic linking of the executable
i am getting this error after the splash screen:
lives: fccache.c:512: FcCacheFini: Assertiva `fcCacheChains[i] == ((void *)0)' falhou.
- Updated to 1.0.0-pre2
- resize.patch is now integrated in the sources
Added a patch for the "Resize Frames" function
Updated to 1.0.0-pre1
@hollunder:
I'm of course aware of those warnings, I'm just trying to follow the list of requirements from http://lives.sourceforge.net/index.php?do=downloads
lives W: Dependency included and not needed (mplayer)
lives W: Dependency included and not needed (imagemagick)
lives W: Dependency included but already satisfied (perl)
lives W: Dependency included and not needed (gdk-pixbuf)
lives W: Dependency included and not needed (sox)
- Updated to 0.9.9.9
- libweed patch not needed anymore
- Updated to 0.9.9.8
- Removed commands for directory creation in /usr/share
- Added a patch to install libweed
0.9.9.8 released
hello
please update to version 0.9.9.7
cheers
- Updated to 0.9.6.6
- Added mkvtoolnix to the optdepends array
Updated to 0.9.9.5
- Applying a patch from the author
- Using $srcdir and $pkgdir variables
- Updated to 0.9.9.4
- Updated depends and optdepends arrays
Dependency name fixed.
the post-install notice mentions
libraw1934
the 9 and 3 are around the wrong way.
- Updated to 0.9.9.3
- Added some optional dependencies
- Updated to 0.9.9.2
- Description changed
- Using optdepends variable instead of lives.install
Updated to 0.9.9.1
Updated to 0.9.8.12
Updated to 0.9.8.10
- Updated to 0.9.8.9
- License field is not an array anymore
- Contributor line added
Verison 0.9.8.9 is out.
If u are using yaourt edit the PKGBUILD
- Updated to 0.9.8.8
- imake, which includes mkdirhier, added to the makedepends array
Updated to 0.9.8.7
Updated to 0.9.8.6
First time I'm having an AUR package failing on me due to make error XD
make[1]: *** [effects.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [main.o] Error 1
In file included from main.h:412,
from plugins.c:9:
jack.h:174: error: conflicting types for 'jack_get_time'
/usr/include/jack/jack.h:825: error: previous declaration of 'jack_get_time' was here
plugins.c: In function 'get_plugin_list':
plugins.c:23: warning: comparison with string literal results in unspecified behaviour
make[1]: *** [plugins.o] Error 1
make[1]: Leaving directory `/var/abs/local/lives/src/lives-0.9.8.5/src'
make: *** [all-recursive] Error 1
==> ERROR: Build Failed. Aborting...
From the above I can see that it is something about jack, but can't really make sense out of it. Using cinelerra while I wait for someone to shed some light =)
- Updated to 0.9.8.5
- Fixed installation of .desktop and pixmap file
- Added x86_64 in the architecture array
tested also on x86_64 and it works.
- license and arch fields filled
- empty fields removed
Note:
Please add a license line to your PKGBUILD!
example for GPL\'ed software: license=(\'GPL\').
even
arch=(\'i686\')
Updated to 0.9.8.4
Updated to 0.9.8.2
#sickhate
pkgname=lives
pkgver=0.9.8.2
pkgrel=1
pkgdesc=\"LiVES is a Video Editing System\"
url=\"http://www.xs4all.nl/~salsaman/lives/\"
license=\"\"
depends=(\'mplayer\' \'imagemagick\' \'perl\' \'gtk2\' \'libjpeg\' \'gdk-pixbuf\' \'sox\' \'mjpegtools\' \'libvisual\' \'jack-audio-connection-kit\' \'libavc1394\')
makedepends=(\'automake\' \'autoconf\' \'gettext\' \'pkgconfig\')
conflicts=()
replaces=()
backup=()
install=mkdirhier
source=(http://www.xs4all.nl/%7Esalsaman/lives/current/LiVES-$pkgver.tar.gz mkdirhier)
build() {
cd $startdir/src/$pkgname-$pkgver
mv ../mkdirhier .
chmod a+x mkdirhier
export PATH=.:$PATH
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
rm $startdir/pkg/usr/bin/lives
ln -s /usr/bin/lives-exe $startdir/pkg/usr/bin/lives
}
works for me...
PKGBUILD is broken; please correct it.
Updated to 0.9.8
Updated to 0.9.8-pre2
Updated to 0.9.8-pre1
Updated to 0.9.7
Updated to 0.9.7-pre2
Updated to 0.9.7-pre1
Updated to 0.9.6pre4
Updated to 0.9.6-pre3
Added \'pkgconfig\' as a make dependency.
I have encountered a compilation error due to lack of the \'pkg-config\' utility. Perhaps the \'pkgconfig\' package should be added to \'makedepends\'.
-M.
Update to the final 0.9.5 release.
Updated to the last release.
Little changes to dependencies, some are now printed in the install file.
Out of date.
Source url fixed.
I am unable to download the source package
Connecting to www.xs4all.nl|194.109.6.92|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
13:30:16 ERROR 404: Not Found.
==> ERROR: Failed to download LiVES-0.9.5-pre4.tar.bz2
v1.6.0