Steven Barth
250327e75b
Merge pull request #995 from plntyk/gammu_fixes
Gammu fixes
10 years ago
Steven Barth
d16808ae95
Merge pull request #1007 from commodo/ovs-fix2
openvswitch: limit kernel package to supported kernel versions
10 years ago
Nicolas Thill
1f3925de20
kmod: fix pkgconfig file
The pkgconfig file is generated at make-time, leading to absolute /usr/include & /usr/lib search paths.
The patch lets autoconf handle pkgconfig file subst, like other packages do.
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Álvaro Fernández Rojas
3879265ffd
flashrom: add config options
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Ted Hess
1c04337fe4
Merge pull request #1005 from kissg1988/vala
vala: update to version 0.27.1 + fix build issue
10 years ago
Álvaro Fernández Rojas
16fe278cf5
flashrom: update to v0.9.8
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
64fbed7b84
pciutils: fix libkmod depedency
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Nicolas Thill
d18e118ba5
pen: update to 0.27.2
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
2224d60af4
lttng-tools: fix build failure with libkmod ( closes : #1004 )
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Daniel Golle
3c5dff963e
lvm2: bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Alexandru Ardelean
fff95cd4f4
openvswitch: limit kernel package to supported kernel versions
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
c8c509bdad
python: add patches to disable runtime lib dirs
When cross-compiling, we do not need to add runtime lib dirs.
Also, the cross compilers that are used on OpenWRT do not support
the '-R' option, which causes build failures.
These build failures existed before, but were not noticed,
because it fails only on some setups.
This is because Python's `setup.py` does a lot of voo-doo
automagic that needs handling for some cross-compilation cases.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Álvaro Fernández Rojas
2ac8acaffd
pciutils: add libkmod dependency
Fixes https://github.com/openwrt/packages/issues/1003
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
ae65b9c781
unrar: update to v5.2.6
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Gergely Kiss
a63b51fa40
vala: update to 0.27.1
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
10 years ago
Álvaro Fernández Rojas
b58d21c5ab
udpxy: bump PKG_VERSION in order to fix build issues and refresh patches
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Gergely Kiss
7b95d72631
vala: add glib2 as a build dependency, fixes #702
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
10 years ago
Ted Hess
16b6c895fa
Merge pull request #1001 from probonopd/patch-1
announce: Update Makefile to 1.0.1
10 years ago
probonopd
10ed69026f
announce: Update Makefile to 1.0.1
Signed-off-by: Simon Peter <probono@puredarwin.org>
10 years ago
Nikos Mavrogiannopoulos
a6ee37ebfa
Merge pull request #989 from plntyk/fix_libcrypt_prefix
ocserv: fix libcrypt location
10 years ago
Nicolas Thill
09f4d6b549
gnupg: update to 1.4.19
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
0a05c1340c
msmtp: prevent use of IDN support on uClibc
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
3681f30c78
msmtp: use proper configure options
Some configure options were renamed during last upstream update: use them!
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Michael Heimpold
a3f364b32b
knxd: streamline makefile
- use https URL for fetching sources from GitHub, otherwise cloning
sources could stall buildbots by asking to accept a/the SSH host key
- do not _depend_ on DEPENDS but _select_ them, so the package(s) always
appear in menuconfig, not only when all dependencies are already
selected --> dependencies are automatically pulled in when package
is selected by user
- use PKG_INSTALL
- factor out the libeibclient library as own package
- use CONFIGURE_ARGS instead of dedicated Build/Configure
- same for TARGET_CFLAGS and Build/Compile
- do not include /etc/functions, already included by /etc/rc.common
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
10 years ago
Michael Heimpold
ec44072a4c
mmc-utils: fix typo in Makefile
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
10 years ago
Michael Heimpold
30e90215b8
Merge remote-tracking branch 'tru7/knxd'
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
10 years ago
Othmar Truniger
95dce8fd6b
knxd: follow new respository
Signed-off-by: Othmar Truniger <github@truniger.ch>
10 years ago
Dirk Neukirchen
7c68afaf4a
gammu: fix dependencies
- disable libdbi via CMAKE
- fix libpq dependency
reported by buildbot.openwrt.org
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
10 years ago
Dirk Neukirchen
5819a55155
gammu: use cmake.mk
- remove not needed legacy stuff
- fix lib64 suffix when installing
fixes build error when target is x86_64
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
10 years ago
Gergely Kiss
68530b4475
seafile: fix download issue with python dependencies
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
10 years ago
Michael Heimpold
f9aed6ae3f
libugpio: import from oldpackages and upgrade to 0.0.6
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
10 years ago
Michael Heimpold
a05ece16a9
mmc-utils: add new package
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
10 years ago
Marko Ratkaj
c05980909c
squid: update to 3.5.2
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
10 years ago
Ted Hess
0e6069854f
Merge pull request #991 from thess/gst-work
gstreamer: Update to 1.4.5
10 years ago
Steven Barth
66331c6de2
Merge pull request #992 from commodo/python-patch-updates
python: patch updates
10 years ago
Steven Barth
05dbcba3d7
Merge pull request #988 from commodo/python-modularization
python: packetize some python modules
10 years ago
Marcel Denia
86c614e69d
libidn: Update to 1.30
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Alexandru Ardelean
0d072f2b42
python: packetize some python modules
Packetize some Python modules to reduce size of the overall Python package.
Basically, a new package is introduced, call `python-light`,
and everything that's extra (or big) is put in other packages.
The `python` package becomes a metapackage that installs `python-light`
along with the rest of the packages.
Base work started by Jan Čermák.
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
bb87de33dd
python: add '_python_*' env vars to host python
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
2727b3fda3
python: add patch for distutils to add support for the '_python_sysroot' env var
Patch taken from buildroot:
http://git.buildroot.net/buildroot/tree/package/python/python-008-distutils-use-python-sysroot.patch
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
8d6b503b4a
python: re-number patches
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Jeff Waugh
fb36bf7286
kmod: Update to kmod 20, enable parallel build
Signed-off-by: Jeff Waugh <jdub@bethesignal.org>
10 years ago
Ted Hess
6253069923
gst1-plugins-ugly: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
44bece99a8
gst1-plugins-good: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
e8a8f20d31
gst1-plugins-bad: Update to 1.4.5, fix build deps, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
511fb70f92
gst1-plugins-base: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
ac2d4a6cbe
gstreamer1: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
f9fd4f88e5
gst1-libav: Update to 1.4.5
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
9941dbd1e5
Merge pull request #972 from luizluca/gst1-enable_videorate_videoscale
gst1-plugins-base: add videorate and videoscale
10 years ago
Ted Hess
15e0ad3249
Merge pull request #971 from luizluca/gst1_enable_shm
Gstreamer1.x enable shm in gst1-plugins-bad
10 years ago