mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 14:50:01 +01:00
update pkgbuild files for archlinux
update copyright notice
This commit is contained in:
@@ -1,30 +1,31 @@
|
|||||||
# Contributor: Luciano A. Ferrer <laferrer@gmail.com>
|
# Contributor: Luciano A. Ferrer <laferrer@gmail.com>
|
||||||
pkgname=veejay-server-svn
|
# Modified for ArchLinux by Niels <nwelburg@gmail.com>
|
||||||
|
pkgname=veejay
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
|
pkgver=1.5.9
|
||||||
pkgdesc="Veejay is a visual instrument and realtime video sampler for GNU/Linux, server"
|
pkgdesc="Veejay is a visual instrument and realtime video sampler for GNU/Linux, server"
|
||||||
arch=(i686,x86_64)
|
arch=('i686','x86_64')
|
||||||
url="http://www.veejayhq.net"
|
url="http://www.veejayhq.net"
|
||||||
license="GPL"
|
license=('GPL')
|
||||||
conflicts=('veejay-server')
|
groups=()
|
||||||
provides=('veejay-server')
|
conflicts=('veejay')
|
||||||
depends=('libxml2' 'jack-audio-connection-kit' 'ffmpeg' )
|
depends=('libxml2' 'ffmpeg' 'sdl' 'gtk2' 'gdk-pixbuf2' 'libsm' )
|
||||||
|
optdepends=('unicap' 'liblo' 'libdv' 'libquicktime' 'jack')
|
||||||
source=()
|
source=()
|
||||||
md5sums=()
|
md5sums=()
|
||||||
|
changelog=('ChangeLog')
|
||||||
_svntrunk="svn://dyne.org/veejay/trunk/veejay-current/veejay-server"
|
backup=()
|
||||||
_svnmod="veejay-server"
|
replaces=()
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $startdir/src/
|
export PKG_CONFIG_PATH=/usr/lib/pkgconfig
|
||||||
|
cd $startdir
|
||||||
svn co $_svntrunk --config-dir ./ $_svnmod
|
|
||||||
|
|
||||||
cp -r $startdir/src/$_svnmod $startdir/src/$_svnmod-build
|
|
||||||
cd $startdir/src/$_svnmod-build
|
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make || return 1
|
make || return 1
|
||||||
make DESTDIR=$startdir/pkg install
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd $startdir
|
||||||
|
make DESTDIR="$pkgdir/" install
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Linux VeeJay
|
* Linux VeeJay
|
||||||
*
|
*
|
||||||
* Copyright(C)2010 Niels Elburg <nwelburg@gmail.com / niels@dyne.org >
|
* Copyright(C)2010-2011 Niels Elburg <nwelburg@gmail.com / niels@dyne.org >
|
||||||
* - re-use Freej's v4l2 cam driver
|
* - re-use Freej's v4l2 cam driver
|
||||||
* - implemented controls method and image format negotiation
|
* - implemented controls method and image format negotiation
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user