diff options
author | Horea Christian <horea.christ@yandex.com> | 2016-09-05 21:02:29 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-09-05 20:02:29 +0100 |
commit | 3b193fef8adb8d8dbbb4a861e80aab0d5535e7bb (patch) | |
tree | 745d18fc739f677e6bd38227e4f5fbca3e10bf71 /media-libs/avbin-bin | |
parent | Nibabel (#669) (diff) | |
download | sci-3b193fef8adb8d8dbbb4a861e80aab0d5535e7bb.tar.gz sci-3b193fef8adb8d8dbbb4a861e80aab0d5535e7bb.tar.bz2 sci-3b193fef8adb8d8dbbb4a861e80aab0d5535e7bb.zip |
media-libs/avbin-bin: avbin has moved + bump (#661)
* media-libs/avbin-bin: avbn has moved
Package-Manager: portage-2.3.0
* media-libs/avbin-bin: version bump
Package-Manager: portage-2.3.0
* media-libs/avbin-bin: updated EAPI
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-libs/avbin-bin')
-rw-r--r-- | media-libs/avbin-bin/Manifest | 2 | ||||
-rw-r--r-- | media-libs/avbin-bin/avbin-bin-7.ebuild | 10 | ||||
-rw-r--r-- | media-libs/avbin-bin/avbin-bin-8.1.ebuild | 28 |
3 files changed, 35 insertions, 5 deletions
diff --git a/media-libs/avbin-bin/Manifest b/media-libs/avbin-bin/Manifest index ed5b98d68..fdbea4b4e 100644 --- a/media-libs/avbin-bin/Manifest +++ b/media-libs/avbin-bin/Manifest @@ -1,2 +1,4 @@ DIST avbin-linux-x86-32-7.tar.gz 1499992 SHA256 218b1f40d54762cd7ad4382faf0c5242a8c18def076b67bd308f62ac34560b2f SHA512 5cdf9cb126ae7d3d8b5f98cdfe98359b25e11460e66516b8e1955aef8d0ae5debb5e378ad789fec2498212dc029192e6c6d101bfd1e3ffd2088123fc9f9058ff WHIRLPOOL 73dcfad60c549a0ec4c565e7892d1546f035e8cd8bed2619b5bb473bfe5494e65c15f587bbc1ab776e297ba044685b95e5834e4bf5da6bbb1e84b759c1a43f86 +DIST avbin-linux-x86-32-v8.1.tar.bz2 2361130 SHA256 9c4a44296abbb3d17f7d5f1257cb21e2965d35f50b6336262d18335ee1870732 SHA512 419c9d8238792121c010454760938899d6f6a31d51f11bf0d5fdbc81d0f7e573ab4d3173e4655a7f3e56baf4d372301fec56bf6092f308843c8aeb1893ed2e17 WHIRLPOOL 6c6b46f38ac8d2916daf4de5f581bd096c5f0e08128fc6d00f279ee95be64b9e77e78586f7357a910df29c26cb240a06946366f97ef9f215321ce99e234603aa DIST avbin-linux-x86-64-7.tar.gz 1509724 SHA256 d60dd48be45024360cf6fc1fa16110e14057ab5f971d35384a79f49ac156d3f2 SHA512 6e31eaebf0eed1eda7c963e3aa27ac2cad35b36a0d2bce63489e235b1a9cb412002370b1268b28ce8509d75baab17a2424ab7620799305b63228feb4b6d0707b WHIRLPOOL 81bfb76f4531a893357937ace2daa9da9b35089bc094bc7e4690c282a1a592ac4fb60e3fd564f206d42c41cefc0bdb97bd145593c8f2f4372b59415e9654f9de +DIST avbin-linux-x86-64-v8.1.tar.bz2 2330125 SHA256 0d6b357e5ba3dfb5d19d3f2d1c212a3e71e457289f887bb97eb038dbb7811438 SHA512 a04a8ef901fb0996197905b52d55a18e88689e4d6845222adcc24afba20613d5ba7b35646af4124e4df92ae41b7c04fd4c6726a38e3076312cd98dceaf421dbb WHIRLPOOL 65e3e7bdf048361c3c4102d7440ba25112c1144d61a669391b4da1c0966cbcee8d798f1b8103541f64d2c08fbb84c05fcce87e464b7486f71908c10af3303a6f diff --git a/media-libs/avbin-bin/avbin-bin-7.ebuild b/media-libs/avbin-bin/avbin-bin-7.ebuild index 75c3e02bd..7f7139da0 100644 --- a/media-libs/avbin-bin/avbin-bin-7.ebuild +++ b/media-libs/avbin-bin/avbin-bin-7.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="A thin wrapper around FFmpeg" -HOMEPAGE="http://code.google.com/p/avbin/" +HOMEPAGE="http://avbin.github.io/" SRC_URI=" - amd64? ( http://avbin.googlecode.com/files/avbin-linux-x86-64-${PV}.tar.gz ) - x86? ( http://avbin.googlecode.com/files/avbin-linux-x86-32-${PV}.tar.gz )" + amd64? ( mirror://github/AVbin/AVbin/avbin-linux-x86-64-${PV}.tar.gz ) + x86? ( mirror://github/AVbin/AVbin/avbin-linux-x86-32-${PV}.tar.gz )" LICENSE="GPL-3 LGPL-3" SLOT="0" diff --git a/media-libs/avbin-bin/avbin-bin-8.1.ebuild b/media-libs/avbin-bin/avbin-bin-8.1.ebuild new file mode 100644 index 000000000..4d57ead2d --- /dev/null +++ b/media-libs/avbin-bin/avbin-bin-8.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="A thin wrapper around FFmpeg" +HOMEPAGE="http://avbin.github.io/" +SRC_URI=" + amd64? ( mirror://github/AVbin/AVbin/avbin-linux-x86-64-v${PV}.tar.bz2 ) + x86? ( mirror://github/AVbin/AVbin/avbin-linux-x86-32-v${PV}.tar.bz2 )" + +LICENSE="GPL-3 LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 -*" +IUSE="" + +pkg_setup(){ + if use amd64; then + S="${WORKDIR}"/avbin-linux-x86-64-v${PV} + elif use x86; then + S="${WORKDIR}"/avbin-linux-x86-32-v${PV} + fi +} +src_install() { + ln -s libavbin.so.${PV} libavbin.so || die + dolib libavbin.so* +} |