All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Müller" <schnitzeltony@googlemail.com>
To: Andrey Konovalov <andrey.konovalov@linaro.org>
Cc: "openembedded-devel@lists.openembedded.org"
	<openembedded-devel@lists.openembedded.org>
Subject: Re: [PATCH 26/29] mpv: add PACKAGECONFIG for drm/gbm/vdpau/wayland
Date: Thu, 13 Apr 2017 11:52:31 +0200	[thread overview]
Message-ID: <CALbNGRR0K_YiR-OF+x2_0VTgWdMDRCq-wuhsj4CjFr4RHA2VTw@mail.gmail.com> (raw)
In-Reply-To: <58EF4902.2090906@linaro.org>

On Thu, Apr 13, 2017 at 11:46 AM, Andrey Konovalov
<andrey.konovalov@linaro.org> wrote:
> On 04/12/2017 10:56 PM, Andreas Müller wrote:
>>
>> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>> ---
>>   meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb | 13 +++++++++++--
>>   1 file changed, 11 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb
>> b/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb
>> index 3f46dc1..60f653a 100644
>> --- a/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb
>> +++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb
>> @@ -3,7 +3,7 @@ DESCRIPTION = "mpv is a fork of mplayer2 and MPlayer. It
>> shares some features wi
>>   SECTION = "multimedia"
>>   HOMEPAGE = "http://www.mpv.io/"
>>   DEPENDS = "zlib ffmpeg jpeg virtual/libx11 xsp libxv \
>> -           libxscrnsaver libv4l libxinerama libvdpau \
>> +           libxscrnsaver libv4l libxinerama \
>>   "
>>
>>   REQUIRED_DISTRO_FEATURES = "x11"
>> @@ -24,14 +24,23 @@ SRC_URI[waf.sha256sum] =
>> "01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f2
>>   inherit waf pkgconfig pythonnative distro_features_check
>>
>>   # Note: both lua and libass are required to get on-screen-display
>> (controls)
>> -PACKAGECONFIG ??= "lua libass"
>> +PACKAGECONFIG ??= " \
>> +    lua \
>> +    libass \
>> +    ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \
>> +"
>> +PACKAGECONFIG[drm] = "--enable-drm,--disable-drm,libdrm"
>> +PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/mesa"
>>   PACKAGECONFIG[lua] = "--enable-lua,--disable-lua,lua luajit"
>>   PACKAGECONFIG[libass] = "--enable-libass,--disable-libass,libass"
>>   PACKAGECONFIG[libarchive] =
>> "--enable-libarchive,--disable-libarchive,libarchive"
>>   PACKAGECONFIG[jack] = "--enable-jack, --disable-jack, jack"
>>   PACKAGECONFIG[vaapi] = "--enable-vaapi, --disable-vaapi,libva"
>> +PACKAGECONFIG[vdpau] = "--enable-vdpau, --disable-vdpau,libvdpau"
>> +PACKAGECONFIG[wayland] = "--enable-wayland, --enable-wayland,wayland"
>
>
> Should it be:
> PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland,wayland"
> ?
Yes - Thanks - needs V2

Andreas


  reply	other threads:[~2017-04-13  9:52 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-12 19:56 [PATCH 00/29] updates and more Andreas Müller
2017-04-12 19:56 ` [PATCH 01/29] fltk: rework completely Andreas Müller
2017-04-12 19:56 ` [PATCH 02/29] jack: update to latest git-revision Andreas Müller
2017-04-12 19:56 ` [PATCH 03/29] thunar: update 1.6.10 -> 1.6.11 Andreas Müller
2017-04-12 19:56 ` [PATCH 04/29] geany: update 1.29 -> 1.30.1 Andreas Müller
2017-04-12 19:56 ` [PATCH 05/29] geany-plugins: update 1.29 -> 1.30 Andreas Müller
2017-04-12 19:56 ` [PATCH 06/29] xfce4-notifyd: update 0.3.4 -> 0.3.6 Andreas Müller
2017-04-12 19:56 ` [PATCH 07/29] xfce4-taskmanager: update 1.1.0 -> 1.2.0 Andreas Müller
2017-04-14 19:34   ` Martin Jansa
2017-04-14 19:48     ` Andreas Müller
2017-04-12 19:56 ` [PATCH 08/29] xfce4-terminal: update 0.8.3 -> 0.8.4 Andreas Müller
2017-04-12 19:56 ` [PATCH 09/29] xfce4-diskperf-plugin: update 2.6.0 -> 2.6.1 Andreas Müller
2017-04-12 19:56 ` [PATCH 10/29] xfwm4: 4.12.3 -> 4.12.4 Andreas Müller
2017-04-12 19:56 ` [PATCH 11/29] xfce4-weather-plugin: update 0.8.8 -> 0.8.9 Andreas Müller
2017-04-12 19:56 ` [PATCH 12/29] xfce4-systemload-plugin: update 1.2.0 -> 1.2.1 Andreas Müller
2017-04-12 19:56 ` [PATCH 13/29] xfce4-netload-plugin: update 1.3.0 -> 1.3.1 Andreas Müller
2017-04-12 19:56 ` [PATCH 14/29] xfce4-equake-plugin: update 1.3.8 -> 1.3.8.1 Andreas Müller
2017-04-12 19:56 ` [PATCH 15/29] xfce4-genmon-plugin: update 3.4.0 -> 4.0.0 Andreas Müller
2017-04-12 19:56 ` [PATCH 16/29] xfce4-whiskermenu-plugin: update 2.1.0 -> 2.1.2 Andreas Müller
2017-04-12 19:56 ` [PATCH 17/29] networkmanager: update 1.4.2 -> 1.4.4 Andreas Müller
2017-04-12 19:56 ` [PATCH 18/29] networkmanager-openvpn: add glib-2.0-native to DEPENDS and unblacklist Andreas Müller
2017-04-12 19:56 ` [PATCH 19/29] networkmanager-openvpn: pack static libs properly Andreas Müller
2017-04-12 19:56 ` [PATCH 20/29] networkmanager-openvpn: update 1.2.6 -> 1.2.8 Andreas Müller
2017-04-12 19:56 ` [PATCH 21/29] network-manager-applet: update 1.4.2 -> 1.4.4 Andreas Müller
2017-04-12 19:56 ` [PATCH 22/29] xfce4-mount-plugin: update 0.6.4 -> 1.1.2 Andreas Müller
2017-04-12 19:56 ` [PATCH 23/29] poppler: update 0.51.0 -> 0.53.0 Andreas Müller
2017-04-12 19:56 ` [PATCH 24/29] libass: update 0.13.2 -> 0.13.6 Andreas Müller
2017-04-12 19:56 ` [PATCH 25/29] mpv: update 0.15.0 -> 0.24.0 Andreas Müller
2017-04-12 19:56 ` [PATCH 26/29] mpv: add PACKAGECONFIG for drm/gbm/vdpau/wayland Andreas Müller
2017-04-13  9:46   ` Andrey Konovalov
2017-04-13  9:52     ` Andreas Müller [this message]
2017-04-13 12:45       ` Andreas Müller
2017-04-12 19:56 ` [PATCH 27/29] xfce4-closebutton-plugin: Upstream clang-fix-patch Andreas Müller
2017-04-12 19:56 ` [PATCH 28/29] xarchiver: Upstream printf-fix-patch Andreas Müller
2017-04-12 19:56 ` [PATCH 29/29] xfce4-sensors-plugin: update 1.2.6 -> 1.2.97 Andreas Müller

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=CALbNGRR0K_YiR-OF+x2_0VTgWdMDRCq-wuhsj4CjFr4RHA2VTw@mail.gmail.com \
    --to=schnitzeltony@googlemail.com \
    --cc=andrey.konovalov@linaro.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /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.