added $_pkgbasename=$pkgver to most packages

This has been scripted, some might have been missed some PKGBUILDS
might be broken, so please chock when building.
This commit is contained in:
Samir 2012-10-31 14:53:16 +00:00
parent 054509664b
commit 850fefed49
81 changed files with 83 additions and 81 deletions

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
.gitignore
_buildscripts _buildscripts
_repo _repo
_sources _sources
@ -7,12 +9,12 @@ src
dbg dbg
hdr hdr
*~ *~
build.sh build.sh
clean-builddir.sh clean-builddir.sh
clean-workdir.sh clean-workdir.sh
copy.sh copy.sh
copy-any.sh copy-any.sh
fakeuname
get-any.sh get-any.sh
makepkg makepkg
move.sh move.sh

View File

@ -12,7 +12,7 @@ pkgdesc="Extra alsa plugins (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://www.alsa-project.org" url="http://www.alsa-project.org"
license=(GPL) license=(GPL)
depends=(lib32-alsa-lib $_pkgbasename) depends=(lib32-alsa-lib $_pkgbasename=$pkgver)
makedepends=(lib32-{libpulse,jack,speex,libsamplerate} gcc-multilib) makedepends=(lib32-{libpulse,jack,speex,libsamplerate} gcc-multilib)
optdepends=('lib32-libpulse: PulseAudio plugin' optdepends=('lib32-libpulse: PulseAudio plugin'
'lib32-jack: Jack plugin' 'lib32-jack: Jack plugin'

View File

@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="A library providing a set of interfaces for accessibility (32-bit)" pkgdesc="A library providing a set of interfaces for accessibility (32-bit)"
arch=('x86_64') arch=('x86_64')
license=('LGPL') license=('LGPL')
depends=('lib32-glib2' $_pkgbasename) depends=('lib32-glib2' $_pkgbasename=$pkgver)
makedepends=('gcc-multilib') makedepends=('gcc-multilib')
options=('!libtool') options=('!libtool')
source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.bz2) source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="Extended attribute support library for ACL support (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://oss.sgi.com/projects/xfs/" url="http://oss.sgi.com/projects/xfs/"
license=('LGPL') license=('LGPL')
depends=('lib32-glibc' $_pkgbasename) depends=('lib32-glibc' $_pkgbasename=$pkgver)
makedepends=('gcc-multilib' 'gettext') makedepends=('gcc-multilib' 'gettext')
options=('!libtool') options=('!libtool')
source=(ftp://ftp.archlinux.org/other/attr/attr-${pkgver}.src.tar.gz) source=(ftp://ftp.archlinux.org/other/attr/attr-${pkgver}.src.tar.gz)

View File

@ -11,7 +11,7 @@ pkgdesc="Silicon Graphics Audio File Library (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://www.68k.org/~michael/audiofile/" url="http://www.68k.org/~michael/audiofile/"
license=('LGPL') license=('LGPL')
depends=('lib32-glibc' $_pkgbasename) depends=('lib32-glibc' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
options=('!libtool') options=('!libtool')
source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/0.2/${_pkgbasename}-${pkgver}.tar.bz2) source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/0.2/${_pkgbasename}-${pkgver}.tar.bz2)

View File

@ -6,7 +6,7 @@ pkgdesc="A high-quality data compression program (32-bit)"
arch=('x86_64') arch=('x86_64')
license=('custom') license=('custom')
url="http://sources.redhat.com/bzip2" url="http://sources.redhat.com/bzip2"
depends=('lib32-glibc' $_pkgbasename) depends=('lib32-glibc' $_pkgbasename=$pkgver)
makedepends=('gcc-multilib') makedepends=('gcc-multilib')
source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz) source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz)
md5sums=('00b516f4704d4a7cb50a1d97e6e8e15b') md5sums=('00b516f4704d4a7cb50a1d97e6e8e15b')

View File

