[OpenWrt-Devel] Update on rygel packaging

2013-02-22 Thread Andy Leiserson
For anyone looking for a working rygel package, I would suggest one of: * Attitude adjustment with the packages from https://github.com/aandyl/openwrt-packages/tree/rygel-attitude-adjustment * Trunk at revisions >= r34528 and < r35523, with the patch at http://patchwork.openwrt.org/patch/3178

[OpenWrt-Devel] [PATCH] [include] autotools.mk: fixes for patch_libtool on host builds

2013-05-27 Thread Andy Leiserson
ch_libtool to be applied twice for host builds. I don't see why the logic for patch_libtool should be different than the other fixups. Note that HOST_FIXUP is assigned ?= $(PKG_FIXUP) earlier in the makefile. Signed-off-by: Andy Leiserson --- Index: inclu

[OpenWrt-Devel] [PATCH] util-linux: add host build for libuuid

2013-05-27 Thread Andy Leiserson
This patch adds a host build for util-linux to make libuuid available in the host environment. libuuid is needed as a build dependency of gupnp, which needs a host build for the latest version in order to do Vala API generation. Signed-off-by: Andy Leiserson --- To me, this approach seemed

Re: [OpenWrt-Devel] [PATCH] [packages] fix rygel build

2013-05-27 Thread Andy Leiserson
On Tue, Apr 23, 2013 at 11:53:47AM +0200, Jonas Gorski wrote: rygel currently doesn't build with gcc 4.6 and newer it seems, so I didn't apply it. I updated gupnp-av to a compiling version though. Rygel is apparently fixed in 17.1 and later. Since this is a major version bump and I lack the abili

[OpenWrt-Devel] [PATCH] [v2] [include] autotools.mk: fixes for patch_libtool on host builds

2013-05-27 Thread Andy Leiserson
ch_libtool to be applied twice for host builds. I don't see why the logic for patch_libtool should be different than the other fixups. Note that HOST_FIXUP is assigned ?= $(PKG_FIXUP) earlier in the makefile. Signed-off-by: Andy Leiserson --- Again without space stuffing. Sorry for the doubl

[OpenWrt-Devel] [PATCH] [v2] util-linux: add host build for libuuid

2013-05-27 Thread Andy Leiserson
This patch adds a host build for util-linux to make libuuid available in the host environment. libuuid is needed as a build dependency of gupnp, which needs a host build for the latest version in order to do Vala API generation. Signed-off-by: Andy Leiserson --- To me, this approach seemed

[OpenWrt-Devel] [PATCH] uClibc: fix the rules for installing host tools

2013-07-22 Thread Andy Leiserson
previously, target ldd and ldconfig binaries were installed in the host toolchain area Signed-off-by: Andy Leiserson --- toolchain/uClibc/utils/Makefile | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/toolchain/uClibc/utils/Makefile b/toolchain/uClibc/utils

[OpenWrt-Devel] [PATCH] [v3] util-linux: add host build for libuuid

2013-11-26 Thread Andy Leiserson
This patch adds a host build for util-linux to make libuuid available in the host environment. libuuid is needed as a build dependency of gupnp, which needs a host build for the latest version in order to do Vala API generation. Signed-off-by: Andy Leiserson --- To me, this approach seemed

[OpenWrt-Devel] [PATCH] [tools] gmp: build shared library

2013-11-26 Thread Andy Leiserson
when built without shared library support, gnutls host build fails Signed-off-by: Andy Leiserson --- tools/gmp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile index 463cbe9..e639142 100644 --- a/tools/gmp/Makefile +++ b/tools

[OpenWrt-Devel] [PATCH 00/16] patches to support Rygel on OpenWrt

2012-08-13 Thread Andy Leiserson
The goal of the following patches is to support Gnome Rygel [1] on OpenWrt. Rygel is an implementation of several of the UPnP media protocols. There are probably lighter-weight choices for media servers, but Rygel was the most promising option I found that can serve as a media renderer, enabling Op

[OpenWrt-Devel] [PATCH 02/16] support finding /usr/share data using pkgconfig

2012-08-13 Thread Andy Leiserson
staging area (tools/pkg-config/files/pkg-config) to fully override the location of the package by setting only $prefix and $exec_prefix, as long as the pkgconfig files define paths in terms of those variables. Signed-off-by: Andy Leiserson --- The problem at issue appears when building rygel (to

[OpenWrt-Devel] [PATCH 03/16] [packages] update glib2 to version 2.32.3

2012-08-13 Thread Andy Leiserson
to be installed on the host for glib to build. This is likely worth fixing, but I believe was an issue before this change.) Signed-off-by: Andy Leiserson --- libs/glib2/Makefile| 20 +++--- libs/glib2/patches/001-automake-compat.patch |

