update pkgbuild files for archlinux

update copyright notice
This commit is contained in:
niels
2011-04-25 13:31:40 +02:00
parent cab87d71a4
commit c32b928941
2 changed files with 20 additions and 19 deletions

View File

@@ -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
} }

View File

@@ -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
* *