@ -11,7 +11,7 @@ pkgdesc="An URL retrieval utility and library (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://curl.haxx.se" url="http://curl.haxx.se"
license=('MIT') license=('MIT')
depends=('lib32-zlib' 'lib32-openssl' 'bash' 'ca-certificates' $_pkgbasename) depends=('lib32-zlib' 'lib32-openssl' 'bash' 'ca-certificates' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
options=('!libtool') options=('!libtool')
source=("http://curl.haxx.se/download/${_pkgbasename}-${pkgver}.tar.bz2") source=("http://curl.haxx.se/download/${_pkgbasename}-${pkgver}.tar.bz2")

View File

@ -11,7 +11,7 @@ pkgdesc="The Berkeley DB embedded database system (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://www.oracle.com/technology/software/products/berkeley-db/index.html" url="http://www.oracle.com/technology/software/products/berkeley-db/index.html"
license=('custom') license=('custom')
depends=('lib32-gcc-libs' $_pkgbasename) depends=('lib32-gcc-libs' $_pkgbasename=$pkgver)
makedepends=('gcc-multilib') makedepends=('gcc-multilib')
options=('!libtool' 'force') options=('!libtool' 'force')
source=(http://download-uk.oracle.com/berkeley-db/db-${pkgver}.tar.gz) source=(http://download-uk.oracle.com/berkeley-db/db-${pkgver}.tar.gz)

View File

@ -11,7 +11,7 @@ pkgdesc="Ext2 filesystem libraries (32-bit)"
arch=(x86_64) arch=(x86_64)
license=('GPL' 'LGPL' 'MIT') license=('GPL' 'LGPL' 'MIT')
url="http://e2fsprogs.sourceforge.net" url="http://e2fsprogs.sourceforge.net"
depends=('lib32-util-linux-ng>=2.16' $_pkgbasename) depends=('lib32-util-linux-ng>=2.16' $_pkgbasename=$pkgver)
makedepends=('bc' 'gcc-multilib') makedepends=('bc' 'gcc-multilib')
source=("http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz" source=("http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz"
"makefile.in.patch") "makefile.in.patch")

View File

@ -11,7 +11,7 @@ pkgdesc="Free Lossless Audio Codec (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://flac.sourceforge.net/" url="http://flac.sourceforge.net/"
license=('custom:Xiph' 'LGPL' 'GPL' 'FDL') license=('custom:Xiph' 'LGPL' 'GPL' 'FDL')
depends=('lib32-libogg' 'lib32-gcc-libs' $_pkgbasename) depends=('lib32-libogg' 'lib32-gcc-libs' $_pkgbasename=$pkgver)
makedepends=('nasm' gcc-multilib) makedepends=('nasm' gcc-multilib)
options=('!libtool' '!makeflags') options=('!libtool' '!makeflags')
source=(http://downloads.sf.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz source=(http://downloads.sf.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz

View File

@ -11,7 +11,7 @@ pkgdesc="A library for configuring and customizing font access (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://www.fontconfig.org/release/" url="http://www.fontconfig.org/release/"
license=('custom') license=('custom')
depends=('lib32-expat>=2.0.1' 'lib32-freetype2>=2.3.11' $_pkgbasename 'lib32-bzip2') depends=('lib32-expat>=2.0.1' 'lib32-freetype2>=2.3.11' $_pkgbasename=$pkgver 'lib32-bzip2')
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
options=('!libtool') options=('!libtool')
source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.gz source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.gz

View File

@ -12,7 +12,7 @@ pkgdesc="TrueType font rendering library (32-bit) with infinality patch"
arch=(x86_64) arch=(x86_64)
license=('GPL') license=('GPL')
url="http://freetype.sourceforge.net" url="http://freetype.sourceforge.net"
depends=('lib32-zlib' $_pkgbasename) depends=('lib32-zlib' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
conflicts=('lib32-freetype2') conflicts=('lib32-freetype2')
provides=("lib32-freetype2=$pkgver") provides=("lib32-freetype2=$pkgver")

View File

@ -11,7 +11,7 @@ pkgdesc="TrueType font rendering library (32-bit)"
arch=(x86_64) arch=(x86_64)
license=('GPL') license=('GPL')
url="http://freetype.sourceforge.net" url="http://freetype.sourceforge.net"
depends=('lib32-zlib' 'lib32-bzip2' $_pkgbasename) depends=('lib32-zlib' 'lib32-bzip2' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
options=('!libtool') options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2 source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2

View File

@ -11,7 +11,7 @@ pkgdesc="A library for reading and writing gif images (32-bit)"
url="http://sourceforge.net/projects/giflib/" url="http://sourceforge.net/projects/giflib/"
arch=('x86_64') arch=('x86_64')
license=('MIT') license=('MIT')
depends=('lib32-libx11' 'lib32-libsm' $_pkgbasename) depends=('lib32-libx11' 'lib32-libsm' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
provides=("lib32-libungif=${pkgver}") provides=("lib32-libungif=${pkgver}")
conflicts=('lib32-libungif') conflicts=('lib32-libungif')

View File

@ -11,7 +11,7 @@ pkgrel=1
pkgdesc="A low-latency audio server (32-bit)" pkgdesc="A low-latency audio server (32-bit)"
arch=('x86_64') arch=('x86_64')
license=('GPL' 'LGPL') license=('GPL' 'LGPL')
depends=('lib32-glibc' $_pkgbasename) depends=('lib32-glibc' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
url="http://jackaudio.org/" url="http://jackaudio.org/"
options=('!libtool') options=('!libtool')

View File

@ -11,7 +11,7 @@ pkgdesc="Linux Key Management Utilities (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://www.kernel.org" url="http://www.kernel.org"
license=('GPL2' 'LGPL2.1') license=('GPL2' 'LGPL2.1')
depends=(lib32-glibc $_pkgbasename) depends=(lib32-glibc $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
source=(http://people.redhat.com/~dhowells/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2) source=(http://people.redhat.com/~dhowells/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2)
md5sums=('e168c1bdaf5aa93c2cbf8a5e7f8ef27b') md5sums=('e168c1bdaf5aa93c2cbf8a5e7f8ef27b')

View File

@ -11,7 +11,7 @@ pkgdesc="The Kerberos network authentication system (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://web.mit.edu/kerberos/" url="http://web.mit.edu/kerberos/"
license=('custom') license=('custom')
depends=('lib32-e2fsprogs' 'lib32-libldap' lib32-keyutils $_pkgbasename) depends=('lib32-e2fsprogs' 'lib32-libldap' lib32-keyutils $_pkgbasename=$pkgver)
makedepends=('perl' gcc-multilib) makedepends=('perl' gcc-multilib)
provides=('lib32-heimdal') provides=('lib32-heimdal')
replaces=('lib32-heimdal') replaces=('lib32-heimdal')

View File

@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="Lightweight color management development library/engine (32-bit)" pkgdesc="Lightweight color management development library/engine (32-bit)"
arch=(x86_64) arch=(x86_64)
license=('custom') license=('custom')
depends=('lib32-libtiff>=3.9.4' $_pkgbasename) depends=('lib32-libtiff>=3.9.4' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
url="http://www.littlecms.com" url="http://www.littlecms.com"
options=('!libtool') options=('!libtool')

View File

@ -12,7 +12,7 @@ arch=(x86_64)
url="http://0pointer.de/lennart/projects/libasyncns" url="http://0pointer.de/lennart/projects/libasyncns"
license=('LGPL') license=('LGPL')
options=('!libtool') options=('!libtool')
depends=('lib32-glibc' $_pkgbasename) depends=('lib32-glibc' $_pkgbasename=$pkgver)
makedepends=('gcc-multilib') makedepends=('gcc-multilib')
source=(http://0pointer.de/lennart/projects/libasyncns/${_pkgbasename}-${pkgver}.tar.gz) source=(http://0pointer.de/lennart/projects/libasyncns/${_pkgbasename}-${pkgver}.tar.gz)
md5sums=('1f553d6ce1ad255bc83b3d8e9384f515') md5sums=('1f553d6ce1ad255bc83b3d8e9384f515')

View File

@ -11,7 +11,7 @@ pkgdesc="POSIX 1003.1e capabilities (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://www.kernel.org/pub/linux/libs/security/linux-privs/" url="http://www.kernel.org/pub/linux/libs/security/linux-privs/"
license=('GPL') license=('GPL')
depends=('lib32-attr' $_pkgbasename) depends=('lib32-attr' $_pkgbasename=$pkgver)
makedepends=('gcc-multilib') makedepends=('gcc-multilib')
#source=(http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${_pkgbasename}-${pkgver}.tar.gz) #source=(http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${_pkgbasename}-${pkgver}.tar.gz)
source=(ftp://ftp.archlinux.org/other/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz) source=(ftp://ftp.archlinux.org/other/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)

View File

@ -11,7 +11,7 @@ pkgdesc="The CUPS Printing System - client libraries (32-bit)"
arch=('x86_64') arch=('x86_64')
license=('GPL') license=('GPL')
url="http://www.cups.org/" url="http://www.cups.org/"
depends=(lib32-glibc $_pkgbasename) depends=(lib32-glibc $_pkgbasename=$pkgver)
makedepends=(gcc-multilib cups lib32-libusb) makedepends=(gcc-multilib cups lib32-libusb)
source=(http://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2) source=(http://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2)
md5sums=('87ade07e3d1efd03c9c3add949cf9c00') md5sums=('87ade07e3d1efd03c9c3add949cf9c00')

View File

@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="Userspace interface to kernel DRM services (32-bit)" pkgdesc="Userspace interface to kernel DRM services (32-bit)"
arch=(x86_64) arch=(x86_64)
license=('custom') license=('custom')
depends=('lib32-libpciaccess' 'lib32-glibc' 'lib32-cairo' $_pkgbasename) depends=('lib32-libpciaccess' 'lib32-glibc' 'lib32-cairo' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
options=('!libtool') options=('!libtool')
url="http://dri.freedesktop.org/" url="http://dri.freedesktop.org/"

View File

@ -11,7 +11,7 @@ pkgdesc="a general purpose crypto library based on the code used (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://www.gnupg.org" url="http://www.gnupg.org"
license=('LGPL') license=('LGPL')
depends=('lib32-libgpg-error>=1.7' $_pkgbasename) depends=('lib32-libgpg-error>=1.7' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib libtool-multilib) makedepends=(gcc-multilib libtool-multilib)
options=(!libtool) options=(!libtool)
source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2 source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2

View File

@ -11,7 +11,7 @@ pkgdesc="Support library for libgcrypt (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://www.gnupg.org" url="http://www.gnupg.org"
license=('LGPL') license=('LGPL')
depends=('lib32-glibc' $_pkgbasename) depends=('lib32-glibc' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
options=(!libtool) options=(!libtool)
source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2) source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2)

View File

@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="X11 Inter-Client Exchange library (32-bit)" pkgdesc="X11 Inter-Client Exchange library (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
depends=('lib32-glibc' 'xproto>=7.0.18' $_pkgbasename) depends=('lib32-glibc' 'xproto>=7.0.18' $_pkgbasename=$pkgver)
makedepends=('pkgconfig' 'xtrans>=1.2.5' 'gcc-multilib') makedepends=('pkgconfig' 'xtrans>=1.2.5' 'gcc-multilib')
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libICE-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libICE-${pkgver}.tar.bz2)

View File

@ -12,7 +12,7 @@ pkgdesc="Library of JPEG support functions (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://www.ijg.org/" url="http://www.ijg.org/"
license=('custom') license=('custom')
depends=('lib32-glibc' $_pkgbasename) depends=('lib32-glibc' $_pkgbasename=$pkgver)
makedepends=('libtool' 'gcc-multilib') makedepends=('libtool' 'gcc-multilib')
options=('!libtool') options=('!libtool')
source=(http://www.ijg.org/files/jpegsrc.v${_pkgver}.tar.gz) source=(http://www.ijg.org/files/jpegsrc.v${_pkgver}.tar.gz)

View File

@ -11,7 +11,7 @@ pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries (32-bit)"
arch=('x86_64') arch=('x86_64')
license=('custom') license=('custom')
url="http://www.openldap.org/" url="http://www.openldap.org/"
depends=('lib32-openssl' $_pkgbasename) depends=('lib32-openssl' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
options=('!libtool') options=('!libtool')
source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz" source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz"

View File

@ -11,7 +11,7 @@ pkgdesc="A collection of routines used to create and manipulate MNG format graph
arch=('x86_64') arch=('x86_64')
url="http://www.libmng.com/" url="http://www.libmng.com/"
license=('custom') license=('custom')
depends=('lib32-zlib' 'lib32-libjpeg>=8' $_pkgbasename) depends=('lib32-zlib' 'lib32-libjpeg>=8' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
options=(!libtool) options=(!libtool)
source=(http://downloads.sourceforge.net/sourceforge/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz) source=(http://downloads.sourceforge.net/sourceforge/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz)

View File

@ -11,7 +11,7 @@ pkgdesc="Ogg bitstream and framing library (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://www.xiph.org/ogg/" url="http://www.xiph.org/ogg/"
license=('BSD') license=('BSD')
depends=('lib32-glibc' $_pkgbasename) depends=('lib32-glibc' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
options=('!libtool') options=('!libtool')
source=(http://downloads.xiph.org/releases/ogg/$_pkgbasename-$pkgver.tar.gz) source=(http://downloads.xiph.org/releases/ogg/$_pkgbasename-$pkgver.tar.gz)

View File

@ -12,7 +12,7 @@ pkgdesc="A collection of routines used to create PNG format graphics files (32-b
arch=('x86_64') arch=('x86_64')
url="http://www.libpng.org/pub/png/libpng.html" url="http://www.libpng.org/pub/png/libpng.html"
license=('custom') license=('custom')
depends=('lib32-zlib' $_pkgbasename) depends=('lib32-zlib' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
options=('!libtool') options=('!libtool')
source=("http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz" source=("http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz"

View File

@ -11,7 +11,7 @@ pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://www.mega-nerd.com/SRC/index.html" url="http://www.mega-nerd.com/SRC/index.html"
license=('GPL') license=('GPL')
depends=('lib32-libsndfile' $_pkgbasename) depends=('lib32-libsndfile' $_pkgbasename=$pkgver)
makedepedns=('gcc-multilib') makedepedns=('gcc-multilib')
options=('!libtool') options=('!libtool')
source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz) source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz)

View File

@ -11,7 +11,7 @@ pkgdesc="X11 Session Management library (32-bit)"
arch=(x86_64) arch=(x86_64)
license=('custom') license=('custom')
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
depends=('lib32-libice' 'lib32-util-linux-ng' $_pkgbasename) depends=('lib32-libice' 'lib32-util-linux-ng' $_pkgbasename=$pkgver)
makedepends=('xorg-util-macros' 'xtrans' 'gcc-multilib') makedepends=('xorg-util-macros' 'xtrans' 'gcc-multilib')
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="A C library for reading and writing files containing sampled sound (32-
arch=('x86_64') arch=('x86_64')
url="http://www.mega-nerd.com/libsndfile" url="http://www.mega-nerd.com/libsndfile"
license=('LGPL') license=('LGPL')
depends=('lib32-flac' 'lib32-libvorbis' $_pkgbasename) depends=('lib32-flac' 'lib32-libvorbis' $_pkgbasename=$pkgver)
makedepends=('lib32-alsa-lib' 'gcc-multilib') makedepends=('lib32-alsa-lib' 'gcc-multilib')
options=('!libtool') options=('!libtool')
source=(http://www.mega-nerd.com/libsndfile/files/${_pkgbasename}-${pkgver}.tar.gz) source=(http://www.mega-nerd.com/libsndfile/files/${_pkgbasename}-${pkgver}.tar.gz)

View File

@ -11,7 +11,7 @@ pkgdesc="Library for manipulation of TIFF images (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://www.remotesensing.org/libtiff/" url="http://www.remotesensing.org/libtiff/"
license=('custom') license=('custom')
depends=('lib32-libjpeg' 'lib32-zlib' $_pkgbasename) depends=('lib32-libjpeg' 'lib32-zlib' $_pkgbasename=$pkgver)
makedepends=('lib32-libgl' 'lib32-libxmu' 'lib32-libxi' gcc-multilib) makedepends=('lib32-libgl' 'lib32-libxmu' 'lib32-libxi' gcc-multilib)
options=('!libtool') options=('!libtool')
source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz \ source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz \

View File

@ -13,7 +13,7 @@ pkgdesc="Abstraction library that comes between applications and audio visualisa
arch=('x86_64') arch=('x86_64')
url="http://sourceforge.net/projects/libvisual/" url="http://sourceforge.net/projects/libvisual/"
license=('LGPL') license=('LGPL')
depends=('lib32-glibc' "$_pkgbasename") depends=('lib32-glibc' "$_pkgbasename=$pkgver")
makedepends=('gcc-multilib') makedepends=('gcc-multilib')
options=('!libtool') options=('!libtool')
source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz") source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz")

View File

@ -11,7 +11,7 @@ pkgdesc="Vorbis codec library (32-bit)"
arch=('x86_64') arch=('x86_64')
license=('custom') license=('custom')
url="http://www.xiph.org/ogg/vorbis/" url="http://www.xiph.org/ogg/vorbis/"
depends=('lib32-libogg' $_pkgbasename) depends=('lib32-libogg' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
options=('!libtool') options=('!libtool')
source=(http://downloads.xiph.org/releases/vorbis/${_pkgbasename}-${pkgver}.tar.gz) source=(http://downloads.xiph.org/releases/vorbis/${_pkgbasename}-${pkgver}.tar.gz)

View File

@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="X11 client-side library (32-bit)" pkgdesc="X11 client-side library (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
depends=('lib32-libxcb' 'xproto' 'kbproto' $_pkgbasename) depends=('lib32-libxcb' 'xproto' 'kbproto' $_pkgbasename=$pkgver)
makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto' 'gcc-multilib') makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto' 'gcc-multilib')
options=('!libtool') options=('!libtool')
license=('custom:XFREE86') license=('custom:XFREE86')

View File

@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="X11 authorisation library" pkgdesc="X11 authorisation library"
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
arch=(x86_64) arch=(x86_64)
depends=('lib32-glibc' $_pkgbasename) depends=('lib32-glibc' $_pkgbasename=$pkgver)
makedepends=('pkgconfig' 'xproto' 'gcc-multilib') makedepends=('pkgconfig' 'xproto' 'gcc-multilib')
license=('custom') license=('custom')
options=('!libtool') options=('!libtool')

View File

@ -11,7 +11,7 @@ pkgdesc="X11 Athena Widget library (32 bit)"
arch=('x86_64') arch=('x86_64')
license=('custom') license=('custom')
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
depends=('lib32-libxmu' 'lib32-libxpm' "$_pkgbasename>=$pkgver") depends=('lib32-libxmu' 'lib32-libxpm' "$_pkgbasename=$pkgver>=$pkgver")
makedepends=('xorg-util-macros' 'gcc-multilib') makedepends=('xorg-util-macros' 'gcc-multilib')
options=('!libtool') options=('!libtool')
source=(http://xorg.freedesktop.org/releases/individual/lib/libXaw-${pkgver}.tar.bz2) source=(http://xorg.freedesktop.org/releases/individual/lib/libXaw-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="X11 Composite extension library (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
license=('custom') license=('custom')
depends=('lib32-libxfixes' 'lib32-libxext' 'compositeproto' $_pkgbasename) depends=('lib32-libxfixes' 'lib32-libxext' 'compositeproto' $_pkgbasename=$pkgver)
makedepends=('xorg-util-macros' gcc-multilib) makedepends=('xorg-util-macros' gcc-multilib)
options=(!libtool) options=(!libtool)
source=(${url}/releases/individual/lib/libXcomposite-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXcomposite-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="X cursor management library (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
license=('custom') license=('custom')
depends=('lib32-libxfixes' 'lib32-libxrender' $_pkgbasename) depends=('lib32-libxfixes' 'lib32-libxrender' $_pkgbasename=$pkgver)
makedepends=('xorg-util-macros' gcc-multilib) makedepends=('xorg-util-macros' gcc-multilib)
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="X11 damaged region extension library (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
license=('custom') license=('custom')
depends=('lib32-libxfixes>=4.0.4' $_pkgbasename) depends=('lib32-libxfixes>=4.0.4' $_pkgbasename=$pkgver)
makedepends=('pkg-config' 'damageproto>=1.2.0' gcc-multilib) makedepends=('pkg-config' 'damageproto>=1.2.0' gcc-multilib)
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libXdamage-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXdamage-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="X11 Display Manager Control Protocol library (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
license=('custom') license=('custom')
depends=('xproto' 'lib32-glibc' $_pkgbasename) depends=('xproto' 'lib32-glibc' $_pkgbasename=$pkgver)
makedepends=('xorg-util-macros' 'gcc-multilib') makedepends=('xorg-util-macros' 'gcc-multilib')
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="X11 miscellaneous extensions library (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
license=('custom') license=('custom')
depends=('lib32-libx11' 'xextproto' $_pkgbasename) depends=('lib32-libx11' 'xextproto' $_pkgbasename=$pkgver)
makedepends=('xorg-util-macros' 'gcc-multilib') makedepends=('xorg-util-macros' 'gcc-multilib')
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="X11 miscellaneous 'fixes' extension library (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
license=('custom') license=('custom')
depends=('lib32-libx11>=1.3.3' $_pkgbasename) depends=('lib32-libx11>=1.3.3' $_pkgbasename=$pkgver)
makedepends=('pkg-config' 'gcc-multilib' "fixesproto>=4.1.1") makedepends=('pkg-config' 'gcc-multilib' "fixesproto>=4.1.1")
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libXfixes-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXfixes-${pkgver}.tar.bz2)

View File

@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="X11 Input extension library (32-bit)" pkgdesc="X11 Input extension library (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://xorg.freedesktop.org" url="http://xorg.freedesktop.org"
depends=('lib32-libxext' 'inputproto' $_pkgbasename) depends=('lib32-libxext' 'inputproto' $_pkgbasename=$pkgver)
makedepends=('pkgconfig' 'xorg-util-macros' gcc-multilib) makedepends=('pkgconfig' 'xorg-util-macros' gcc-multilib)
options=(!libtool) options=(!libtool)
license=('custom') license=('custom')

View File

@ -11,7 +11,7 @@ pkgdesc="X11 Xinerama extension library (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
license=('custom') license=('custom')
depends=('lib32-libxext' 'xineramaproto' $_pkgbasename) depends=('lib32-libxext' 'xineramaproto' $_pkgbasename=$pkgver)
makedepends=('xorg-util-macros' gcc-multilib) makedepends=('xorg-util-macros' gcc-multilib)
options=(!libtool) options=(!libtool)
source=(${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2)

View File

@ -10,7 +10,7 @@ pkgrel=2
pkgdesc="XML parsing library, version 2 (32-bit)" pkgdesc="XML parsing library, version 2 (32-bit)"
arch=(x86_64) arch=(x86_64)
license=('custom') license=('custom')
depends=('lib32-zlib>=1.2.4' 'lib32-readline>=6.1' 'lib32-ncurses>=5.7' $_pkgbasename) depends=('lib32-zlib>=1.2.4' 'lib32-readline>=6.1' 'lib32-ncurses>=5.7' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
options=('!libtool') options=('!libtool')
url="http://www.xmlsoft.org/" url="http://www.xmlsoft.org/"

View File

@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="X11 miscellaneous micro-utility library (32-bit)" pkgdesc="X11 miscellaneous micro-utility library (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
depends=('lib32-libxext' 'lib32-libxt' $_pkgbasename) depends=('lib32-libxext' 'lib32-libxt' $_pkgbasename=$pkgver)
makedepends=('xorg-util-macros' 'gcc-multilib') makedepends=('xorg-util-macros' 'gcc-multilib')
license=('custom') license=('custom')
options=('!libtool') options=('!libtool')

View File

@ -11,7 +11,7 @@ pkgdesc="X11 pixmap library (32-bit)"
arch=(x86_64) arch=(x86_64)
license=('custom') license=('custom')
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
depends=('lib32-libxt' 'lib32-libxext' $_pkgbasename) depends=('lib32-libxt' 'lib32-libxext' $_pkgbasename=$pkgver)
makedepends=('xorg-util-macros' gcc-multilib) makedepends=('xorg-util-macros' gcc-multilib)
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="X11 RandR extension library (32-bit)"
arch=('x86_64') arch=('x86_64')
license=('custom') license=('custom')
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
depends=('lib32-libxext' 'lib32-libxrender' 'randrproto' $_pkgbasename) depends=('lib32-libxext' 'lib32-libxrender' 'randrproto' $_pkgbasename=$pkgver)
makedepends=('xorg-util-macros' gcc-multilib) makedepends=('xorg-util-macros' gcc-multilib)
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libXrandr-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXrandr-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="X Rendering Extension client library (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
license=('custom') license=('custom')
depends=('lib32-libx11>=1.3.3' $_pkgbasename) depends=('lib32-libx11>=1.3.3' $_pkgbasename=$pkgver)
makedepends=('pkgconfig' 'gcc-multilib' renderproto) makedepends=('pkgconfig' 'gcc-multilib' renderproto)
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libXrender-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXrender-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="XML stylesheet transformation library (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://xmlsoft.org/XSLT/" url="http://xmlsoft.org/XSLT/"
license=('custom') license=('custom')
depends=('lib32-libxml2>=2.7.7' 'lib32-libgcrypt>=1.4.4' $_pkgbasename) depends=('lib32-libxml2>=2.7.7' 'lib32-libgcrypt>=1.4.4' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
options=('!libtool') options=('!libtool')
source=(ftp://xmlsoft.org/libxslt/${_pkgbasename}-${pkgver}.tar.gz) source=(ftp://xmlsoft.org/libxslt/${_pkgbasename}-${pkgver}.tar.gz)

View File

@ -11,7 +11,7 @@ pkgdesc="X11 Screen Saver extension library (32-bit)"
arch=(x86_64) arch=(x86_64)
license=('custom') license=('custom')
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
depends=('lib32-libxext' 'scrnsaverproto' $_pkgbasename) depends=('lib32-libxext' 'scrnsaverproto' $_pkgbasename=$pkgver)
makedepends=('xorg-util-macros' gcc-multilib) makedepends=('xorg-util-macros' gcc-multilib)
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libXScrnSaver-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXScrnSaver-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="X11 toolkit intrinsics library (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
license=('custom') license=('custom')
depends=('lib32-libsm' 'lib32-libx11' $_pkgbasename) depends=('lib32-libsm' 'lib32-libx11' $_pkgbasename=$pkgver)
makedepends=('xorg-util-macros' 'gcc-multilib') makedepends=('xorg-util-macros' 'gcc-multilib')
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libXt-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXt-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="X11 Testing -- Resource extension library (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
license=('custom') license=('custom')
depends=('lib32-libxext' 'lib32-libxi' 'recordproto' 'inputproto' $_pkgbasename) depends=('lib32-libxext' 'lib32-libxi' 'recordproto' 'inputproto' $_pkgbasename=$pkgver)
makedepends=('gcc-multilib' 'xorg-util-macros') makedepends=('gcc-multilib' 'xorg-util-macros')
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libXtst-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXtst-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="X11 Video extension library (32-bit)"
arch=(x86_64) arch=(x86_64)
license=('custom') license=('custom')
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
depends=('lib32-libxext' 'videoproto' $_pkgbasename) depends=('lib32-libxext' 'videoproto' $_pkgbasename=$pkgver)
makedepends=('pkgconfig' gcc-multilib) makedepends=('pkgconfig' gcc-multilib)
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="X11 Video Motion Compensation extension library (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
license=('custom') license=('custom')
depends=('lib32-libxv>=1.0.5' $_pkgbasename) depends=('lib32-libxv>=1.0.5' $_pkgbasename=$pkgver)
makedepends=('pkgconfig' gcc-multilib) makedepends=('pkgconfig' gcc-multilib)
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="X11 Direct Graphics Access extension library (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
license=('custom') license=('custom')
depends=('lib32-libxext' 'xf86dgaproto' $_pkgbasename) depends=('lib32-libxext' 'xf86dgaproto' $_pkgbasename=$pkgver)
makedepends=('xorg-util-macros' gcc-multilib) makedepends=('xorg-util-macros' gcc-multilib)
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libXxf86dga-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXxf86dga-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="X11 XFree86 video mode extension library (32-bit)"
arch=('x86_64') arch=('x86_64')
license=('custom') license=('custom')
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
depends=('lib32-libxext' 'xf86vidmodeproto' $_pkgbasename) depends=('lib32-libxext' 'xf86vidmodeproto' $_pkgbasename=$pkgver)
makedepends=('xorg-util-macros' gcc-multilib) makedepends=('xorg-util-macros' gcc-multilib)
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libXxf86vm-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXxf86vm-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 (32-bi
arch=('x86_64') arch=('x86_64')
url="http://sourceforge.net/projects/mpg123" url="http://sourceforge.net/projects/mpg123"
license=('GPL2' 'LGPL2.1') license=('GPL2' 'LGPL2.1')
depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' "$_pkgbasename=${pkgver}") depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' "$_pkgbasename=$pkgver=${pkgver}")
makedepends=('lib32-sdl' gcc-multilib libtool-multilib) makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
optdepends=('lib32-sdl: for additional audio support') optdepends=('lib32-sdl: for additional audio support')
options=('libtool') options=('libtool')

View File

@ -11,7 +11,7 @@ pkgdesc="Netscape Portable Runtime (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://www.mozilla.org/projects/nspr/" url="http://www.mozilla.org/projects/nspr/"
license=('MPL' 'GPL') license=('MPL' 'GPL')
depends=('lib32-glibc' $_pkgbasename) depends=('lib32-glibc' $_pkgbasename=$pkgver)
makedepends=('zip' 'gcc-multilib') makedepends=('zip' 'gcc-multilib')
options=(!emptydirs) options=(!emptydirs)
source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz

View File

@ -12,7 +12,7 @@ arch=('x86_64')
url="http://www.mozilla.org/projects/security/pki/nss/" url="http://www.mozilla.org/projects/security/pki/nss/"
license=('MPL' 'GPL') license=('MPL' 'GPL')
_nsprver=4.9 _nsprver=4.9
depends=("lib32-nspr>=${_nsprver}" 'lib32-sqlite3>=3.6.17' "$_pkgbasename" 'lib32-zlib') depends=("lib32-nspr>=${_nsprver}" 'lib32-sqlite3>=3.6.17' "$_pkgbasename=$pkgver" 'lib32-zlib')
makedepends=('gcc-multilib' 'perl') makedepends=('gcc-multilib' 'perl')
source=(ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz source=(ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
nss-no-rpath.patch nss-no-rpath.patch

View File

@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="NVIDIA drivers utilities and libraries (32-bit). Repacked and installed in away that won't break LibGL from mesa." pkgdesc="NVIDIA drivers utilities and libraries (32-bit). Repacked and installed in away that won't break LibGL from mesa."
arch=('x86_64') arch=('x86_64')
url="http://www.nvidia.com/" url="http://www.nvidia.com/"
depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' $_pkgbasename) depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' $_pkgbasename=$pkgver)
conflicts=('lib32-nvidia-utils') conflicts=('lib32-nvidia-utils')
provides=("lib32-nvidia-utils=${pkgver}") provides=("lib32-nvidia-utils=${pkgver}")
license=('custom') license=('custom')

View File

@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)" pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://www.nvidia.com/" url="http://www.nvidia.com/"
depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' $_pkgbasename=$pkgver) depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' $_pkgbasename=$pkgver=$pkgver)
conflicts=('lib32-libgl') conflicts=('lib32-libgl')
provides=('lib32-libgl=7.11') provides=('lib32-libgl=7.11')
license=('custom') license=('custom')

View File

@ -13,7 +13,7 @@ pkgdesc="OpenAL audio library for use with opengl (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://www.openal.org/" url="http://www.openal.org/"
license=('LGPL') license=('LGPL')
depends=('lib32-glibc' $_pkgbasename) depends=('lib32-glibc' $_pkgbasename=$pkgver)
makedepends=('lib32-alsa-lib' 'lib32-sdl' 'lib32-libpulse' 'pkgconfig' 'cmake' gcc-multilib) makedepends=('lib32-alsa-lib' 'lib32-sdl' 'lib32-libpulse' 'pkgconfig' 'cmake' gcc-multilib)
options=('!libtool') options=('!libtool')
source=(http://kcat.strangesoft.net/openal-releases/openal-soft-${pkgver}.tar.bz2) source=(http://kcat.strangesoft.net/openal-releases/openal-soft-${pkgver}.tar.bz2)

View File

@ -13,7 +13,7 @@ pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Se
arch=('x86_64') arch=('x86_64')
url='https://www.openssl.org' url='https://www.openssl.org'
license=('custom:BSD') license=('custom:BSD')
depends=(lib32-zlib $_pkgbasename) depends=(lib32-zlib $_pkgbasename=$pkgver)
optdepends=('ca-certificates' perl gcc-multilib) optdepends=('ca-certificates' perl gcc-multilib)
options=('!makeflags') options=('!makeflags')
source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz" source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz"

View File

@ -11,7 +11,7 @@ pkgdesc="A library that implements Perl 5-style regular expressions (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://pcre.sourceforge.net" url="http://pcre.sourceforge.net"
license=('custom') license=('custom')
depends=('lib32-gcc-libs' $_pkgbasename) depends=('lib32-gcc-libs' $_pkgbasename=$pkgver)
makedepends=('gcc-multilib') makedepends=('gcc-multilib')
options=('!libtool') options=('!libtool')
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${_pkgbasename}-${pkgver}.tar.bz2) source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${_pkgbasename}-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc="Pixman library (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://xorg.freedesktop.org" url="http://xorg.freedesktop.org"
license=('custom') license=('custom')
depends=('lib32-glibc' $_pkgbasename) depends=('lib32-glibc' $_pkgbasename=$pkgver)
makedepends=('gcc-multilib') makedepends=('gcc-multilib')
options=('!libtool') options=('!libtool')
source=(http://xorg.freedesktop.org/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2) source=(http://xorg.freedesktop.org/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2)

View File

@ -12,7 +12,7 @@ pkgdesc="GNU readline library (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://tiswww.case.edu/php/chet/readline/rltop.html" url="http://tiswww.case.edu/php/chet/readline/rltop.html"
license=('GPL') license=('GPL')
depends=('lib32-glibc' 'lib32-ncurses' $_pkgbasename) depends=('lib32-glibc' 'lib32-ncurses' $_pkgbasename=$pkgver)
makedepends=('gcc-multilib') makedepends=('gcc-multilib')
source=(http://ftp.gnu.org/gnu/readline/readline-6.1.tar.gz) source=(http://ftp.gnu.org/gnu/readline/readline-6.1.tar.gz)
if [ $_patchlevel -gt 00 ]; then if [ $_patchlevel -gt 00 ]; then

View File

@ -11,7 +11,7 @@ pkgdesc="A library for portable low-level access to a video framebuffer, audio o
arch=('x86_64') arch=('x86_64')
url="http://www.libsdl.org" url="http://www.libsdl.org"
license=('LGPL') license=('LGPL')
depends=('lib32-libxext' 'lib32-libxrender' 'lib32-libx11' $_pkgbasename) depends=('lib32-libxext' 'lib32-libxrender' 'lib32-libx11' $_pkgbasename=$pkgver)
makedepends=('lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' gcc-multilib) makedepends=('lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' gcc-multilib)
options=('!libtool') options=('!libtool')
source=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz source=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz

View File

@ -11,7 +11,7 @@ pkgdesc="A simple library to load images of various formats as SDL surfaces (32-
arch=('x86_64') arch=('x86_64')
url="http://www.libsdl.org/projects/SDL_image/" url="http://www.libsdl.org/projects/SDL_image/"
license=('LGPL') license=('LGPL')
depends=('lib32-sdl' 'lib32-libpng' 'lib32-libjpeg' 'lib32-libtiff' 'lib32-zlib' "$_pkgbasename") depends=('lib32-sdl' 'lib32-libpng' 'lib32-libjpeg' 'lib32-libtiff' 'lib32-zlib' "$_pkgbasename=$pkgver")
makedepends=('gcc-multilib') makedepends=('gcc-multilib')
options=('!libtool') options=('!libtool')
source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-${pkgver}.tar.gz) source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-${pkgver}.tar.gz)

View File

@ -11,7 +11,7 @@ pkgdesc="A simple multi-channel audio mixer (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://www.libsdl.org/projects/SDL_mixer/" url="http://www.libsdl.org/projects/SDL_mixer/"
license=('LGPL' 'GPL') license=('LGPL' 'GPL')
depends=("$_pkgbasename" 'lib32-sdl>=1.2.12' 'lib32-libvorbis' 'lib32-libmikmod' 'lib32-smpeg') depends=("$_pkgbasename=$pkgver" 'lib32-sdl>=1.2.12' 'lib32-libvorbis' 'lib32-libmikmod' 'lib32-smpeg')
makedepends=('gcc-multilib') makedepends=('gcc-multilib')
options=('!libtool') options=('!libtool')
source=("http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${pkgver}.tar.gz") source=("http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${pkgver}.tar.gz")

View File

@ -11,7 +11,7 @@ pkgdesc="A small sample cross-platform networking library (32 bit)"
arch=('x86_64') arch=('x86_64')
url="http://www.libsdl.org/projects/SDL_net/" url="http://www.libsdl.org/projects/SDL_net/"
license=('LGPL') license=('LGPL')
depends=('lib32-sdl' $_pkgbasename) depends=('lib32-sdl' $_pkgbasename=$pkgver)
makedepends=('gcc-multilib') makedepends=('gcc-multilib')
options=('!libtool') options=('!libtool')
source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-${pkgver}.tar.gz) source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-${pkgver}.tar.gz)

View File

@ -12,7 +12,7 @@ arch=('x86_64')
url="http://www.libsdl.org/projects/SDL_ttf/" url="http://www.libsdl.org/projects/SDL_ttf/"
license=('LGPL') license=('LGPL')
options=('!libtool') options=('!libtool')
depends=('lib32-sdl' 'lib32-freetype2' $_pkgbasename) depends=('lib32-sdl' 'lib32-freetype2' $_pkgbasename=$pkgver)
makedepends=('gcc-multilib') makedepends=('gcc-multilib')
source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$pkgver.tar.gz) source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$pkgver.tar.gz)
md5sums=('814e6e17e8879254208d23b3b7e0354b') md5sums=('814e6e17e8879254208d23b3b7e0354b')

View File

@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="A free codec for free speech (32-bit)" pkgdesc="A free codec for free speech (32-bit)"
arch=(x86_64) arch=(x86_64)
license=('BSD') license=('BSD')
depends=('lib32-libogg' $_pkgbasename) depends=('lib32-libogg' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
options=('!libtool') options=('!libtool')
source=(http://downloads.us.xiph.org/releases/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz) source=(http://downloads.us.xiph.org/releases/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz)

View File

@ -12,7 +12,7 @@ pkgdesc="A C library that implements an SQL database engine (32-bit)"
arch=('x86_64') arch=('x86_64')
license=('custom') license=('custom')
url="http://www.sqlite.org/" url="http://www.sqlite.org/"
depends=(lib32-glibc $_pkgbasename) depends=(lib32-glibc $_pkgbasename=$pkgver)
makedepends=('tcl' 'gcc-multilib' 'lib32-readline') makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
source=(http://www.sqlite.org/sqlite-src-${_amalgamationver}.zip) source=(http://www.sqlite.org/sqlite-src-${_amalgamationver}.zip)
options=(!libtool) options=(!libtool)

View File

@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="Miscellaneous system utilities for Linux (32-bit)" pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
url="http://userweb.kernel.org/~kzak/util-linux-ng/" url="http://userweb.kernel.org/~kzak/util-linux-ng/"
arch=('x86_64') arch=('x86_64')
depends=('lib32-glibc' $_pkgbasename) depends=('lib32-glibc' $_pkgbasename=$pkgver)
makedepends=('gcc-multilib') makedepends=('gcc-multilib')
license=('GPL2') license=('GPL2')
options=('!libtool' '!emptydirs') options=('!libtool' '!emptydirs')

View File

@ -15,7 +15,7 @@ replaces=('lib32-libv4l')
conflicts=('lib32-libv4l') conflicts=('lib32-libv4l')
license=('LGPL') license=('LGPL')
makedepends=('gcc-multilib') makedepends=('gcc-multilib')
depends=('lib32-gcc-libs' $_pkgbasename 'lib32-libjpeg-turbo') depends=('lib32-gcc-libs' $_pkgbasename=$pkgver 'lib32-libjpeg-turbo')
source=(http://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2) source=(http://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2)
sha256sums=('5fa4c6f4b6f5410de57271a03cc9a15f15195ef3fc05a8e42ecf507d6d70a87f') sha256sums=('5fa4c6f4b6f5410de57271a03cc9a15f15195ef3fc05a8e42ecf507d6d70a87f')

View File

@ -11,7 +11,7 @@ pkgdesc="Utility libraries for XC Binding (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://xcb.freedesktop.org" url="http://xcb.freedesktop.org"
license=('custom') license=('custom')
depends=('lib32-glibc' 'lib32-libxcb' $_pkgbasename) depends=('lib32-glibc' 'lib32-libxcb' $_pkgbasename=$pkgver)
makedepends=('gperf' 'gcc-multilib') makedepends=('gperf' 'gcc-multilib')
options=('!libtool') options=('!libtool')
source=(http://xcb.freedesktop.org/dist/${_pkgbasename}-${pkgver}.tar.bz2) source=(http://xcb.freedesktop.org/dist/${_pkgbasename}-${pkgver}.tar.bz2)

View File

@ -11,7 +11,7 @@ pkgdesc='Compression library implementing the deflate compression method found i
arch=('x86_64') arch=('x86_64')
license=('custom') license=('custom')
url="http://www.zlib.net/" url="http://www.zlib.net/"
depends=('lib32-glibc' $_pkgbasename) depends=('lib32-glibc' $_pkgbasename=$pkgver)
makedepends=(gcc-multilib) makedepends=(gcc-multilib)
options=('!makeflags') options=('!makeflags')
source=("http://zlib.net/${_pkgbasename}-${pkgver}.tar.gz") source=("http://zlib.net/${_pkgbasename}-${pkgver}.tar.gz")