[OpenWrt-Devel] [PATCH 04/16] [packages] update libtheora to 1.1.1

2012-08-13 Thread Andy Leiserson
Remove the patch against Makefile.in since the build is set up to do autoreconf anyways. Signed-off-by: Andy Leiserson --- libs/libtheora/Makefile|8 libs/libtheora/patches/001-no_docs_tests.patch | 24 ++-- 2 files changed, 6

[OpenWrt-Devel] [PATCH 01/16] fix uClibc implementation of eventfd

2012-08-13 Thread Andy Leiserson
uture releases. Signed-off-by: Andy Leiserson --- a/toolchain/uClibc/patches-0.9.33.2/500-eventfd.patch +++ b/toolchain/uClibc/patches-0.9.33.2/500-eventfd.patch @@ -0,0 +1,59 @@ +From 7810e4f8027b5c4c8ceec6fefec4eb779362ebb5 Mon Sep 17 00:00:00 2001 +From: Khem Raj +Date: Sun, 10 Jun 2012 16:36:23

[OpenWrt-Devel] [PATCH 08/16] [packages] add packaging for gupnp

2012-08-14 Thread Andy Leiserson
Signed-off-by: Andy Leiserson --- libs/gupnp/Makefile | 71 +++ 1 file changed, 71 insertions(+) create mode 100644 libs/gupnp/Makefile diff --git a/libs/gupnp/Makefile b/libs/gupnp/Makefile new file mode 100644 index 000..53bd14c

[OpenWrt-Devel] [PATCH 09/16] [packages] add packaging for gupnp-av

2012-08-14 Thread Andy Leiserson
Signed-off-by: Andy Leiserson --- libs/gupnp-av/Makefile | 67 1 file changed, 67 insertions(+) create mode 100644 libs/gupnp-av/Makefile diff --git a/libs/gupnp-av/Makefile b/libs/gupnp-av/Makefile new file mode 100644 index 000

[OpenWrt-Devel] [PATCH 10/16] [packages] add packaging for gupnp-dlna

2012-08-14 Thread Andy Leiserson
Signed-off-by: Andy Leiserson --- libs/gupnp-dlna/Makefile | 67 ++ 1 file changed, 67 insertions(+) create mode 100644 libs/gupnp-dlna/Makefile diff --git a/libs/gupnp-dlna/Makefile b/libs/gupnp-dlna/Makefile new file mode 100644 index 000

[OpenWrt-Devel] [PATCH 11/16] [packages] add packaging for vala

2012-08-14 Thread Andy Leiserson
Signed-off-by: Andy Leiserson --- lang/vala/Makefile | 71 1 file changed, 71 insertions(+) create mode 100644 lang/vala/Makefile diff --git a/lang/vala/Makefile b/lang/vala/Makefile new file mode 100644 index 000..d909634 --- /dev

[OpenWrt-Devel] [PATCH 12/16] [packages] add packaging for gupnp-vala

2012-08-14 Thread Andy Leiserson
Signed-off-by: Andy Leiserson --- libs/gupnp-vala/Makefile | 56 libs/gupnp-vala/patches/010-no-tests.patch | 11 ++ 2 files changed, 67 insertions(+) create mode 100644 libs/gupnp-vala/Makefile create mode 100644 libs/gupnp-vala

[OpenWrt-Devel] [PATCH 13/16] [packages] update gstreamer to 0.10.36

2012-08-14 Thread Andy Leiserson
update gstreamer plugins packages. refresh patches the following plugins were removed from gst-plugins-bad: * audioparsersbad * invtelecine * mpeg4videoparse * qtmux * selector * valve Signed-off-by: Andy Leiserson --- multimedia/gst-plugins-bad/Makefile| 32

[OpenWrt-Devel] [PATCH 14/16] [packages] build the gstreamer faad plugin

2012-08-14 Thread Andy Leiserson
Signed-off-by: Andy Leiserson --- multimedia/gst-plugins-bad/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/gst-plugins-bad/Makefile b/multimedia/gst-plugins-bad/Makefile index 3a81305..dbe47db 100644 --- a/multimedia/gst-plugins-bad/Makefile +++ b

[OpenWrt-Devel] [PATCH 15/16] [packages] add configurable fixed point build for faad

2012-08-14 Thread Andy Leiserson
Change the faad build to use fixed point math if emulated floating point is in use (based on CONFIG_SOFT_FLOAT). Adds a config option to force the use of floating point math. Signed-off-by: Andy Leiserson --- libs/faad2/Config.in | 12 libs/faad2/Makefile | 17

[OpenWrt-Devel] [PATCH 16/16] [packages] add packaging for rygel

2012-08-14 Thread Andy Leiserson
utput to syslog. Signed-off-by: Andy Leiserson --- multimedia/rygel/Makefile | 195 multimedia/rygel/files/etc/config/rygel|6 + multimedia/rygel/files/etc/init.d/rygel| 30 +++ multimedia/rygel/files

[OpenWrt-Devel] [PATCH 05/16] [packages] update libsoup to version 2.38.1

2012-08-14 Thread Andy Leiserson
Signed-off-by: Andy Leiserson --- libs/libsoup/Makefile |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/libsoup/Makefile b/libs/libsoup/Makefile index 775e920..6d6ba20 100644 --- a/libs/libsoup/Makefile +++ b/libs/libsoup/Makefile @@ -1,12 +1,12

[OpenWrt-Devel] [PATCH 06/16] [packages] add libgee package

2012-08-14 Thread Andy Leiserson
Signed-off-by: Andy Leiserson --- libs/libgee/Makefile | 74 ++ 1 file changed, 74 insertions(+) create mode 100644 libs/libgee/Makefile diff --git a/libs/libgee/Makefile b/libs/libgee/Makefile new file mode 100644 index 000..80f98cf

[OpenWrt-Devel] [PATCH 07/16] [packages] add packaging for gssdp

2012-08-14 Thread Andy Leiserson
Signed-off-by: Andy Leiserson --- libs/gssdp/Makefile | 68 +++ 1 file changed, 68 insertions(+) create mode 100644 libs/gssdp/Makefile diff --git a/libs/gssdp/Makefile b/libs/gssdp/Makefile new file mode 100644 index 000..7357003

Re: [OpenWrt-Devel] [PATCH 02/16] support finding /usr/share data using pkgconfig

2012-08-14 Thread Andy Leiserson
Argh. Several of these patches got space-stuffed. They will apply if you pipe them through sed 's/^ / /'. Sorry for the trouble. I can resubmit them if needed but I'll wait for feedback first. ___ openwrt-devel mailing list openwrt-devel@lists.openwr

Re: [OpenWrt-Devel] [PATCH 15/16] [packages] add configurable fixed point build for faad

2012-09-06 Thread Andy Leiserson
On Thu, Sep 06, 2012 at 09:24:03PM -0300, Guillermo Senna wrote: >I can't apply the patch. I tried using patch -p1 and also using git apply. >Did you check current subversion before making the patch? Sorry, the whitespace in the patch is mangled. However, it (and the others in the set) will apply

Re: [OpenWrt-Devel] Correct output directories for libraries

2012-10-11 Thread Andy Leiserson
I was able to get glib 2.32.3 to work while working on rygel, you can see my changes at: https://github.com/aandyl/openwrt-packages/commit/5ddae7ee5d0ef04b63e6f637e6b6f3c405d8eeb8 or http://patchwork.openwrt.org/patch/2522/ On Thu, Oct 11, 2012 at 03:17:55PM -0400, jonsm...@gmail.com wrote:

Re: [OpenWrt-Devel] [PATCH 02/16] support finding /usr/share data using pkgconfig

2012-12-17 Thread Andy Leiserson
On Mon, Aug 13, 2012 at 10:33:41PM -0700, Andy Leiserson wrote: > Allow packages to find arch-independent data normally located in > /usr/share in the staging area using pkgconfig. > > Change the default configure args to use ${prefix} and ${exec_prefix} > (with expansion deferr

[OpenWrt-Devel] [PATCH] [packages] fix rygel build

2013-01-16 Thread Andy Leiserson
manually specify vapidirs in staging_dir correct libgupnp-vala package name in depends Signed-off-by: Andy Leiserson --- For prior discussion, see http://patchwork.openwrt.org/patch/2524/, this eliminates the need for that patch. I am having problems with audio output using the latest trunk

Re: [OpenWrt-Devel] [PATCH] [v3] util-linux: add host build for libuuid

2013-12-01 Thread Andy Leiserson
On Wed, Nov 27, 2013 at 04:51:25PM +0100, Felix Fietkau wrote: > On 2013-11-27 07:03, Andy Leiserson wrote: > > This patch adds a host build for util-linux to make libuuid available in > > the host environment. > > > > libuuid is needed as a build dependency of gupnp, w