Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][meta-multimedia][PATCH 1/2] libdvdread: update to 5.0.3
Date: Tue, 18 Aug 2015 11:41:00 +0200	[thread overview]
Message-ID: <20150818094100.GH2458@jama> (raw)
In-Reply-To: <1438562844-16736-1-git-send-email-TicoTimo@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3169 bytes --]

On Sun, Aug 02, 2015 at 05:47:23PM -0700, Tim Orling wrote:
> * libdvdread > 4.9 required for vlc 2.2.1
> 
> Signed-off-by: Tim Orling <TicoTimo@gmail.com>
> ---
>  .../vlc/{vlc_2.1.4.bb => vlc_2.2.1.bb}                  |  0

This part belongs to next patch, I've moved it before merge to master.

>  .../recipes-multimedia/libdvdread/libdvdread_4.2.0.bb   | 17 -----------------
>  .../recipes-multimedia/libdvdread/libdvdread_5.0.3.bb   | 13 +++++++++++++
>  3 files changed, 13 insertions(+), 17 deletions(-)
>  rename meta-multimedia/recipes-multimedia/vlc/{vlc_2.1.4.bb => vlc_2.2.1.bb} (100%)
>  delete mode 100644 meta-oe/recipes-multimedia/libdvdread/libdvdread_4.2.0.bb
>  create mode 100644 meta-oe/recipes-multimedia/libdvdread/libdvdread_5.0.3.bb
> 
> diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_2.1.4.bb b/meta-multimedia/recipes-multimedia/vlc/vlc_2.2.1.bb
> similarity index 100%
> rename from meta-multimedia/recipes-multimedia/vlc/vlc_2.1.4.bb
> rename to meta-multimedia/recipes-multimedia/vlc/vlc_2.2.1.bb
> diff --git a/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.2.0.bb b/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.2.0.bb
> deleted file mode 100644
> index 4895dd2..0000000
> --- a/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.2.0.bb
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -SUMMARY = "DVD access multimeda library"
> -SECTION = "libs/multimedia"
> -LICENSE = "GPLv2+"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=64e753fa7d1ca31632bc383da3b57c27"
> -SRC_URI = "http://dvdnav.mplayerhq.hu/releases/libdvdread-${PV}.tar.bz2"
> -
> -SRC_URI[md5sum] = "ab7a19d3ab1a437ae754ef477d6231a4"
> -SRC_URI[sha256sum] = "0bea15da842a4b04a482b009d72dcc6d9c9524ccc1bf67e5748319ec5ada8097"
> -
> -inherit autotools lib_package binconfig pkgconfig
> -
> -CONFIGUREOPTS_remove = "--disable-silent-rules"
> -
> -do_configure_prepend() {
> -    # For some weird reason, libdvdread only provides a `configure2' script...
> -    cp ${S}/configure2 ${S}/configure
> -}
> diff --git a/meta-oe/recipes-multimedia/libdvdread/libdvdread_5.0.3.bb b/meta-oe/recipes-multimedia/libdvdread/libdvdread_5.0.3.bb
> new file mode 100644
> index 0000000..0506725
> --- /dev/null
> +++ b/meta-oe/recipes-multimedia/libdvdread/libdvdread_5.0.3.bb
> @@ -0,0 +1,13 @@
> +SUMMARY = "DVD access multimeda library"
> +SECTION = "libs/multimedia"
> +LICENSE = "GPLv2+"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=64e753fa7d1ca31632bc383da3b57c27"
> +SRC_URI = "http://download.videolan.org/pub/videolan/libdvdread/${PV}/libdvdread-${PV}.tar.bz2"
> +
> +SRC_URI[md5sum] = "b7b7d2a782087ed2a913263087083715"
> +SRC_URI[sha256sum] = "321cdf2dbdc83c96572bc583cd27d8c660ddb540ff16672ecb28607d018ed82b"
> +
> +inherit autotools lib_package binconfig pkgconfig
> +
> +CONFIGUREOPTS_remove = "--disable-silent-rules"
> +
> -- 
> 2.1.0
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

      parent reply	other threads:[~2015-08-18  9:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-03  0:47 [meta-oe][meta-multimedia][PATCH 1/2] libdvdread: update to 5.0.3 Tim Orling
2015-08-03  0:47 ` [meta-oe][meta-multimedia][PATCH 2/2] vlc: update to 2.2.1 Tim Orling
2015-08-03  1:07   ` Tim Orling
2015-08-18  9:44     ` Martin Jansa
2015-08-19  3:05       ` Tim Orling
2015-08-19  6:14         ` Rafaël Carré
2015-08-19 12:55           ` Martin Jansa
2015-08-18  9:41 ` Martin Jansa [this message]

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=20150818094100.GH2458@jama \
    --to=martin.jansa@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox