Merge branch 'testing' of gitorious.org:chakra-packages/platform into testing

This commit is contained in:
Phil 2011-07-05 13:59:09 +00:00
commit 6f63caabd7
17 changed files with 188 additions and 53 deletions

24
aspell-ml/PKGBUILD Normal file
View File

@ -0,0 +1,24 @@
#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# contributor Sebin A Jacob <sebinajacob at gmail dot com>
pkgname=aspell-ml
pkgver=0.03
pkgrel=1
pkgdesc="Malayalam dictionary for aspell"
arch=('i686' 'x86_64')
url="http://aspell.net"
license=('GPL')
depends=('aspell')
source=(ftp://ftp.gnu.org/gnu/aspell/dict/ml/aspell6-ml-${pkgver}-1.tar.bz2)
build() {
cd $startdir/src/aspell6-ml-${pkgver}-1
./configure
make || return 1
make DESTDIR=$startdir/pkg install
}
md5sums=('5ac03b3b0d0618b0aa470c9f5ac46866')

24
aspell-pl/PKGBUILD Normal file
View File

@ -0,0 +1,24 @@
#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=aspell-pl
pkgver=20110629
pkgrel=1
pkgdesc="Polish dictionary for aspell"
arch=('i686' 'x86_64')
url="http://www.sjp.pl/slownik/en/"
license=('GPL' 'LGPL' 'MPL')
depends=('aspell')
source=(http://chakra-project.org/sources/${pkgname}/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
md5sums=('81e34acd36b97be0c269bb3ad7439377')
build() {
cd "$srcdir/aspell6-pl-6.0_$pkgver-0"
./configure
make
make DESTDIR="$pkgdir" install
}

View File

@ -1,23 +1,30 @@
# $Id: PKGBUILD 68017 2010-02-10 14:03:32Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=cabextract
pkgver=1.2
pkgrel=2
pkgver=1.4
pkgrel=1
pkgdesc="A program to extract Microsoft cabinet (.CAB) files."
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.cabextract.org.uk/"
depends=('glibc')
source=(http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz)
md5sums=('dc421a690648b503265c82ade84e143e')
md5sums=('79f41f568cf1a3ac105e0687e8bfb7c0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
--mandir=/usr/share/man
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}

View File

@ -5,7 +5,7 @@
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=farsight2
pkgver=0.0.28
pkgver=0.0.29
pkgrel=1
pkgdesc="Audio/Video conference software for Instant Messengers"
arch=('i686' 'x86_64')
@ -15,15 +15,11 @@ depends=('libnice' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good' 'gstreamer0
optdepends=('gstreamer0.10-ugly-plugins: h264 codec')
options=('!libtool' '!emptydirs')
source=(http://farsight.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
md5sums=('38767e775067270754a32aaf8e3a7db1')
md5sums=('276076f65b70236d981c288413572168')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i -e 's#python-config#python2-config#' python/Makefile.in
# this makefile is broken
sed -i -e 's# # #' docs/libs/Makefile.in
./configure --prefix=/usr \
--with-package-name='Chakra Linux farsight2 package' \
--with-package-origin='http://chakra-project.org' \

View File

@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=flashplugin
_licensefile='Reader_Player_AIR_WWEULA-Combined-20080204_1313.pdf'
pkgver=10.3.181.26
pkgver=10.3.181.34
_pkgver64=10.0.45.2
pkgrel=1
pkgdesc='Adobe Flash Player'

View File

@ -1,5 +1,3 @@
# $Id: PKGBUILD 79641 2010-05-05 01:49:09Z dgriffiths $
# Maintainer: tobias <tobias@archlinux.net>
#
# Platform Packages for Chakra, part of chakra-project.org
#
@ -10,7 +8,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=jack
pkgver=0.120.1
pkgver=0.121.2
pkgrel=1
pkgdesc="A low-latency audio server"
arch=('i686' 'x86_64')
@ -23,7 +21,7 @@ options=('!libtool')
provides=("jack-audio-connection-kit=${pkgver}")
replaces=('jack-audio-connection-kit')
source=(http://jackaudio.org/downloads/jack-audio-connection-kit-${pkgver}.tar.gz)
md5sums=('e45bab906be64e4e2752cbd855a8efd5')
md5sums=('06c080349455afd4d217d6a8f9393e01')
build() {
cd ${srcdir}/jack-audio-connection-kit-${pkgver}

View File

@ -346,6 +346,7 @@ package_php-odbc() {
package_php-pgsql() {
depends=('php' 'postgresql-libs')
pkgdesc='PostgreSQL modules for PHP'
pkgrel=2
install -D -m755 ${srcdir}/build-php/modules/pgsql.so ${pkgdir}/usr/lib/php/modules/pgsql.so
install -D -m755 ${srcdir}/build-php/modules/pdo_pgsql.so ${pkgdir}/usr/lib/php/modules/pdo_pgsql.so
}
@ -379,4 +380,4 @@ package_php-xsl() {
depends=('php' 'libxslt')
pkgdesc='xsl module for PHP'
install -D -m755 ${srcdir}/build-php/modules/xsl.so ${pkgdir}/usr/lib/php/modules/xsl.so
}
}

View File

@ -1,10 +1,12 @@
# $Id: PKGBUILD 56280 2009-10-21 01:30:23Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=sdl
pkgver=1.2.14
pkgrel=1
pkgrel=2
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard"
arch=('i686' 'x86_64')
url="http://www.libsdl.org"
@ -12,13 +14,26 @@ license=('LGPL')
depends=('glibc' 'libxext' 'libxrender' 'libx11')
makedepends=('alsa-lib' 'esound' 'mesa')
options=('!libtool')
source=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz)
md5sums=('e52086d1b508fa0b76c52ee30b55bec4')
source=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz
sdl-1.2.14-joystick-crash.diff
sdl-1.2.14-fix-mouse-clicking.patch
sdl-1.2.14-fix-disappearing-cursor.patch)
md5sums=('e52086d1b508fa0b76c52ee30b55bec4'
'9d8890b3817736a5d365f7497f096634'
'd79137e6bdadf21ff2f716590e9709ac'
'a6cf3e71b653aa97d0d8ae6c0a789807')
build() {
cd ${srcdir}/SDL-${pkgver}
patch -Np1 -i $srcdir/sdl-1.2.14-joystick-crash.diff
patch -Np1 -i $srcdir/sdl-1.2.14-fix-mouse-clicking.patch
patch -Np1 -i $srcdir/sdl-1.2.14-fix-disappearing-cursor.patch
./configure --prefix=/usr --disable-nasm --enable-alsa --enable-esd \
--with-x --disable-rpath
make || return 1
make
}
package() {
cd ${srcdir}/SDL-${pkgver}
make DESTDIR=${pkgdir} install
}

View File

@ -0,0 +1,17 @@
Index: SDL-1.2.14/src/video/x11/SDL_x11events.c
===================================================================
--- SDL-1.2.14.orig/src/video/x11/SDL_x11events.c 2010-04-30 09:16:35.000000000 -0400
+++ SDL-1.2.14/src/video/x11/SDL_x11events.c 2010-04-30 09:16:35.000000000 -0400
@@ -444,8 +444,10 @@
if ( xevent.xcrossing.mode == NotifyUngrab )
printf("Mode: NotifyUngrab\n");
#endif
- if ( xevent.xcrossing.detail != NotifyInferior ) {
- if ( this->input_grab == SDL_GRAB_OFF ) {
+ if ( (xevent.xcrossing.mode != NotifyGrab) &&
+ (xevent.xcrossing.mode != NotifyUngrab) &&
+ (xevent.xcrossing.detail != NotifyInferior) ) {
+ if ( this->input_grab == SDL_GRAB_OFF ) {
posted = SDL_PrivateAppActive(0, SDL_APPMOUSEFOCUS);
} else {
posted = SDL_PrivateMouseMotion(0, 0,

View File

@ -0,0 +1,22 @@
--- SDL-1.2.14/src/video/x11/SDL_x11events.c.orig 2010-04-08 11:57:05.003169834 -0700
+++ SDL-1.2.14/src/video/x11/SDL_x11events.c 2010-04-08 12:33:51.690926340 -0700
@@ -423,12 +423,15 @@
if ( xevent.xcrossing.mode == NotifyUngrab )
printf("Mode: NotifyUngrab\n");
#endif
- if ( this->input_grab == SDL_GRAB_OFF ) {
- posted = SDL_PrivateAppActive(1, SDL_APPMOUSEFOCUS);
+ if ( (xevent.xcrossing.mode != NotifyGrab) &&
+ (xevent.xcrossing.mode != NotifyUngrab) ) {
+ if ( this->input_grab == SDL_GRAB_OFF ) {
+ posted = SDL_PrivateAppActive(1, SDL_APPMOUSEFOCUS);
+ }
+ posted = SDL_PrivateMouseMotion(0, 0,
+ xevent.xcrossing.x,
+ xevent.xcrossing.y);
}
- posted = SDL_PrivateMouseMotion(0, 0,
- xevent.xcrossing.x,
- xevent.xcrossing.y);
}
break;

View File

@ -0,0 +1,14 @@
Description: Fix crash with joystick detection.
Index: libsdl1.2-1.2.14/src/joystick/linux/SDL_sysjoystick.c
===================================================================
--- libsdl1.2-1.2.14.orig/src/joystick/linux/SDL_sysjoystick.c 2010-01-12 12:37:36.000000000 -0500
+++ libsdl1.2-1.2.14/src/joystick/linux/SDL_sysjoystick.c 2010-01-12 12:38:27.000000000 -0500
@@ -700,7 +700,7 @@
continue;
}
if ( test_bit(i, absbit) ) {
- int values[5];
+ int values[6];
if ( ioctl(fd, EVIOCGABS(i), values) < 0 )
continue;

View File

@ -1,9 +1,11 @@
# $Id: PKGBUILD 58779 2009-11-15 05:26:33Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=sdl_gfx
pkgver=2.0.20
pkgver=2.0.22
pkgrel=1
pkgdesc="SDL Graphic Primitives"
arch=('i686' 'x86_64')
@ -12,7 +14,7 @@ options=(!libtool)
url="http://www.ferzkopp.net/joomla/content/view/19/14/"
source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz)
depends=('sdl')
md5sums=('8a787e538a8e4d80d4927535be5af083')
md5sums=('330f291f1f09a1bdf397c9b40d92ca41')
build() {
cd ${srcdir}/SDL_gfx-${pkgver}
@ -23,6 +25,10 @@ build() {
./configure --prefix=/usr
fi
make || return 1
make
}
package() {
cd ${srcdir}/SDL_gfx-${pkgver}
make DESTDIR=${pkgdir} install
}

View File

@ -1,10 +1,12 @@
# $Id: PKGBUILD 64922 2010-01-23 10:17:20Z eric $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=sdl_image
pkgver=1.2.10
pkgrel=2
pkgrel=3
pkgdesc="A simple library to load images of various formats as SDL surfaces"
arch=('i686' 'x86_64')
license=('LGPL')

View File

@ -1,11 +1,12 @@
# $Id: PKGBUILD 51822 2009-09-12 07:01:31Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=sdl_net
pkgver=1.2.7
pkgrel=3
pkgrel=4
pkgdesc="A small sample cross-platform networking library"
arch=('i686' 'x86_64')
url="http://www.libsdl.org/projects/SDL_net/"

View File

@ -1,23 +1,31 @@
# $Id: PKGBUILD 47857 2009-07-28 10:01:07Z allan $
# Maintainer: Allan McRae <allan@archlinux.com>
# Contributor: gyo <nucleogeek@gmail.com>
#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=sdl_pango
pkgver=0.1.2
pkgrel=2
pkgrel=3
pkgdesc="Pango SDL binding"
arch=('i686' 'x86_64')
url="http://sdlpango.sourceforge.net/"
license=('LGPL')
depends=('pango' 'sdl')
options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/sdlpango/SDL_Pango-$pkgver.tar.gz http://zarb.org/~gc/t/SDL_Pango-$pkgver-API-adds.patch)
md5sums=('85bbf9bb7b1cee0538154dadd045418c' '5decf3d7eb724e27548af3142131a2f6')
source=(http://downloads.sourceforge.net/sourceforge/sdlpango/SDL_Pango-$pkgver.tar.gz
SDL_Pango-$pkgver-API-adds.patch)
md5sums=('85bbf9bb7b1cee0538154dadd045418c'
'5decf3d7eb724e27548af3142131a2f6')
build() {
cd $srcdir/SDL_Pango-$pkgver
patch -Np0 -i $srcdir/SDL_Pango-$pkgver-API-adds.patch
./configure --prefix=/usr
make || return 1
make
}
package() {
cd $srcdir/SDL_Pango-$pkgver
make DESTDIR=$pkgdir install
}

View File

@ -5,7 +5,7 @@
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=telepathy-farsight
pkgver=0.0.18
pkgver=0.0.19
pkgrel=1
pkgdesc="A telepathy-backend to use stream engine."
arch=('i686' 'x86_64')
@ -28,5 +28,5 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}
md5sums=('984be4153c635ca1b2010de27d74eff4')
md5sums=('6bacc22aaec00823f3bbce8517600ec3')

View File

@ -5,7 +5,7 @@
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=telepathy-glib
pkgver=0.14.7
pkgver=0.14.8
pkgrel=1
pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
arch=('i686' 'x86_64')
@ -16,7 +16,7 @@ options=('!libtool' '!emptydirs')
depends=('dbus-glib')
makedepends=('libxslt' 'vala' 'gobject-introspection')
source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('3230f7389cd3a0ebe4436eb1f7e40c18')
md5sums=('07dae468cd6b55a2bddbd0b3c80f3796')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"