diff --git a/aspell-ml/PKGBUILD b/aspell-ml/PKGBUILD new file mode 100644 index 000000000..f473dfd93 --- /dev/null +++ b/aspell-ml/PKGBUILD @@ -0,0 +1,24 @@ +# +# Platform Packages for Chakra, part of chakra-project.org +# +# maintainer (i686): Phil Miller +# maintainer (x86_64): Manuel Tortosa +# contributor Sebin A Jacob + +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') \ No newline at end of file diff --git a/aspell-pl/PKGBUILD b/aspell-pl/PKGBUILD new file mode 100644 index 000000000..ab1204ea8 --- /dev/null +++ b/aspell-pl/PKGBUILD @@ -0,0 +1,24 @@ +# +# Platform Packages for Chakra, part of chakra-project.org +# +# maintainer (i686): Phil Miller +# maintainer (x86_64): Manuel Tortosa + +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 +} \ No newline at end of file diff --git a/cabextract/PKGBUILD b/cabextract/PKGBUILD index 9e1eda4d8..8c2679887 100644 --- a/cabextract/PKGBUILD +++ b/cabextract/PKGBUILD @@ -1,23 +1,30 @@ -# $Id: PKGBUILD 68017 2010-02-10 14:03:32Z giovanni $ -# Maintainer: Giovanni Scafora +# +# Platform Packages for Chakra, part of chakra-project.org +# +# maintainer (i686): Phil Miller +# maintainer (x86_64): Manuel Tortosa 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 } diff --git a/farsight2/PKGBUILD b/farsight2/PKGBUILD index cbd9931d4..cea192b18 100644 --- a/farsight2/PKGBUILD +++ b/farsight2/PKGBUILD @@ -5,7 +5,7 @@ # maintainer (x86_64): Manuel Tortosa 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' \ diff --git a/flashplugin/PKGBUILD b/flashplugin/PKGBUILD index 31d73562e..aa49a454d 100644 --- a/flashplugin/PKGBUILD +++ b/flashplugin/PKGBUILD @@ -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' diff --git a/jack/PKGBUILD b/jack/PKGBUILD index 1bb8cc35c..51feb1d32 100644 --- a/jack/PKGBUILD +++ b/jack/PKGBUILD @@ -1,5 +1,3 @@ -# $Id: PKGBUILD 79641 2010-05-05 01:49:09Z dgriffiths $ -# Maintainer: tobias # # 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} diff --git a/php/PKGBUILD b/php/PKGBUILD index 2e16c9552..db7fd2794 100644 --- a/php/PKGBUILD +++ b/php/PKGBUILD @@ -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 -} \ No newline at end of file +} diff --git a/sdl/PKGBUILD b/sdl/PKGBUILD index 553e5d594..b756a24cd 100644 --- a/sdl/PKGBUILD +++ b/sdl/PKGBUILD @@ -1,10 +1,12 @@ -# $Id: PKGBUILD 56280 2009-10-21 01:30:23Z allan $ -# Maintainer: Allan McRae -# Contributor: dorphell +# +# Platform Packages for Chakra, part of chakra-project.org +# +# maintainer (i686): Phil Miller +# maintainer (x86_64): Manuel Tortosa 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 } diff --git a/sdl/sdl-1.2.14-fix-disappearing-cursor.patch b/sdl/sdl-1.2.14-fix-disappearing-cursor.patch new file mode 100644 index 000000000..fcd3c314d --- /dev/null +++ b/sdl/sdl-1.2.14-fix-disappearing-cursor.patch @@ -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, diff --git a/sdl/sdl-1.2.14-fix-mouse-clicking.patch b/sdl/sdl-1.2.14-fix-mouse-clicking.patch new file mode 100644 index 000000000..ed385d856 --- /dev/null +++ b/sdl/sdl-1.2.14-fix-mouse-clicking.patch @@ -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; diff --git a/sdl/sdl-1.2.14-joystick-crash.diff b/sdl/sdl-1.2.14-joystick-crash.diff new file mode 100644 index 000000000..949e18b96 --- /dev/null +++ b/sdl/sdl-1.2.14-joystick-crash.diff @@ -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; diff --git a/sdl_gfx/PKGBUILD b/sdl_gfx/PKGBUILD index a0a62a9cb..d9defca7f 100644 --- a/sdl_gfx/PKGBUILD +++ b/sdl_gfx/PKGBUILD @@ -1,9 +1,11 @@ -# $Id: PKGBUILD 58779 2009-11-15 05:26:33Z allan $ -# Maintainer: Allan McRae -# Contributor: Tom Newsom +# +# Platform Packages for Chakra, part of chakra-project.org +# +# maintainer (i686): Phil Miller +# maintainer (x86_64): Manuel Tortosa 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 } diff --git a/sdl_image/PKGBUILD b/sdl_image/PKGBUILD index 3eb670bd6..09b102bb4 100644 --- a/sdl_image/PKGBUILD +++ b/sdl_image/PKGBUILD @@ -1,10 +1,12 @@ -# $Id: PKGBUILD 64922 2010-01-23 10:17:20Z eric $ -# Maintainer: Allan McRae -# Contributor: Tom Newsom +# +# Platform Packages for Chakra, part of chakra-project.org +# +# maintainer (i686): Phil Miller +# maintainer (x86_64): Manuel Tortosa 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') diff --git a/sdl_net/PKGBUILD b/sdl_net/PKGBUILD index b26327678..20adba903 100644 --- a/sdl_net/PKGBUILD +++ b/sdl_net/PKGBUILD @@ -1,11 +1,12 @@ -# $Id: PKGBUILD 51822 2009-09-12 07:01:31Z allan $ -# Maintainer: Allan McRae -# Contributor: dorphell -# Contributor: Tom Newsom +# +# Platform Packages for Chakra, part of chakra-project.org +# +# maintainer (i686): Phil Miller +# maintainer (x86_64): Manuel Tortosa 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/" diff --git a/sdl_pango/PKGBUILD b/sdl_pango/PKGBUILD index 240077bb9..0c14e21c0 100644 --- a/sdl_pango/PKGBUILD +++ b/sdl_pango/PKGBUILD @@ -1,23 +1,31 @@ -# $Id: PKGBUILD 47857 2009-07-28 10:01:07Z allan $ -# Maintainer: Allan McRae -# Contributor: gyo +# +# Platform Packages for Chakra, part of chakra-project.org +# +# maintainer (i686): Phil Miller +# maintainer (x86_64): Manuel Tortosa 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 } diff --git a/telepathy-farsight/PKGBUILD b/telepathy-farsight/PKGBUILD index dd6066666..bb173d497 100644 --- a/telepathy-farsight/PKGBUILD +++ b/telepathy-farsight/PKGBUILD @@ -5,7 +5,7 @@ # maintainer (x86_64): Manuel Tortosa 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') diff --git a/telepathy-glib/PKGBUILD b/telepathy-glib/PKGBUILD index 7f167cb32..9cbae28fd 100644 --- a/telepathy-glib/PKGBUILD +++ b/telepathy-glib/PKGBUILD @@ -5,7 +5,7 @@ # maintainer (x86_64): Manuel Tortosa 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}"