summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/efax-gtk/PKGBUILD2
-rw-r--r--community/ekg/PKGBUILD2
-rw-r--r--community/esmtp/PKGBUILD2
-rw-r--r--community/ext4magic/PKGBUILD4
-rw-r--r--community/fbgetty/PKGBUILD2
-rw-r--r--community/gavl/PKGBUILD8
-rw-r--r--community/gavl/gavl-autoconf.patch61
-rw-r--r--community/libesmtp/PKGBUILD2
-rw-r--r--community/libfm/PKGBUILD2
-rw-r--r--community/lxlauncher/PKGBUILD2
-rw-r--r--community/lxmenu-data/PKGBUILD2
-rw-r--r--community/lxpanel/PKGBUILD2
-rw-r--r--community/polipo/PKGBUILD2
-rw-r--r--community/sshguard/PKGBUILD2
14 files changed, 79 insertions, 16 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')