diff options
-rw-r--r-- | community/efax-gtk/PKGBUILD | 2 | ||||
-rw-r--r-- | community/ekg/PKGBUILD | 2 | ||||
-rw-r--r-- | community/esmtp/PKGBUILD | 2 | ||||
-rw-r--r-- | community/ext4magic/PKGBUILD | 4 | ||||
-rw-r--r-- | community/fbgetty/PKGBUILD | 2 | ||||
-rw-r--r-- | community/gavl/PKGBUILD | 8 | ||||
-rw-r--r-- | community/gavl/gavl-autoconf.patch | 61 | ||||
-rw-r--r-- | community/libesmtp/PKGBUILD | 2 | ||||
-rw-r--r-- | community/libfm/PKGBUILD | 2 | ||||
-rw-r--r-- | community/lxlauncher/PKGBUILD | 2 | ||||
-rw-r--r-- | community/lxmenu-data/PKGBUILD | 2 | ||||
-rw-r--r-- | community/lxpanel/PKGBUILD | 2 | ||||
-rw-r--r-- | community/polipo/PKGBUILD | 2 | ||||
-rw-r--r-- | community/sshguard/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/ardour/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/arj/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/bmp-wma/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/bmp/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/botan/PKGBUILD | 1 | ||||
-rw-r--r-- | extra/cd-discid/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/libnet/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/openmpi/PKGBUILD | 5 | ||||
-rw-r--r-- | libre/unzip-libre/PKGBUILD | 5 |
23 files changed, 95 insertions, 29 deletions
diff --git a/community/efax-gtk/PKGBUILD b/community/efax-gtk/PKGBUILD index a0cda1051..db2f57ea5 100644 --- a/community/efax-gtk/PKGBUILD +++ b/community/efax-gtk/PKGBUILD @@ -5,7 +5,7 @@ pkgname=efax-gtk pkgver=3.2.10 pkgrel=1 pkgdesc="A GUI front end for the 'efax' fax program" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://efax-gtk.sourceforge.net/" license=('GPL') depends=('dbus-glib' 'ghostscript' 'c++-gtk-utils') diff --git a/community/ekg/PKGBUILD b/community/ekg/PKGBUILD index 8c87efc02..6e13e2428 100644 --- a/community/ekg/PKGBUILD +++ b/community/ekg/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ekg pkgver=1.8rc2 -pkgrel=1.1 +pkgrel=1.2 pkgdesc="A text-mode Gadu-Gadu client" arch=('i686' 'x86_64' 'mips64el') url="http://ekg.chmurka.net/" diff --git a/community/esmtp/PKGBUILD b/community/esmtp/PKGBUILD index 15d4bd89f..45078ab9c 100644 --- a/community/esmtp/PKGBUILD +++ b/community/esmtp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=esmtp pkgver=1.2 -pkgrel=4.1 +pkgrel=4.2 pkgdesc="An easy SMTP forwarder." arch=('i686' 'x86_64' 'mips64el') url='http://esmtp.sourceforge.net' diff --git a/community/ext4magic/PKGBUILD b/community/ext4magic/PKGBUILD index 3734d6aa7..81efb41eb 100644 --- a/community/ext4magic/PKGBUILD +++ b/community/ext4magic/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ext4magic pkgver=0.3.1 pkgrel=1 pkgdesc='Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://developer.berlios.de/projects/ext4magic/' license=('GPL2') depends=('bzip2' 'file' 'util-linux' 'e2fsprogs') @@ -14,7 +14,7 @@ md5sums=('59c194b71e33aa6bd098b91f802e67d5') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr --build=$CHOST make } diff --git a/community/fbgetty/PKGBUILD b/community/fbgetty/PKGBUILD index 38a78390e..8501ab67f 100644 --- a/community/fbgetty/PKGBUILD +++ b/community/fbgetty/PKGBUILD @@ -15,7 +15,7 @@ build() { cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST patch src/options.c <<EOF 33a34 diff --git a/community/gavl/PKGBUILD b/community/gavl/PKGBUILD index cf531cc3a..99e9de3e2 100644 --- a/community/gavl/PKGBUILD +++ b/community/gavl/PKGBUILD @@ -12,12 +12,14 @@ url='http://gmerlin.sourceforge.net/' license=('GPL') depends=('glibc') options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/gmerlin/$pkgname-$pkgver.tar.gz") -md5sums=('2752013a817fbc43ddf13552215ec2c0') +source=("http://downloads.sourceforge.net/sourceforge/gmerlin/$pkgname-$pkgver.tar.gz" + "gavl-autoconf.patch") +md5sums=('2752013a817fbc43ddf13552215ec2c0' + '8825521b3658b447855cf84c637e5fe3') build() { cd "$srcdir/$pkgname-$pkgver" - + patch -Np1 -i ${srcdir}/gavl-autoconf.patch ./configure --prefix=/usr --without-doxygen --with-cpuflags=none make } diff --git a/community/gavl/gavl-autoconf.patch b/community/gavl/gavl-autoconf.patch new file mode 100644 index 000000000..5853abd8f --- /dev/null +++ b/community/gavl/gavl-autoconf.patch @@ -0,0 +1,61 @@ +Index: gavl-1.4.0/acinclude.m4 +=================================================================== +--- gavl-1.4.0.orig/acinclude.m4 ++++ gavl-1.4.0/acinclude.m4 +@@ -46,7 +46,9 @@ AC_DEFUN([AC_C99_FUNC_LRINT], + ac_cv_c99_lrint, + [ + lrint_save_CFLAGS=$CFLAGS +-CFLAGS="-O2 -lm" ++lrint_save_LIBS=$LIBS ++CFLAGS="$CFLAGS -O2" ++LIBS="$LIBS -lm" + AC_TRY_LINK([ + #define _ISOC9X_SOURCE 1 + #define _ISOC99_SOURCE 1 +@@ -57,6 +59,7 @@ AC_TRY_LINK([ + ], if (!lrint(3.14159)) lrint(2.7183);, ac_cv_c99_lrint=yes, ac_cv_c99_lrint=no) + + CFLAGS=$lrint_save_CFLAGS ++LIBS=$lrint_save_LIBS + + ]) + +Index: gavl-1.4.0/configure.ac +=================================================================== +--- gavl-1.4.0.orig/configure.ac ++++ gavl-1.4.0/configure.ac +@@ -129,6 +129,7 @@ fi + dnl + dnl Check for library functions + dnl ++AC_CHECK_FUNC(m,sinf) + + AC_CHECK_FUNCS([memalign]) + AC_CHECK_FUNCS([sched_setaffinity]) +Index: gavl-1.4.0/src/Makefile.am +=================================================================== +--- gavl-1.4.0.orig/src/Makefile.am ++++ gavl-1.4.0/src/Makefile.am +@@ -30,7 +30,7 @@ benchmark_LDADD = ../gavl/libgavl.la @RT + + + volume_test_SOURCES = volume_test.c +-volume_test_LDADD = ../gavl/libgavl.la ++volume_test_LDADD = ../gavl/libgavl.la -lm + + dump_frame_table_SOURCES = dump_frame_table.c + dump_frame_table_LDADD = ../gavl/libgavl.la +Index: gavl-1.4.0/src/Makefile.in +=================================================================== +--- gavl-1.4.0.orig/src/Makefile.in ++++ gavl-1.4.0/src/Makefile.in +@@ -282,7 +282,7 @@ pixelformat_penalty_LDADD = ../gavl/libg + benchmark_SOURCES = benchmark.c + benchmark_LDADD = ../gavl/libgavl.la @RT_LIBS@ + volume_test_SOURCES = volume_test.c +-volume_test_LDADD = ../gavl/libgavl.la ++volume_test_LDADD = ../gavl/libgavl.la -lm + dump_frame_table_SOURCES = dump_frame_table.c + dump_frame_table_LDADD = ../gavl/libgavl.la + colorspace_test_SOURCES = colorspace_test.c
\ No newline at end of file diff --git a/community/libesmtp/PKGBUILD b/community/libesmtp/PKGBUILD index cb6999ace..c0501f961 100644 --- a/community/libesmtp/PKGBUILD +++ b/community/libesmtp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libesmtp pkgver=1.0.6 -pkgrel=2 +pkgrel=2.1 pkgdesc='A library to manage posting mail to a preconfigured MTA.' arch=('i686' 'x86_64' 'mips64el') url='http://www.stafford.uklinux.net/libesmtp/' diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD index c7a02b7ef..113c5ab6b 100644 --- a/community/libfm/PKGBUILD +++ b/community/libfm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libfm pkgver=1.1.0 -pkgrel=3 +pkgrel=3.1 pkgdesc='Library for file management' url='http://pcmanfm.sourceforge.net/' arch=('i686' 'x86_64' 'mips64el') diff --git a/community/lxlauncher/PKGBUILD b/community/lxlauncher/PKGBUILD index cf21008cd..b1ff3ede2 100644 --- a/community/lxlauncher/PKGBUILD +++ b/community/lxlauncher/PKGBUILD @@ -5,7 +5,7 @@ pkgname=lxlauncher pkgver=0.2.2 -pkgrel=2 +pkgrel=2.1 pkgdesc='Open source clone of the Asus launcher for EeePC' arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/community/lxmenu-data/PKGBUILD b/community/lxmenu-data/PKGBUILD index cdb8fc741..8819f6ad0 100644 --- a/community/lxmenu-data/PKGBUILD +++ b/community/lxmenu-data/PKGBUILD @@ -4,7 +4,7 @@ pkgname=lxmenu-data pkgver=0.1.2 -pkgrel=1 +pkgrel=1.1 pkgdesc="freedesktop.org desktop menus for LXDE" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/community/lxpanel/PKGBUILD b/community/lxpanel/PKGBUILD index 0d4c55688..d38befb84 100644 --- a/community/lxpanel/PKGBUILD +++ b/community/lxpanel/PKGBUILD @@ -5,7 +5,7 @@ pkgname=lxpanel pkgver=0.5.10 -pkgrel=2 +pkgrel=2.1 pkgdesc='Lightweight X11 desktop panel for LXDE' arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/community/polipo/PKGBUILD b/community/polipo/PKGBUILD index ef7f56005..9d243f32c 100644 --- a/community/polipo/PKGBUILD +++ b/community/polipo/PKGBUILD @@ -20,7 +20,7 @@ source=("http://freehaven.net/~chrisd/polipo/polipo-$pkgver.tar.gz" md5sums=('bfc5c85289519658280e093a270d6703' '7406aad26807fb3a4e5f7b01ecb97a59' '685aa0c6070dee11c701932d23afcc6a' - 'a7cf48637a8ec8fe8d88754c399380c0') + 'e96b164de3488afc7ab28b2edbe90fd1') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/sshguard/PKGBUILD b/community/sshguard/PKGBUILD index ef71cd6d2..9e46579fe 100644 --- a/community/sshguard/PKGBUILD +++ b/community/sshguard/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sshguard pkgver=1.5 pkgrel=8 pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') #url="http://sourceforge.net/projects/sshguard/" url="http://www.sshguard.net/" license=('GPL') diff --git a/extra/ardour/PKGBUILD b/extra/ardour/PKGBUILD index 3f20433d9..3dbefac8a 100644 --- a/extra/ardour/PKGBUILD +++ b/extra/ardour/PKGBUILD @@ -39,13 +39,17 @@ build() { CXXFLAGS+=" -DBOOST_SYSTEM_NO_DEPRECATED" export CFLAGS CXXFLAGS + # All unknown arches are considered i686 with SSE. + [ "$CARCH" == "mips64el" ] && extra="DIST_TARGET=none" + scons $MAKEFLAGS ARCH="$CFLAGS -O3" \ PREFIX="/usr" \ DIST_LIBDIR="lib" \ FREEDESKTOP=0 \ FREESOUND=1 \ SYSLIBS=1 \ - DESTDIR="$pkgdir" + DESTDIR="$pkgdir" \ + $extra } package() { diff --git a/extra/arj/PKGBUILD b/extra/arj/PKGBUILD index c48de8f65..720f63d5f 100644 --- a/extra/arj/PKGBUILD +++ b/extra/arj/PKGBUILD @@ -35,9 +35,7 @@ build() { cd gnu aclocal autoconf - rm -f config.{guess,sub} - cp /usr/share/automake-1.11/config.{guess,sub} . - ./configure --prefix=/usr + ./configure --prefix=/usr --build=$CHOST --host=$CHOST cd .. make prepare make diff --git a/extra/bmp-wma/PKGBUILD b/extra/bmp-wma/PKGBUILD index 55449d66f..a8b78b1c5 100644 --- a/extra/bmp-wma/PKGBUILD +++ b/extra/bmp-wma/PKGBUILD @@ -20,7 +20,7 @@ md5sums=('8dcf3fcdb10e8e2e386f70745812412b' build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -Np0 -i "${srcdir}/bmp-wma-gcc4.patch" - if [ "${CARCH}" = "x86_64" ]; then + if [ "${CARCH}" != "i686" ]; then export CFLAGS="${CFLAGS} -fPIC" fi ./configure --prefix=/usr --disable-static diff --git a/extra/bmp/PKGBUILD b/extra/bmp/PKGBUILD index ca1f9132f..d7d716df4 100644 --- a/extra/bmp/PKGBUILD +++ b/extra/bmp/PKGBUILD @@ -23,7 +23,7 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -p0 -i ../${pkgver}-visualization.patch patch -p1 -i ../${pkgname}-${pkgver}-crossfade-0.3.9.patch - LIBS+="-lm" ./configure --prefix=/usr --mandir=/usr/share/man + LIBS+="-lgmodule-2.0 -lm" ./configure --prefix=/usr --mandir=/usr/share/man make } diff --git a/extra/botan/PKGBUILD b/extra/botan/PKGBUILD index 6c5d4ddec..58be3787e 100644 --- a/extra/botan/PKGBUILD +++ b/extra/botan/PKGBUILD @@ -20,6 +20,7 @@ build() { cd "${srcdir}/Botan-${pkgver}" sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' configure.py ./configure.py --prefix=/usr + sed -i 's/-mabi=64//' Makefile # not needed and incorrect on N32 make } diff --git a/extra/cd-discid/PKGBUILD b/extra/cd-discid/PKGBUILD index fda35ff68..8814b9ac1 100644 --- a/extra/cd-discid/PKGBUILD +++ b/extra/cd-discid/PKGBUILD @@ -21,5 +21,5 @@ build() { package() { cd "${srcdir}"/$pkgname-$pkgver - make DESTDIR="${pkgdir}" INSTALL=/bin/install install + make DESTDIR="${pkgdir}" INSTALL=/usr/bin/install install } diff --git a/extra/libnet/PKGBUILD b/extra/libnet/PKGBUILD index c0c7b2262..629647397 100644 --- a/extra/libnet/PKGBUILD +++ b/extra/libnet/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libnet pkgver=1.1.6 -pkgrel=1 +pkgrel=1.1 pkgdesc="A library which provides API for commonly used low-level net functions" arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/libnet-dev/" diff --git a/extra/openmpi/PKGBUILD b/extra/openmpi/PKGBUILD index 2e09ffcde..86e346cba 100644 --- a/extra/openmpi/PKGBUILD +++ b/extra/openmpi/PKGBUILD @@ -18,9 +18,9 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" if [ "$CARCH" = "mips64el" ]; then - valgrind="--without-valgrind" + valgrind="--without-valgrind --disable-memchecker" else - valgrind="--with-valgrind" + valgrind="--with-valgrind --enable-memchecker" fi # Make sure we use the system ltdl librariry rather than the ones in the tarball rm -r opal/libltdl @@ -33,7 +33,6 @@ build() { --with-threads=posix \ --enable-smp-locks \ $valgrind \ - --enable-memchecker \ --enable-debug \ --enable-pretty-print-stacktrace \ --without-slurm \ diff --git a/libre/unzip-libre/PKGBUILD b/libre/unzip-libre/PKGBUILD index d49c373bc..a45da11f3 100644 --- a/libre/unzip-libre/PKGBUILD +++ b/libre/unzip-libre/PKGBUILD @@ -6,7 +6,8 @@ _pkgname=unzip pkgname=unzip-libre pkgver=6.0 -pkgrel=5 +pkgrel=5.1 +pkgrel_orig=5 pkgdesc="Unpacks .zip archives such as those made by PKZIP" arch=('i686' 'x86_64' 'mips64el') url="http://www.info-zip.org/" @@ -15,7 +16,7 @@ depends=('bzip2' 'bash') provides=("${_pkgname}=${pkgver}") conflicts=("${_pkgname}") replaces=("${_pkgname}") -source=("https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}-${pkgrel}-any.src.tar.xz") +source=("https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}-${pkgrel_orig}-any.src.tar.xz") build() { |