From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Gary Thomas <gary@mlbassoc.com>
Subject: Re: [meta-oe][PATCH v3 1/2] libass: Update to latest version
Date: Thu, 17 Mar 2016 15:44:40 +0100 [thread overview]
Message-ID: <20160317144440.GC2553@jama> (raw)
In-Reply-To: <1457626042-28653-2-git-send-email-gary@mlbassoc.com>
[-- Attachment #1: Type: text/plain, Size: 2975 bytes --]
On Thu, Mar 10, 2016 at 05:07:21PM +0100, Gary Thomas wrote:
> libass has moved from Google to github.com
> Also update to the latest version (libass.so.5)
libass-0.13.2: ELF binary
'/tmp/work/i586-oe-linux/libass/0.13.2-r0/packages-split/libass/usr/lib/libass.so.5.3.0'
has relocations in .text [textrel]
> Signed-off-by: Gary Thomas <gary@mlbassoc.com>
> ---
> meta-oe/recipes-multimedia/libass/libass.inc | 7 ++-----
> meta-oe/recipes-multimedia/libass/libass_0.10.1.bb | 5 -----
> meta-oe/recipes-multimedia/libass/libass_0.13.2.bb | 4 ++++
> 3 files changed, 6 insertions(+), 10 deletions(-)
> delete mode 100644 meta-oe/recipes-multimedia/libass/libass_0.10.1.bb
> create mode 100644 meta-oe/recipes-multimedia/libass/libass_0.13.2.bb
>
> diff --git a/meta-oe/recipes-multimedia/libass/libass.inc b/meta-oe/recipes-multimedia/libass/libass.inc
> index 328cd14..a394c56 100644
> --- a/meta-oe/recipes-multimedia/libass/libass.inc
> +++ b/meta-oe/recipes-multimedia/libass/libass.inc
> @@ -1,5 +1,5 @@
> DESCRIPTION = "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter."
> -HOMEPAGE = "http://code.google.com/p/libass/"
> +HOMEPAGE = "http://github.com/libass/libass/"
> SECTION = "libs/multimedia"
>
> LICENSE = "ISC"
> @@ -7,10 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ae98663bac55afe5d989919d296f28a"
>
> DEPENDS = "enca fontconfig freetype libpng fribidi"
>
> -INC_PR = "r1"
> -
> -SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz"
> -
> +SRC_URI = "https://github.com/${PN}/${PN}/releases/download/0.13.2/${BP}.tar.gz"
> inherit autotools pkgconfig
>
> PACKAGECONFIG ??= ""
> diff --git a/meta-oe/recipes-multimedia/libass/libass_0.10.1.bb b/meta-oe/recipes-multimedia/libass/libass_0.10.1.bb
> deleted file mode 100644
> index 0b32276..0000000
> --- a/meta-oe/recipes-multimedia/libass/libass_0.10.1.bb
> +++ /dev/null
> @@ -1,5 +0,0 @@
> -require ${PN}.inc
> -PR = "${INC_PR}.0"
> -
> -SRC_URI[md5sum] = "6cace482a013a3c4bf3b31a68ac66026"
> -SRC_URI[sha256sum] = "629a7e81fff92dea8d0399b818a41fd1b61e381c67a5961b1eaec2efadb14c6c"
> diff --git a/meta-oe/recipes-multimedia/libass/libass_0.13.2.bb b/meta-oe/recipes-multimedia/libass/libass_0.13.2.bb
> new file mode 100644
> index 0000000..123c9dd
> --- /dev/null
> +++ b/meta-oe/recipes-multimedia/libass/libass_0.13.2.bb
> @@ -0,0 +1,4 @@
> +require ${PN}.inc
> +
> +SRC_URI[md5sum] = "b4d82616bb18e8e954b18746a105a3b8"
> +SRC_URI[sha256sum] = "8baccf663553b62977b1c017d18b3879835da0ef79dc4d3b708f2566762f1d5e"
> --
> 2.5.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 --]
next prev parent reply other threads:[~2016-03-17 14:40 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-10 16:07 [meta-oe][PATCH v3 0/2] mpv: Media Player Gary Thomas
2016-03-10 16:07 ` [meta-oe][PATCH v3 1/2] libass: Update to latest version Gary Thomas
2016-03-17 14:44 ` Martin Jansa [this message]
2016-03-18 6:56 ` Gary Thomas
2016-03-18 8:22 ` Martin Jansa
2016-03-10 16:07 ` [meta-oe][PATCH v3 2/2] mpv: Media Player Gary Thomas
2016-03-11 13:17 ` Martin Jansa
2016-03-12 4:52 ` Gary Thomas
2016-03-17 9:26 ` Gary Thomas
2016-03-17 9:38 ` Martin Jansa
2016-03-17 9:45 ` Gary Thomas
2016-03-17 14:45 ` Martin Jansa
2016-04-21 14:49 ` Ahsan, Noor
2016-05-24 16:37 ` Christopher Larson
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=20160317144440.GC2553@jama \
--to=martin.jansa@gmail.com \
--cc=gary@mlbassoc.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