Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH/next v2 00/23] package/vlc: bump version to 3.0.3
Date: Thu, 16 Aug 2018 13:41:20 +0200	[thread overview]
Message-ID: <20180816134120.4b35381b@windsurf> (raw)
In-Reply-To: <20180812202935.12983-1-bernd.kuhls@t-online.de>

Hello Bernd,

On Sun, 12 Aug 2018 22:29:12 +0200, Bernd Kuhls wrote:

> Bernd Kuhls (23):
>   package/vlc: needs speexdsp for optional speex support
>   package/vlc: sort VLC_CONF_OPTS
>   package/vlc: add optional dependency to x264
>   package/vlc: add optional dependency to x265
>   package/vlc: add optional dependency to ncurses
>   package/vlc: add optional dependency to samba4
>   package/vlc: add optional dependency to pulseaudio
>   package/vlc: add optional dependency to libvpx
>   package/vlc: add optional dependency to libidn
>   package/vlc: add optional dependency to libsamplerate
>   package/vlc: add optional dependency to libdvdread
>   package/vlc: add optional dependency to libdvdnav
>   package/vlc: bump version to 3.0.3
>   package/vlc: add optional dependency to gst1-plugins-base
>   package/vlc: add optional dependency to harfbuzz
>   package/vlc: add optional dependency to libarchive
>   package/vlc: add optional dependency to libnfs
>   package/vlc: add optional dependency to libsecret
>   package/vlc: add optional dependency to libsoxr
>   package/vlc: add optional dependency to libva
>   package/vlc: add optional dependency to mpg123
>   package/vlc: add optional dependency to wayland
>   package/vlc: add optional support for skins2

Thanks, entire series applied to next. As usual, you forgot to Git
format the patches in the 3.0.3 version bump. I still don't get what is
the problem with getting the VLC Git repository, applying the patches
in a branch based on the 3.0.3 tag, and then running "git format-patch
-N". It gives a nice clean series of patches, that you only have to
copy in package/vlc/. I fixed that up once again, but it would really,
really be nice if you could do that for the next contributions.

Another comment: there is a 3.0.4 tag, and there are quite a few fixes
between 3.0.3 and 3.0.4, including the Qt5 build fix. Perhaps you could
bump to 3.0.4 ?

Thanks a lot for maintaining this package!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

  parent reply	other threads:[~2018-08-16 11:41 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-12 20:29 [Buildroot] [PATCH/next v2 00/23] package/vlc: bump version to 3.0.3 Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 01/23] package/vlc: needs speexdsp for optional speex support Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 02/23] package/vlc: sort VLC_CONF_OPTS Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 03/23] package/vlc: add optional dependency to x264 Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 04/23] package/vlc: add optional dependency to x265 Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 05/23] package/vlc: add optional dependency to ncurses Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 06/23] package/vlc: add optional dependency to samba4 Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 07/23] package/vlc: add optional dependency to pulseaudio Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 08/23] package/vlc: add optional dependency to libvpx Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 09/23] package/vlc: add optional dependency to libidn Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 10/23] package/vlc: add optional dependency to libsamplerate Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 11/23] package/vlc: add optional dependency to libdvdread Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 12/23] package/vlc: add optional dependency to libdvdnav Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 13/23] package/vlc: bump version to 3.0.3 Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 14/23] package/vlc: add optional dependency to gst1-plugins-base Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 15/23] package/vlc: add optional dependency to harfbuzz Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 16/23] package/vlc: add optional dependency to libarchive Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 17/23] package/vlc: add optional dependency to libnfs Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 18/23] package/vlc: add optional dependency to libsecret Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 19/23] package/vlc: add optional dependency to libsoxr Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 20/23] package/vlc: add optional dependency to libva Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 21/23] package/vlc: add optional dependency to mpg123 Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 22/23] package/vlc: add optional dependency to wayland Bernd Kuhls
2018-08-12 20:29 ` [Buildroot] [PATCH/next v2 23/23] package/vlc: add optional support for skins2 Bernd Kuhls
2018-08-16 11:41 ` Thomas Petazzoni [this message]
2018-08-16 19:00   ` [Buildroot] [PATCH/next v2 00/23] package/vlc: bump version to 3.0.3 Bernd Kuhls
2018-08-16 20:04     ` 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=20180816134120.4b35381b@windsurf \
    --to=thomas.petazzoni@bootlin.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox