From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH/RFC v2 01/44] package/libsquish: New package
Date: Sun, 14 Jun 2015 22:48:54 +0200 [thread overview]
Message-ID: <20150614224854.7604869a@free-electrons.com> (raw)
In-Reply-To: <1434292603-12052-2-git-send-email-bernd.kuhls@t-online.de>
Dear Bernd Kuhls,
On Sun, 14 Jun 2015 16:36:00 +0200, Bernd Kuhls wrote:
> diff --git a/package/libsquish/0001-kodi.patch b/package/libsquish/0001-kodi.patch
> new file mode 100644
> index 0000000..1bab6a6
> --- /dev/null
> +++ b/package/libsquish/0001-kodi.patch
> @@ -0,0 +1,1504 @@
> +Add Kodi-specific patch
> +
> +Kodi 15.0 contains an updated version of libsquish:
> +https://github.com/xbmc/xbmc/tree/master/tools/depends/native/libsquish-native
> +
> +The OpenElec project provides a separate tarball including the Kodi-
> +specific patches:
> +http://sources.openelec.tv/devel/libsquish-1.10-openelec.tar.gz
> +
> +This patch is the diff between upstream libsquish 1.10 and the OpenElec
> +tarball without the vs7/ directory.
> +
> +Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Is there some hope of getting this patch merged upstream?
> +LIBSQUISH_VERSION = 1.10
> +LIBSQUISH_SOURCE = squish-$(LIBSQUISH_VERSION).tar.gz
> +LIBSQUISH_SITE = https://libsquish.googlecode.com/files
googlecode.com is going to disappear, is the project planning to move
to some other location.
> +LIBSQUISH_INSTALL_STAGING = YES
> +LIBSQUISH_LICENSE = MIT
> +LIBSQUISH_LICENSE_FILES = README
> +
> +define LIBSQUISH_INSTALL_STAGING_CMDS
> + mkdir -p $(STAGING_DIR)/usr/lib/pkgconfig/
> + CXX=$(TARGET_CXX) CXXFLAGS="$(TARGET_CXXFLAGS)" \
> + $(MAKE) -C $(@D) install PREFIX=/usr INSTALL_DIR=$(STAGING_DIR)/usr
Please intend with an additional the second line of continuation lines.
Also, can you use:
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) install \
PREFIX=/usr INSTALL_DIR=$(STAGING_DIR)/usr
instead?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2015-06-14 20:48 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-14 14:35 [Buildroot] [PATCH/RFC v2 00/44] package/kodi: bump version to 15.0 Beta2 Isengard Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 01/44] package/libsquish: New package Bernd Kuhls
2015-06-14 20:48 ` Thomas Petazzoni [this message]
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 02/44] package/libplatform: new package Bernd Kuhls
2015-06-14 20:44 ` Thomas Petazzoni
2015-07-19 18:56 ` Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 03/44] package/libcec: bump to version 3.0.0 Bernd Kuhls
2015-06-14 20:43 ` Thomas Petazzoni
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 04/44] package/kodi: bump version to 15.0 Beta2 Isengard Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 05/44] package/kodi: Add option for lirc support Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 06/44] package/kodi: Rework audio encoder support Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 07/44] package/kodi-audioencoder-flac: bump version Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 08/44] package/kodi-audioencoder-lame: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 09/44] package/kodi-audioencoder-vorbis: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 10/44] package/kodi-audioencoder-wav: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 11/44] package/kodi-addon-xvdr: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 12/44] package/kodi-pvr-addons: Prepare to split into addon-specific packages Bernd Kuhls
2015-06-14 20:50 ` Thomas Petazzoni
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 13/44] package/kodi-platform: new package Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 14/44] package/kodi-pvr-argustv: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 15/44] package/kodi-pvr-dvblink: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 16/44] package/kodi-pvr-dvbviewer: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 17/44] package/kodi-pvr-filmon: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 18/44] package/kodi-pvr-hts: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 19/44] package/kodi-pvr-iptvsimple: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 20/44] package/kodi-pvr-mediaportal-tvserver: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 21/44] package/kodi-pvr-mythtv: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 22/44] package/kodi-pvr-nextpvr: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 23/44] package/kodi-pvr-njoy: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 24/44] package/kodi-pvr-pctv: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 25/44] package/kodi-pvr-stalker: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 26/44] package/kodi-pvr-vbox: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 27/44] package/kodi-pvr-vdr: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 28/44] package/kodi-pvr-vuplus: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 29/44] package/kodi-pvr-wmc: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 30/44] package/kodi-audiodecoder-modplug: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 31/44] package/kodi-audiodecoder-nosefart: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 32/44] package/kodi-audiodecoder-sidplay: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 33/44] package/kodi-audiodecoder-snesapu: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 34/44] package/kodi-audiodecoder-stsound: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 35/44] package/kodi-audiodecoder-timidity: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 36/44] package/kodi-audiodecoder-vgmstream: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 37/44] package/kodi-screensaver-asteroids: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 38/44] package/kodi-screensaver-biogenesis: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 39/44] package/kodi-screensaver-crystalmorph: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 40/44] package/kodi-screensaver-greynetic: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 41/44] package/kodi-screensaver-pingpong: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 42/44] package/kodi-screensaver-pyro: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 43/44] package/kodi-screensaver-stars: " Bernd Kuhls
2015-06-14 14:36 ` [Buildroot] [PATCH/RFC v2 44/44] package/kodi-visualisation-shadertoy: " Bernd Kuhls
2015-06-14 20:49 ` [Buildroot] [PATCH/RFC v2 00/44] package/kodi: bump version to 15.0 Beta2 Isengard Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150614224854.7604869a@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.