From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 06/41] flac: version bump 1.3.0, add sse support
Date: Wed, 02 Apr 2014 17:43:08 -0300 [thread overview]
Message-ID: <533C765C.7080000@zacarias.com.ar> (raw)
In-Reply-To: <1396468015-1724-7-git-send-email-bernd.kuhls@t-online.de>
On 04/02/2014 04:46 PM, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/flac/flac-no-altivec.patch | 28 ----------------------------
> package/flac/flac.mk | 16 +++++++++++++---
> 2 files changed, 13 insertions(+), 31 deletions(-)
> delete mode 100644 package/flac/flac-no-altivec.patch
NACK without the altivec patch i sent upstream that i've previously
discussed with Sven Neumann, otherwise it breaks powerpc horribly.
It also seems to be hit & miss on mips with qemu (whereas 1.2.1 worked).
Regards.
next prev parent reply other threads:[~2014-04-02 20:43 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-02 19:46 [Buildroot] [PATCH v2 00/41] XBMC Gotham Beta3 + misc stuff Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 01/41] pixman: Version bump 0.32.4 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 02/41] xlib_xtrans: Version bump 1.3.4 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 03/41] file: Version bump 5.18 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 04/41] flex: Version bump 2.5.39 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 05/41] sqlite: Version bump 3.8.4.2 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 06/41] flac: version bump 1.3.0, add sse support Bernd Kuhls
2014-04-02 20:43 ` Gustavo Zacarias [this message]
2014-04-02 19:46 ` [Buildroot] [PATCH v2 07/41] libcdio: version bump 0.92 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 08/41] libmodplug: version bump 0.8.8.5 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 09/41] libogg: version bump 1.3.1 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 10/41] taglib: version bump 1.9.1 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 11/41] nasm: version bump 2.11.02 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 12/41] libnfs: version bump 1.9.3 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 14/41] libdrm: Explain dependency on xorg in Kconfig Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 15/41] mesa3d: Explain dependency for i965 DRI driver " Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 16/41] DO NOT COMMIT package/libevas: quick fix to get rid of circular deps Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 17/41] DO NOT COMMIT package/libgl: introduce as a new virtual package for full-openGL providers Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 18/41] DO NOT COMMIT package/mesa3d: is a full-openGL provider if X.org is present Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 19/41] DO NOT COMMIT package/vlc: depends on the virtual package libgl Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 20/41] DO NOT COMMIT package/x11-video-drivers: do not select, but depends on mesa3d Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 21/41] DO NOT COMMIT package/xorg-server: do not force-select xf86driproto for mesa3d Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 22/41] libva: new package Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 23/41] libva-intel-driver: " Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 24/41] ffmpeg: Add libva support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 25/41] libglu: new package Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 26/41] libglew: " Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 27/41] sdl: Add new dependency libglu for opengl support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 28/41] xdriver_xf86-video-intel: Bump version to 2.99.911 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 29/41] xbmc: Add xbmc-send script to send commands to xbmc service Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 30/41] xbmc: needs host-gawk (v3) Bernd Kuhls
2014-04-03 9:06 ` Thomas Petazzoni
2014-04-02 19:46 ` [Buildroot] [PATCH v2 31/41] xbmc: Fix Java dependency check (v2) Bernd Kuhls
2014-04-02 21:08 ` Yann E. MORIN
2014-04-02 19:46 ` [Buildroot] [PATCH v2 32/41] infozip: Add a host variant Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 33/41] xbmc: Add missing host-infozip dependency (v2) Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 34/41] WIP: xbmc: Bump version to Gotham_beta3 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 35/41] WIP: xbmc: Allow compilation with uClibc Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 36/41] WIP: xbmc: Add X.org support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 37/41] WIP: xbmc: Add VA-API support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 38/41] WIP: xbmc: Add alsa support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 39/41] WIP: xbmc: Add lame support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 40/41] WIP: xbmc: Disable broken rsxs screensaver Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 41/41] WIP: xbmc: Add option for Goom screensaver Bernd Kuhls
2014-04-03 16:48 ` [Buildroot] [PATCH v2 00/41] XBMC Gotham Beta3 + misc stuff Arnout Vandecappelle
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=533C765C.7080000@zacarias.com.ar \
--to=gustavo@zacarias.com.ar \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox