* [gentoo-commits] repo/gentoo:master commit in: media-libs/libyami/
@ 2020-08-31 9:10 Alexis Ballier
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2020-08-31 9:10 UTC (permalink / raw
To: gentoo-commits
commit: 84818a29a8675b1162f5f74070ede3e9d33e093c
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 07:15:50 2020 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 09:10:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84818a29
media-libs/libyami: bump to 1.3.2
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
media-libs/libyami/Manifest | 1 +
.../libyami/{libyami-9999.ebuild => libyami-1.3.2.ebuild} | 10 ++++++----
media-libs/libyami/libyami-9999.ebuild | 10 ++++++----
3 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/media-libs/libyami/Manifest b/media-libs/libyami/Manifest
index 9bb6b1276c0..653ad264468 100644
--- a/media-libs/libyami/Manifest
+++ b/media-libs/libyami/Manifest
@@ -2,3 +2,4 @@ DIST libyami-1.0.1.tar.gz 480656 BLAKE2B 245c26dcfd396000eaf60d25bf437aad8dcd525
DIST libyami-1.1.0.tar.gz 491537 BLAKE2B fc3b948954ceda10894ff29f5f540a5817a962e2da6d549f0d0b4d89602577437778a244bcaff5fee4f3760d98472d8cd1c0ac07146e3b6ad34618c9f937eeec SHA512 04ef34a994d23f8f5182c17975d6a28048a311c8090393d8cd54dd1fc74ec8b76af4028e1d5506568fb698e15f14833a01d4eaeb4ccd2484801f806a05cc86fa
DIST libyami-1.2.0.tar.gz 508386 BLAKE2B ed4892dddd66d03a5f37c4d28a449c18c722bd1a09aae6261d3b3a210fc4912f728f629a216efd7176c8a37de768a6fa2d1272ca223a387e5cfb8cb4e7cb284d SHA512 1d253d67e3aab7ff2a1add50f7a5ebd284518d12fa689e6160a2dadb3fd1c2a5ab1a1c5f66dfd3801d46d9666c73dabcd5302ca495b069f60671337c0d0bc539
DIST libyami-1.3.0.tar.gz 820807 BLAKE2B 3764e591269f3c38e7b5f6f5c3dbfb59fe4cdb198cd80858a2c0150274be073c1b064b8c8482b87ba770a6ee3534430b00155b34fa70f6bab7ed537a85ba1ed1 SHA512 8858c7f8d0fa7ce4547f762484e4b82477e49a8cb893cde29d7a26ba0f39dfcabc530659722ee5b84dc6f95e65c3373057ef470c78b9c1d790907e7bd6c6fd75
+DIST libyami-1.3.2.tar.gz 820517 BLAKE2B 189ef95bcd504422550f6df38433d042a45e2a1c36b30b1b5445ce69076c95f4d1b60e12e09ff4b11245e3fcdc70a4fa5e0879e3976c4891ca98fa00d79360c1 SHA512 25300d589119b5f5211b5a2445b408dbb35aea83bf18bc3d3b42d6b29151495f5118cf0f32bcc8c3756ac58fccb16932e78c8b6e7b29daffcc9ee08a3e0b5b54
diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-1.3.2.ebuild
similarity index 84%
copy from media-libs/libyami/libyami-9999.ebuild
copy to media-libs/libyami/libyami-1.3.2.ebuild
index be54eaa446b..6cd57db8c9f 100644
--- a/media-libs/libyami/libyami-9999.ebuild
+++ b/media-libs/libyami/libyami-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,8 +19,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
else
KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
- S="${WORKDIR}/${PN}-${P}"
+ SRC_URI="https://github.com/01org/libyami/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="Apache-2.0"
@@ -47,6 +46,9 @@ DEPEND="${RDEPEND}
src_prepare() {
sed -i -e 's/-Werror//' configure.ac || die
+ sed -e 's#$(top_srcdir)/gtestsrc/libgtest.la#-lgtest#' -i */Makefile.unittest || die
+ sed -e 's#-I$(top_srcdir)/gtestsrc/gtest/include##' -i */Makefile.unittest || die
+ sed -e 's/gtestsrc//' -i Makefile.am || die
eautoreconf
}
@@ -61,7 +63,7 @@ multilib_src_configure() {
$(use_enable dmabuf) \
$(use_enable md5) \
$(use_enable wayland) \
- $(use_enable test gtest) \
+ $(use_enable test tests) \
$(multilib_native_use_enable doc docs) \
--enable-h265dec \
--enable-vc1dec \
diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-9999.ebuild
index be54eaa446b..6cd57db8c9f 100644
--- a/media-libs/libyami/libyami-9999.ebuild
+++ b/media-libs/libyami/libyami-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,8 +19,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
else
KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
- S="${WORKDIR}/${PN}-${P}"
+ SRC_URI="https://github.com/01org/libyami/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="Apache-2.0"
@@ -47,6 +46,9 @@ DEPEND="${RDEPEND}
src_prepare() {
sed -i -e 's/-Werror//' configure.ac || die
+ sed -e 's#$(top_srcdir)/gtestsrc/libgtest.la#-lgtest#' -i */Makefile.unittest || die
+ sed -e 's#-I$(top_srcdir)/gtestsrc/gtest/include##' -i */Makefile.unittest || die
+ sed -e 's/gtestsrc//' -i Makefile.am || die
eautoreconf
}
@@ -61,7 +63,7 @@ multilib_src_configure() {
$(use_enable dmabuf) \
$(use_enable md5) \
$(use_enable wayland) \
- $(use_enable test gtest) \
+ $(use_enable test tests) \
$(multilib_native_use_enable doc docs) \
--enable-h265dec \
--enable-vc1dec \
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libyami/
@ 2020-09-24 1:06 Aaron Bauman
0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2020-09-24 1:06 UTC (permalink / raw
To: gentoo-commits
commit: a5c52442fa361b1128fb26d587f63e1efbf467ff
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 00:50:32 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 01:06:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c52442
media-libs/libyami: drop old
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-libs/libyami/Manifest | 4 --
media-libs/libyami/libyami-1.0.1.ebuild | 91 -------------------------------
media-libs/libyami/libyami-1.1.0.ebuild | 92 --------------------------------
media-libs/libyami/libyami-1.2.0.ebuild | 92 --------------------------------
media-libs/libyami/libyami-1.3.0.ebuild | 94 ---------------------------------
5 files changed, 373 deletions(-)
diff --git a/media-libs/libyami/Manifest b/media-libs/libyami/Manifest
index 653ad264468..f01ed2c29a2 100644
--- a/media-libs/libyami/Manifest
+++ b/media-libs/libyami/Manifest
@@ -1,5 +1 @@
-DIST libyami-1.0.1.tar.gz 480656 BLAKE2B 245c26dcfd396000eaf60d25bf437aad8dcd5255aac2b23ab0299bbf707e52268a914df61e2194dfb67a76d52eb1a8b792c07e777b77975d19ff11a2aa616397 SHA512 01c0716011682ff8b5e6d2c58479aa574bc2cfb5ffe932952e430302aff090d56e0efa4f784f9cdd36d94800c8454802e4500096b3bea162d04ee6253a134c81
-DIST libyami-1.1.0.tar.gz 491537 BLAKE2B fc3b948954ceda10894ff29f5f540a5817a962e2da6d549f0d0b4d89602577437778a244bcaff5fee4f3760d98472d8cd1c0ac07146e3b6ad34618c9f937eeec SHA512 04ef34a994d23f8f5182c17975d6a28048a311c8090393d8cd54dd1fc74ec8b76af4028e1d5506568fb698e15f14833a01d4eaeb4ccd2484801f806a05cc86fa
-DIST libyami-1.2.0.tar.gz 508386 BLAKE2B ed4892dddd66d03a5f37c4d28a449c18c722bd1a09aae6261d3b3a210fc4912f728f629a216efd7176c8a37de768a6fa2d1272ca223a387e5cfb8cb4e7cb284d SHA512 1d253d67e3aab7ff2a1add50f7a5ebd284518d12fa689e6160a2dadb3fd1c2a5ab1a1c5f66dfd3801d46d9666c73dabcd5302ca495b069f60671337c0d0bc539
-DIST libyami-1.3.0.tar.gz 820807 BLAKE2B 3764e591269f3c38e7b5f6f5c3dbfb59fe4cdb198cd80858a2c0150274be073c1b064b8c8482b87ba770a6ee3534430b00155b34fa70f6bab7ed537a85ba1ed1 SHA512 8858c7f8d0fa7ce4547f762484e4b82477e49a8cb893cde29d7a26ba0f39dfcabc530659722ee5b84dc6f95e65c3373057ef470c78b9c1d790907e7bd6c6fd75
DIST libyami-1.3.2.tar.gz 820517 BLAKE2B 189ef95bcd504422550f6df38433d042a45e2a1c36b30b1b5445ce69076c95f4d1b60e12e09ff4b11245e3fcdc70a4fa5e0879e3976c4891ca98fa00d79360c1 SHA512 25300d589119b5f5211b5a2445b408dbb35aea83bf18bc3d3b42d6b29151495f5118cf0f32bcc8c3756ac58fccb16932e78c8b6e7b29daffcc9ee08a3e0b5b54
diff --git a/media-libs/libyami/libyami-1.0.1.ebuild b/media-libs/libyami/libyami-1.0.1.ebuild
deleted file mode 100644
index c794ddbb738..00000000000
--- a/media-libs/libyami/libyami-1.0.1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
- SCM=git-r3
- EGIT_REPO_URI="https://github.com/01org/libyami"
-fi
-
-inherit ${SCM} autotools multilib-minimal flag-o-matic
-
-DESCRIPTION="Yet Another Media Infrastructure: Media codec with hardware acceleration"
-HOMEPAGE="https://github.com/01org/libyami"
-
-if [ "${PV#9999}" != "${PV}" ] ; then
- KEYWORDS=""
- SRC_URI=""
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
- S="${WORKDIR}/${PN}-${P}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="debug dmabuf doc md5 v4l X test wayland"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=x11-libs/libva-1.7.2[drm,X?,wayland?,${MULTILIB_USEDEP}]
- v4l? (
- >=virtual/opengl-7[${MULTILIB_USEDEP}]
- >=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
- >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}]
- )
- X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
- md5? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
- dmabuf? ( x11-libs/libdrm[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
- test? ( >=dev-cpp/gtest-1.7 )
-"
-
-src_prepare() {
- eautoreconf
-}
-
-multilib_src_configure() {
- append-cppflags -I"${S}/"
- ECONF_SOURCE="${S}" econf \
- $(use_enable debug) \
- $(use_enable v4l v4l2) \
- $(use_enable v4l v4l2-ops) \
- $(use_enable X x11) \
- $(use_enable dmabuf) \
- $(use_enable md5) \
- $(use_enable wayland) \
- $(use_enable test gtest) \
- $(multilib_native_use_enable doc docs) \
- --enable-h265dec \
- --enable-vc1dec \
- --enable-h264dec \
- --enable-jpegdec \
- --enable-mpeg2dec \
- --enable-vp8dec \
- --enable-vp9dec \
- --enable-h265enc \
- --enable-h264enc \
- --enable-jpegenc \
- --enable-vp8enc \
- --enable-vp9enc
-}
-
-multilib_src_compile() {
- emake
- multilib_is_native_abi && use doc && emake -C doc
-}
-
-multilib_src_install() {
- emake DESTDIR="${D}" install
- multilib_is_native_abi && use doc && dohtml -r doc/html/*
-}
-
-src_install() {
- multilib-minimal_src_install
- find "${ED}" -name '*.la' -delete
-}
diff --git a/media-libs/libyami/libyami-1.1.0.ebuild b/media-libs/libyami/libyami-1.1.0.ebuild
deleted file mode 100644
index 72dd062364d..00000000000
--- a/media-libs/libyami/libyami-1.1.0.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
- SCM=git-r3
- EGIT_REPO_URI="https://github.com/01org/libyami"
-fi
-
-inherit ${SCM} autotools multilib-minimal flag-o-matic
-
-DESCRIPTION="Yet Another Media Infrastructure: Media codec with hardware acceleration"
-HOMEPAGE="https://github.com/01org/libyami"
-
-if [ "${PV#9999}" != "${PV}" ] ; then
- KEYWORDS=""
- SRC_URI=""
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
- S="${WORKDIR}/${PN}-${P}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="debug egl dmabuf doc md5 v4l X test wayland"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=x11-libs/libva-1.7.2[drm,X?,wayland?,${MULTILIB_USEDEP}]
- v4l? (
- >=virtual/opengl-7[${MULTILIB_USEDEP}]
- >=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
- >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}]
- )
- X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
- md5? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
- dmabuf? ( x11-libs/libdrm[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
- test? ( >=dev-cpp/gtest-1.7 )
-"
-
-src_prepare() {
- eautoreconf
-}
-
-multilib_src_configure() {
- append-cppflags -I"${S}/"
- ECONF_SOURCE="${S}" econf \
- $(use_enable debug) \
- $(use_enable egl) \
- $(use_enable v4l v4l2) \
- $(use_enable v4l v4l2-ops) \
- $(use_enable X x11) \
- $(use_enable dmabuf) \
- $(use_enable md5) \
- $(use_enable wayland) \
- $(use_enable test gtest) \
- $(multilib_native_use_enable doc docs) \
- --enable-h265dec \
- --enable-vc1dec \
- --enable-h264dec \
- --enable-jpegdec \
- --enable-mpeg2dec \
- --enable-vp8dec \
- --enable-vp9dec \
- --enable-h265enc \
- --enable-h264enc \
- --enable-jpegenc \
- --enable-vp8enc \
- --enable-vp9enc
-}
-
-multilib_src_compile() {
- emake
- multilib_is_native_abi && use doc && emake -C doc
-}
-
-multilib_src_install() {
- emake DESTDIR="${D}" install
- multilib_is_native_abi && use doc && dohtml -r doc/html/*
-}
-
-src_install() {
- multilib-minimal_src_install
- find "${ED}" -name '*.la' -delete
-}
diff --git a/media-libs/libyami/libyami-1.2.0.ebuild b/media-libs/libyami/libyami-1.2.0.ebuild
deleted file mode 100644
index 0b6bd2f08c0..00000000000
--- a/media-libs/libyami/libyami-1.2.0.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
- SCM=git-r3
- EGIT_REPO_URI="https://github.com/01org/libyami"
-fi
-
-inherit ${SCM} autotools multilib-minimal flag-o-matic
-
-DESCRIPTION="Yet Another Media Infrastructure: Media codec with hardware acceleration"
-HOMEPAGE="https://github.com/01org/libyami"
-
-if [ "${PV#9999}" != "${PV}" ] ; then
- KEYWORDS=""
- SRC_URI=""
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="debug egl dmabuf doc md5 v4l X test wayland"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=x11-libs/libva-1.7.2[drm,X?,wayland?,${MULTILIB_USEDEP}]
- v4l? (
- >=virtual/opengl-7[${MULTILIB_USEDEP}]
- >=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
- >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}]
- )
- X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
- md5? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
- dmabuf? ( x11-libs/libdrm[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
- test? ( >=dev-cpp/gtest-1.7 )
-"
-
-src_prepare() {
- sed -i -e 's/-Werror//' configure.ac || die
- eautoreconf
-}
-
-multilib_src_configure() {
- append-cppflags -I"${S}/"
- ECONF_SOURCE="${S}" econf \
- $(use_enable debug) \
- $(use_enable egl) \
- $(use_enable v4l v4l2) \
- $(use_enable v4l v4l2-ops) \
- $(use_enable X x11) \
- $(use_enable dmabuf) \
- $(use_enable md5) \
- $(use_enable wayland) \
- $(use_enable test gtest) \
- $(multilib_native_use_enable doc docs) \
- --enable-h265dec \
- --enable-vc1dec \
- --enable-h264dec \
- --enable-jpegdec \
- --enable-mpeg2dec \
- --enable-vp8dec \
- --enable-vp9dec \
- --enable-h265enc \
- --enable-h264enc \
- --enable-jpegenc \
- --enable-vp8enc \
- --enable-vp9enc
-}
-
-multilib_src_compile() {
- emake
- multilib_is_native_abi && use doc && emake -C doc
-}
-
-multilib_src_install() {
- emake DESTDIR="${D}" install
- multilib_is_native_abi && use doc && dohtml -r doc/html/*
-}
-
-src_install() {
- multilib-minimal_src_install
- find "${ED}" -name '*.la' -delete
-}
diff --git a/media-libs/libyami/libyami-1.3.0.ebuild b/media-libs/libyami/libyami-1.3.0.ebuild
deleted file mode 100644
index ccd9e97aa74..00000000000
--- a/media-libs/libyami/libyami-1.3.0.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
- SCM=git-r3
- EGIT_REPO_URI="https://github.com/01org/libyami"
-fi
-
-inherit ${SCM} autotools multilib-minimal flag-o-matic
-
-DESCRIPTION="Yet Another Media Infrastructure: Media codec with hardware acceleration"
-HOMEPAGE="https://github.com/01org/libyami"
-
-if [ "${PV#9999}" != "${PV}" ] ; then
- KEYWORDS=""
- SRC_URI=""
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
- S="${WORKDIR}/${PN}-${P}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="debug egl dmabuf doc md5 v4l X test wayland"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=x11-libs/libva-1.7.2:=[drm,X?,wayland?,${MULTILIB_USEDEP}]
- v4l? (
- >=virtual/opengl-7[${MULTILIB_USEDEP}]
- >=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
- >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}]
- )
- X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
- md5? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
- dmabuf? ( x11-libs/libdrm[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
- test? ( >=dev-cpp/gtest-1.7 )
-"
-
-src_prepare() {
- sed -i -e 's/-Werror//' configure.ac || die
- eautoreconf
-}
-
-multilib_src_configure() {
- append-cppflags -I"${S}/" -I"${BUILD_DIR}/interface"
- append-cxxflags -fpermissive
- ECONF_SOURCE="${S}" econf \
- $(use_enable debug) \
- $(use_enable egl) \
- $(use_enable v4l v4l2) \
- $(use_enable v4l v4l2-ops) \
- $(use_enable X x11) \
- $(use_enable dmabuf) \
- $(use_enable md5) \
- $(use_enable wayland) \
- $(use_enable test gtest) \
- $(multilib_native_use_enable doc docs) \
- --enable-h265dec \
- --enable-vc1dec \
- --enable-h264dec \
- --enable-jpegdec \
- --enable-mpeg2dec \
- --enable-vp8dec \
- --enable-vp9dec \
- --enable-h265enc \
- --enable-h264enc \
- --enable-jpegenc \
- --enable-vp8enc \
- --enable-vp9enc
-}
-
-multilib_src_compile() {
- emake
- multilib_is_native_abi && use doc && emake -C doc
-}
-
-multilib_src_install() {
- emake DESTDIR="${D}" install
- multilib_is_native_abi && use doc && dohtml -r doc/html/*
-}
-
-src_install() {
- multilib-minimal_src_install
- find "${ED}" -name '*.la' -delete
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libyami/
@ 2017-12-26 14:40 Alexis Ballier
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2017-12-26 14:40 UTC (permalink / raw
To: gentoo-commits
commit: 0a3c6264ddb9e92d10d44eedaec31d566d95bb27
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 14:39:36 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 14:40:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3c6264
media-libs/libyami: bump to 1.3.0; add := dep on libva
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-libs/libyami/Manifest | 1 +
media-libs/libyami/{libyami-9999.ebuild => libyami-1.3.0.ebuild} | 8 +++++---
media-libs/libyami/libyami-9999.ebuild | 7 ++++---
3 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/media-libs/libyami/Manifest b/media-libs/libyami/Manifest
index 2d527e28382..9bb6b1276c0 100644
--- a/media-libs/libyami/Manifest
+++ b/media-libs/libyami/Manifest
@@ -1,3 +1,4 @@
DIST libyami-1.0.1.tar.gz 480656 BLAKE2B 245c26dcfd396000eaf60d25bf437aad8dcd5255aac2b23ab0299bbf707e52268a914df61e2194dfb67a76d52eb1a8b792c07e777b77975d19ff11a2aa616397 SHA512 01c0716011682ff8b5e6d2c58479aa574bc2cfb5ffe932952e430302aff090d56e0efa4f784f9cdd36d94800c8454802e4500096b3bea162d04ee6253a134c81
DIST libyami-1.1.0.tar.gz 491537 BLAKE2B fc3b948954ceda10894ff29f5f540a5817a962e2da6d549f0d0b4d89602577437778a244bcaff5fee4f3760d98472d8cd1c0ac07146e3b6ad34618c9f937eeec SHA512 04ef34a994d23f8f5182c17975d6a28048a311c8090393d8cd54dd1fc74ec8b76af4028e1d5506568fb698e15f14833a01d4eaeb4ccd2484801f806a05cc86fa
DIST libyami-1.2.0.tar.gz 508386 BLAKE2B ed4892dddd66d03a5f37c4d28a449c18c722bd1a09aae6261d3b3a210fc4912f728f629a216efd7176c8a37de768a6fa2d1272ca223a387e5cfb8cb4e7cb284d SHA512 1d253d67e3aab7ff2a1add50f7a5ebd284518d12fa689e6160a2dadb3fd1c2a5ab1a1c5f66dfd3801d46d9666c73dabcd5302ca495b069f60671337c0d0bc539
+DIST libyami-1.3.0.tar.gz 820807 BLAKE2B 3764e591269f3c38e7b5f6f5c3dbfb59fe4cdb198cd80858a2c0150274be073c1b064b8c8482b87ba770a6ee3534430b00155b34fa70f6bab7ed537a85ba1ed1 SHA512 8858c7f8d0fa7ce4547f762484e4b82477e49a8cb893cde29d7a26ba0f39dfcabc530659722ee5b84dc6f95e65c3373057ef470c78b9c1d790907e7bd6c6fd75
diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-1.3.0.ebuild
similarity index 89%
copy from media-libs/libyami/libyami-9999.ebuild
copy to media-libs/libyami/libyami-1.3.0.ebuild
index fd902dd2fd9..4df453a9875 100644
--- a/media-libs/libyami/libyami-9999.ebuild
+++ b/media-libs/libyami/libyami-1.3.0.ebuild
@@ -19,7 +19,8 @@ if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
else
KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
+ S="${WORKDIR}/${PN}-${P}"
fi
LICENSE="Apache-2.0"
@@ -27,7 +28,7 @@ SLOT="0"
IUSE="debug egl dmabuf doc md5 v4l X test wayland"
RDEPEND="
- >=x11-libs/libva-1.7.2[drm,X?,wayland?,${MULTILIB_USEDEP}]
+ >=x11-libs/libva-1.7.2:=[drm,X?,wayland?,${MULTILIB_USEDEP}]
v4l? (
>=virtual/opengl-7[${MULTILIB_USEDEP}]
>=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
@@ -49,7 +50,8 @@ src_prepare() {
}
multilib_src_configure() {
- append-cppflags -I"${S}/"
+ append-cppflags -I"${S}/" -I"${BUILD_DIR}/interface"
+ append-cxxflags -fpermissive
ECONF_SOURCE="${S}" econf \
$(use_enable debug) \
$(use_enable egl) \
diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-9999.ebuild
index fd902dd2fd9..33937920eec 100644
--- a/media-libs/libyami/libyami-9999.ebuild
+++ b/media-libs/libyami/libyami-9999.ebuild
@@ -19,7 +19,8 @@ if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
else
KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
+ S="${WORKDIR}/${PN}-${P}"
fi
LICENSE="Apache-2.0"
@@ -27,7 +28,7 @@ SLOT="0"
IUSE="debug egl dmabuf doc md5 v4l X test wayland"
RDEPEND="
- >=x11-libs/libva-1.7.2[drm,X?,wayland?,${MULTILIB_USEDEP}]
+ >=x11-libs/libva-1.7.2:=[drm,X?,wayland?,${MULTILIB_USEDEP}]
v4l? (
>=virtual/opengl-7[${MULTILIB_USEDEP}]
>=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
@@ -49,7 +50,7 @@ src_prepare() {
}
multilib_src_configure() {
- append-cppflags -I"${S}/"
+ append-cppflags -I"${S}/" -I"${BUILD_DIR}/interface"
ECONF_SOURCE="${S}" econf \
$(use_enable debug) \
$(use_enable egl) \
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libyami/
@ 2017-06-25 20:28 Alexis Ballier
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2017-06-25 20:28 UTC (permalink / raw
To: gentoo-commits
commit: 135978d9fd1c50a186b928e2914edfdee4a52d85
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 20:23:13 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 20:28:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135978d9
media-libs/libyami: bump to 1.2.0
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-libs/libyami/Manifest | 1 +
media-libs/libyami/{libyami-9999.ebuild => libyami-1.2.0.ebuild} | 4 ++--
media-libs/libyami/libyami-9999.ebuild | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/media-libs/libyami/Manifest b/media-libs/libyami/Manifest
index 76a3a4120ac..e3b44ddd874 100644
--- a/media-libs/libyami/Manifest
+++ b/media-libs/libyami/Manifest
@@ -1,2 +1,3 @@
DIST libyami-1.0.1.tar.gz 480656 SHA256 1051d3e3366a933c4fbfb883b3900e81a8c0e4e1cd4d5a08b9c7d4e1bf7cec34 SHA512 01c0716011682ff8b5e6d2c58479aa574bc2cfb5ffe932952e430302aff090d56e0efa4f784f9cdd36d94800c8454802e4500096b3bea162d04ee6253a134c81 WHIRLPOOL 93ca1ca5a2cea7160398e4df24a829ecd09847f2d65a3fe1d30c608490f671c15c936b359dfa92b3560c9b3652bb3b547ed0e4b2120bea902e1e48e3f6c1fb33
DIST libyami-1.1.0.tar.gz 491537 SHA256 08acb7857a1a85c1d3341862d6b523c0eb1603adee454469cda765b6bf04f614 SHA512 04ef34a994d23f8f5182c17975d6a28048a311c8090393d8cd54dd1fc74ec8b76af4028e1d5506568fb698e15f14833a01d4eaeb4ccd2484801f806a05cc86fa WHIRLPOOL 1565f0916c90ce906828de4b68cf30e83335a67da645b5b8e6d9930b93c84b72b46a1f23eba417e783937f067ff3121ff2a6c9b537604b6fc6346c00d4457da1
+DIST libyami-1.2.0.tar.gz 508386 SHA256 fdc3025f828c065a4434e73f5629e7ab8af593f1abbe097449dd5a13fa7d465f SHA512 1d253d67e3aab7ff2a1add50f7a5ebd284518d12fa689e6160a2dadb3fd1c2a5ab1a1c5f66dfd3801d46d9666c73dabcd5302ca495b069f60671337c0d0bc539 WHIRLPOOL adddaaab2fcff613137361dff66f645d129f7d7e41ce0aa749eef3c0df3b8495dc424511b61ff9d5c42f3bed999826e43c03492217dfff98a392aadccb05bdce
diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-1.2.0.ebuild
similarity index 94%
copy from media-libs/libyami/libyami-9999.ebuild
copy to media-libs/libyami/libyami-1.2.0.ebuild
index 61e906a3381..fd902dd2fd9 100644
--- a/media-libs/libyami/libyami-9999.ebuild
+++ b/media-libs/libyami/libyami-1.2.0.ebuild
@@ -19,8 +19,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
else
KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
- S="${WORKDIR}/${PN}-${P}"
+ SRC_URI="https://github.com/01org/libyami/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="Apache-2.0"
@@ -45,6 +44,7 @@ DEPEND="${RDEPEND}
"
src_prepare() {
+ sed -i -e 's/-Werror//' configure.ac || die
eautoreconf
}
diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-9999.ebuild
index 61e906a3381..fd902dd2fd9 100644
--- a/media-libs/libyami/libyami-9999.ebuild
+++ b/media-libs/libyami/libyami-9999.ebuild
@@ -19,8 +19,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
else
KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
- S="${WORKDIR}/${PN}-${P}"
+ SRC_URI="https://github.com/01org/libyami/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="Apache-2.0"
@@ -45,6 +44,7 @@ DEPEND="${RDEPEND}
"
src_prepare() {
+ sed -i -e 's/-Werror//' configure.ac || die
eautoreconf
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libyami/
@ 2017-01-22 8:44 Alexis Ballier
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2017-01-22 8:44 UTC (permalink / raw
To: gentoo-commits
commit: da153de2d8355760f4c7b5185efcca2095e73f39
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 06:54:33 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 08:44:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da153de2
media-libs/libyami: Bump to 1.1.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/libyami/Manifest | 1 +
media-libs/libyami/{libyami-9999.ebuild => libyami-1.1.0.ebuild} | 5 +++--
media-libs/libyami/libyami-9999.ebuild | 5 +++--
media-libs/libyami/metadata.xml | 1 +
4 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/media-libs/libyami/Manifest b/media-libs/libyami/Manifest
index dbb9bb9..76a3a41 100644
--- a/media-libs/libyami/Manifest
+++ b/media-libs/libyami/Manifest
@@ -1 +1,2 @@
DIST libyami-1.0.1.tar.gz 480656 SHA256 1051d3e3366a933c4fbfb883b3900e81a8c0e4e1cd4d5a08b9c7d4e1bf7cec34 SHA512 01c0716011682ff8b5e6d2c58479aa574bc2cfb5ffe932952e430302aff090d56e0efa4f784f9cdd36d94800c8454802e4500096b3bea162d04ee6253a134c81 WHIRLPOOL 93ca1ca5a2cea7160398e4df24a829ecd09847f2d65a3fe1d30c608490f671c15c936b359dfa92b3560c9b3652bb3b547ed0e4b2120bea902e1e48e3f6c1fb33
+DIST libyami-1.1.0.tar.gz 491537 SHA256 08acb7857a1a85c1d3341862d6b523c0eb1603adee454469cda765b6bf04f614 SHA512 04ef34a994d23f8f5182c17975d6a28048a311c8090393d8cd54dd1fc74ec8b76af4028e1d5506568fb698e15f14833a01d4eaeb4ccd2484801f806a05cc86fa WHIRLPOOL 1565f0916c90ce906828de4b68cf30e83335a67da645b5b8e6d9930b93c84b72b46a1f23eba417e783937f067ff3121ff2a6c9b537604b6fc6346c00d4457da1
diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-1.1.0.ebuild
similarity index 94%
copy from media-libs/libyami/libyami-9999.ebuild
copy to media-libs/libyami/libyami-1.1.0.ebuild
index 10af6ad..8be8a01 100644
--- a/media-libs/libyami/libyami-9999.ebuild
+++ b/media-libs/libyami/libyami-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -26,7 +26,7 @@ fi
LICENSE="Apache-2.0"
SLOT="0"
-IUSE="debug dmabuf doc md5 v4l X test wayland"
+IUSE="debug egl dmabuf doc md5 v4l X test wayland"
RDEPEND="
>=x11-libs/libva-1.7.2[drm,X?,wayland?,${MULTILIB_USEDEP}]
@@ -53,6 +53,7 @@ multilib_src_configure() {
append-cppflags -I"${S}/"
ECONF_SOURCE="${S}" econf \
$(use_enable debug) \
+ $(use_enable egl) \
$(use_enable v4l v4l2) \
$(use_enable v4l v4l2-ops) \
$(use_enable X x11) \
diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-9999.ebuild
index 10af6ad..8be8a01 100644
--- a/media-libs/libyami/libyami-9999.ebuild
+++ b/media-libs/libyami/libyami-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -26,7 +26,7 @@ fi
LICENSE="Apache-2.0"
SLOT="0"
-IUSE="debug dmabuf doc md5 v4l X test wayland"
+IUSE="debug egl dmabuf doc md5 v4l X test wayland"
RDEPEND="
>=x11-libs/libva-1.7.2[drm,X?,wayland?,${MULTILIB_USEDEP}]
@@ -53,6 +53,7 @@ multilib_src_configure() {
append-cppflags -I"${S}/"
ECONF_SOURCE="${S}" econf \
$(use_enable debug) \
+ $(use_enable egl) \
$(use_enable v4l v4l2) \
$(use_enable v4l v4l2-ops) \
$(use_enable X x11) \
diff --git a/media-libs/libyami/metadata.xml b/media-libs/libyami/metadata.xml
index 75d5444..77b1337 100644
--- a/media-libs/libyami/metadata.xml
+++ b/media-libs/libyami/metadata.xml
@@ -5,6 +5,7 @@
<email>media-video@gentoo.org</email>
</maintainer>
<use>
+ <flag name="egl">Enable EGL support.</flag>
<flag name="v4l">Add support for V4L2 hardware codecs.</flag>
<flag name="md5">Add support for generating md5 sums for each frame.</flag>
<flag name="dmabuf">Enable dma_buf buffer sharing.</flag>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libyami/
@ 2017-01-22 8:44 Alexis Ballier
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2017-01-22 8:44 UTC (permalink / raw
To: gentoo-commits
commit: 8f0f2f2ac0fbe96e7ac048798781cb44317c8b6e
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 06:43:33 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 08:44:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0f2f2a
media-libs/libyami: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/libyami/Manifest | 4 --
media-libs/libyami/libyami-0.3.0.ebuild | 102 --------------------------------
media-libs/libyami/libyami-0.3.1.ebuild | 102 --------------------------------
media-libs/libyami/libyami-0.4.0.ebuild | 89 ----------------------------
media-libs/libyami/libyami-1.0.0.ebuild | 91 ----------------------------
media-libs/libyami/metadata.xml | 4 --
6 files changed, 392 deletions(-)
diff --git a/media-libs/libyami/Manifest b/media-libs/libyami/Manifest
index ef75c19..dbb9bb9 100644
--- a/media-libs/libyami/Manifest
+++ b/media-libs/libyami/Manifest
@@ -1,5 +1 @@
-DIST libyami-0.3.0.tar.gz 484586 SHA256 67064558999d63185025a6d63d08458375003bb86369abca50aca97fd2c63acb SHA512 691cbe90840d8cb30da958bb6621434c9962ae6cbfc75b016454570c303a01e7a465baa8622368cf1ef1c670dbc861fb1d49e0c414d684feae04ea742e8e0599 WHIRLPOOL d842f1ce57d40894b80f868934d687603014b6460bdbd274b64893d8f290f8a6a779239f931beb759a7fb8e5ed1649b90fb545391c1d9c8395bb05f6600218d2
-DIST libyami-0.3.1.tar.gz 492223 SHA256 7ab680138a1d34eb306bc941198f0715631bc8e5b0ee5717b3171f6672ca3bcb SHA512 eb58a6925de8379e40b2482780340becdb8c9295041bba11bf439cc2ff19c25f10ce4b1fc2b6c421342855946ddd471745bdfb364a227499658867911325b375 WHIRLPOOL ce44614aa04127c828761319dd96ee35956daea9cf7577e7631083e10db744c76596da7135f8f6c16952639c601ee065afe8c0097bf6d23829dc9893c4aa414f
-DIST libyami-0.4.0.tar.gz 445389 SHA256 b4a139fac81b6644828e8c9c377fe251128d2b4440ffd656f973c0bee14a2821 SHA512 b3c5394f1980e799717cfcb44d95dc93da10d6acb94eed106bc251ca3162194a55cedb111ac7023257b77c868807e9546df461c061ab3e1b02e3f2bbd30d3687 WHIRLPOOL 1a01901dd67d49bd26a74a00684e807e162986c9674a647e96ba5e1b573a25fca78835e377b83e348d275882c69611ce1008d01a74276468f5d475d369ba23e0
-DIST libyami-1.0.0.tar.gz 477186 SHA256 ef83e0d279b387e8475cdd5898a9a00132fabaadd4a5b6224f707a31cd159af5 SHA512 14d79991e66a83481eb2cdcc8c82e21e1d87ca90e2ae103590f3d9d68aa6d9b761034107dda34c7d20637a94e14acb40fecaf50caab22fe85f1de01fae904f88 WHIRLPOOL ead37c22a203f94f8071b0b6e70052391ed0ec4c4fb1206f7864bef062fafeda7443dfa10f94da4c3c4598800ef75d2f3bcf2bbc508eb94c1fae39c576b2c78e
DIST libyami-1.0.1.tar.gz 480656 SHA256 1051d3e3366a933c4fbfb883b3900e81a8c0e4e1cd4d5a08b9c7d4e1bf7cec34 SHA512 01c0716011682ff8b5e6d2c58479aa574bc2cfb5ffe932952e430302aff090d56e0efa4f784f9cdd36d94800c8454802e4500096b3bea162d04ee6253a134c81 WHIRLPOOL 93ca1ca5a2cea7160398e4df24a829ecd09847f2d65a3fe1d30c608490f671c15c936b359dfa92b3560c9b3652bb3b547ed0e4b2120bea902e1e48e3f6c1fb33
diff --git a/media-libs/libyami/libyami-0.3.0.ebuild b/media-libs/libyami/libyami-0.3.0.ebuild
deleted file mode 100644
index 3951d2f..00000000
--- a/media-libs/libyami/libyami-0.3.0.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
- SCM=git-r3
- EGIT_REPO_URI="https://github.com/01org/libyami"
-fi
-
-inherit ${SCM} autotools multilib-minimal
-
-DESCRIPTION="Yet Another Media Infrastructure: Media codec with hardware acceleration"
-HOMEPAGE="https://github.com/01org/libyami"
-
-if [ "${PV#9999}" != "${PV}" ] ; then
- KEYWORDS=""
- SRC_URI=""
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
- S="${WORKDIR}/${PN}-${P}"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="+capi debug dmabuf doc ffmpeg gles +glx libav md5 tools v4l X"
-
-RDEPEND="
- >=x11-libs/libva-1.6[drm,X?,${MULTILIB_USEDEP}]
- v4l? (
- glx? (
- >=x11-libs/libva-1.6[X,${MULTILIB_USEDEP}]
- >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
- >=virtual/opengl-7[${MULTILIB_USEDEP}]
- )
- !glx? ( >=media-libs/mesa-10[egl,${MULTILIB_USEDEP}] )
- >=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
- )
- X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
- ffmpeg? (
- !libav? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] )
- libav? ( media-video/libav:=[${MULTILIB_USEDEP}] )
- )
- md5? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
- dmabuf? ( x11-libs/libdrm[${MULTILIB_USEDEP}] )
- tools? (
- gles? ( >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}] )
- v4l? ( !glx? ( >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}] ) )
- )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
- eautoreconf
-}
-
-multilib_src_configure() {
- ECONF_SOURCE="${S}" econf \
- $(use_enable debug) \
- $(multilib_native_use_enable tools tests) \
- $(use gles && multilib_native_use_enable tools tests-gles) \
- $(use_enable v4l v4l2) \
- $(usex v4l $(use_enable glx v4l2-glx) "--disable-v4l2-glx") \
- $(use_enable capi) \
- $(use_enable X x11) \
- $(use_enable dmabuf) \
- $(use_enable ffmpeg avformat) \
- $(use_enable md5) \
- $(multilib_native_use_enable doc docs) \
- --enable-vp8dec \
- --enable-vp9dec \
- --enable-jpegdec \
- --enable-h264dec \
- --disable-h265dec \
- --enable-h264enc \
- --enable-jpegenc \
- --enable-vp8enc \
- --enable-h265enc
-
- # h265 decoder doesnt build here with gcc 5.2
-}
-
-multilib_src_compile() {
- emake
- multilib_is_native_abi && use doc && emake -C doc
-}
-
-multilib_src_install() {
- emake DESTDIR="${D}" install
- multilib_is_native_abi && use doc && dohtml -r doc/html/*
-}
-
-src_install() {
- multilib-minimal_src_install
- find "${ED}" -name '*.la' -delete
-}
diff --git a/media-libs/libyami/libyami-0.3.1.ebuild b/media-libs/libyami/libyami-0.3.1.ebuild
deleted file mode 100644
index 3951d2f..00000000
--- a/media-libs/libyami/libyami-0.3.1.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
- SCM=git-r3
- EGIT_REPO_URI="https://github.com/01org/libyami"
-fi
-
-inherit ${SCM} autotools multilib-minimal
-
-DESCRIPTION="Yet Another Media Infrastructure: Media codec with hardware acceleration"
-HOMEPAGE="https://github.com/01org/libyami"
-
-if [ "${PV#9999}" != "${PV}" ] ; then
- KEYWORDS=""
- SRC_URI=""
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
- S="${WORKDIR}/${PN}-${P}"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="+capi debug dmabuf doc ffmpeg gles +glx libav md5 tools v4l X"
-
-RDEPEND="
- >=x11-libs/libva-1.6[drm,X?,${MULTILIB_USEDEP}]
- v4l? (
- glx? (
- >=x11-libs/libva-1.6[X,${MULTILIB_USEDEP}]
- >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
- >=virtual/opengl-7[${MULTILIB_USEDEP}]
- )
- !glx? ( >=media-libs/mesa-10[egl,${MULTILIB_USEDEP}] )
- >=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
- )
- X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
- ffmpeg? (
- !libav? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] )
- libav? ( media-video/libav:=[${MULTILIB_USEDEP}] )
- )
- md5? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
- dmabuf? ( x11-libs/libdrm[${MULTILIB_USEDEP}] )
- tools? (
- gles? ( >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}] )
- v4l? ( !glx? ( >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}] ) )
- )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
- eautoreconf
-}
-
-multilib_src_configure() {
- ECONF_SOURCE="${S}" econf \
- $(use_enable debug) \
- $(multilib_native_use_enable tools tests) \
- $(use gles && multilib_native_use_enable tools tests-gles) \
- $(use_enable v4l v4l2) \
- $(usex v4l $(use_enable glx v4l2-glx) "--disable-v4l2-glx") \
- $(use_enable capi) \
- $(use_enable X x11) \
- $(use_enable dmabuf) \
- $(use_enable ffmpeg avformat) \
- $(use_enable md5) \
- $(multilib_native_use_enable doc docs) \
- --enable-vp8dec \
- --enable-vp9dec \
- --enable-jpegdec \
- --enable-h264dec \
- --disable-h265dec \
- --enable-h264enc \
- --enable-jpegenc \
- --enable-vp8enc \
- --enable-h265enc
-
- # h265 decoder doesnt build here with gcc 5.2
-}
-
-multilib_src_compile() {
- emake
- multilib_is_native_abi && use doc && emake -C doc
-}
-
-multilib_src_install() {
- emake DESTDIR="${D}" install
- multilib_is_native_abi && use doc && dohtml -r doc/html/*
-}
-
-src_install() {
- multilib-minimal_src_install
- find "${ED}" -name '*.la' -delete
-}
diff --git a/media-libs/libyami/libyami-0.4.0.ebuild b/media-libs/libyami/libyami-0.4.0.ebuild
deleted file mode 100644
index ad51770..00000000
--- a/media-libs/libyami/libyami-0.4.0.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
- SCM=git-r3
- EGIT_REPO_URI="https://github.com/01org/libyami"
-fi
-
-inherit ${SCM} autotools multilib-minimal
-
-DESCRIPTION="Yet Another Media Infrastructure: Media codec with hardware acceleration"
-HOMEPAGE="https://github.com/01org/libyami"
-
-if [ "${PV#9999}" != "${PV}" ] ; then
- KEYWORDS=""
- SRC_URI=""
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
- S="${WORKDIR}/${PN}-${P}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+capi debug dmabuf doc md5 v4l X test"
-
-RDEPEND="
- >=x11-libs/libva-1.7[drm,X?,${MULTILIB_USEDEP}]
- v4l? (
- >=virtual/opengl-7[${MULTILIB_USEDEP}]
- >=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
- >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}]
- )
- X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
- md5? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
- dmabuf? ( x11-libs/libdrm[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
- test? ( >=dev-cpp/gtest-1.7 )
-"
-
-src_prepare() {
- eautoreconf
-}
-
-multilib_src_configure() {
- ECONF_SOURCE="${S}" econf \
- $(use_enable debug) \
- $(use_enable v4l v4l2) \
- $(use_enable v4l v4l2-ops) \
- $(use_enable capi) \
- $(use_enable X x11) \
- $(use_enable dmabuf) \
- $(use_enable md5) \
- $(use_enable test gtest) \
- $(multilib_native_use_enable doc docs) \
- --enable-h265dec \
- --enable-vc1dec \
- --enable-h264dec \
- --enable-jpegdec \
- --enable-mpeg2dec \
- --enable-vp8dec \
- --enable-vp9dec \
- --enable-h265enc \
- --enable-h264enc \
- --enable-jpegenc \
- --enable-vp8enc
-}
-
-multilib_src_compile() {
- emake
- multilib_is_native_abi && use doc && emake -C doc
-}
-
-multilib_src_install() {
- emake DESTDIR="${D}" install
- multilib_is_native_abi && use doc && dohtml -r doc/html/*
-}
-
-src_install() {
- multilib-minimal_src_install
- find "${ED}" -name '*.la' -delete
-}
diff --git a/media-libs/libyami/libyami-1.0.0.ebuild b/media-libs/libyami/libyami-1.0.0.ebuild
deleted file mode 100644
index 10af6ad..00000000
--- a/media-libs/libyami/libyami-1.0.0.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
- SCM=git-r3
- EGIT_REPO_URI="https://github.com/01org/libyami"
-fi
-
-inherit ${SCM} autotools multilib-minimal flag-o-matic
-
-DESCRIPTION="Yet Another Media Infrastructure: Media codec with hardware acceleration"
-HOMEPAGE="https://github.com/01org/libyami"
-
-if [ "${PV#9999}" != "${PV}" ] ; then
- KEYWORDS=""
- SRC_URI=""
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
- S="${WORKDIR}/${PN}-${P}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="debug dmabuf doc md5 v4l X test wayland"
-
-RDEPEND="
- >=x11-libs/libva-1.7.2[drm,X?,wayland?,${MULTILIB_USEDEP}]
- v4l? (
- >=virtual/opengl-7[${MULTILIB_USEDEP}]
- >=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
- >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}]
- )
- X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
- md5? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
- dmabuf? ( x11-libs/libdrm[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
- test? ( >=dev-cpp/gtest-1.7 )
-"
-
-src_prepare() {
- eautoreconf
-}
-
-multilib_src_configure() {
- append-cppflags -I"${S}/"
- ECONF_SOURCE="${S}" econf \
- $(use_enable debug) \
- $(use_enable v4l v4l2) \
- $(use_enable v4l v4l2-ops) \
- $(use_enable X x11) \
- $(use_enable dmabuf) \
- $(use_enable md5) \
- $(use_enable wayland) \
- $(use_enable test gtest) \
- $(multilib_native_use_enable doc docs) \
- --enable-h265dec \
- --enable-vc1dec \
- --enable-h264dec \
- --enable-jpegdec \
- --enable-mpeg2dec \
- --enable-vp8dec \
- --enable-vp9dec \
- --enable-h265enc \
- --enable-h264enc \
- --enable-jpegenc \
- --enable-vp8enc \
- --enable-vp9enc
-}
-
-multilib_src_compile() {
- emake
- multilib_is_native_abi && use doc && emake -C doc
-}
-
-multilib_src_install() {
- emake DESTDIR="${D}" install
- multilib_is_native_abi && use doc && dohtml -r doc/html/*
-}
-
-src_install() {
- multilib-minimal_src_install
- find "${ED}" -name '*.la' -delete
-}
diff --git a/media-libs/libyami/metadata.xml b/media-libs/libyami/metadata.xml
index 2d0820f..75d5444 100644
--- a/media-libs/libyami/metadata.xml
+++ b/media-libs/libyami/metadata.xml
@@ -6,12 +6,8 @@
</maintainer>
<use>
<flag name="v4l">Add support for V4L2 hardware codecs.</flag>
- <flag name="glx">Add support for OpenGL/GLX instead of EGL.</flag>
- <flag name="gles">Add suppport for GLES.</flag>
- <flag name="capi">Add a C API interface, in addition to the C++.</flag>
<flag name="md5">Add support for generating md5 sums for each frame.</flag>
<flag name="dmabuf">Enable dma_buf buffer sharing.</flag>
- <flag name="tools">Build and install command line tools. Useful for testing.</flag>
</use>
<upstream>
<remote-id type="github">01org/libyami</remote-id>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libyami/
@ 2016-11-15 9:09 Alexis Ballier
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2016-11-15 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 644e95a9ce923c02f2a7fd7538b861e16460d0b1
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 09:03:47 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 09:03:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644e95a9
media-libs/libyami: bump to 1.0.1
Package-Manager: portage-2.3.2
media-libs/libyami/Manifest | 1 +
media-libs/libyami/libyami-1.0.1.ebuild | 91 +++++++++++++++++++++++++++++++++
2 files changed, 92 insertions(+)
diff --git a/media-libs/libyami/Manifest b/media-libs/libyami/Manifest
index 59c5657..ef75c19 100644
--- a/media-libs/libyami/Manifest
+++ b/media-libs/libyami/Manifest
@@ -2,3 +2,4 @@ DIST libyami-0.3.0.tar.gz 484586 SHA256 67064558999d63185025a6d63d08458375003bb8
DIST libyami-0.3.1.tar.gz 492223 SHA256 7ab680138a1d34eb306bc941198f0715631bc8e5b0ee5717b3171f6672ca3bcb SHA512 eb58a6925de8379e40b2482780340becdb8c9295041bba11bf439cc2ff19c25f10ce4b1fc2b6c421342855946ddd471745bdfb364a227499658867911325b375 WHIRLPOOL ce44614aa04127c828761319dd96ee35956daea9cf7577e7631083e10db744c76596da7135f8f6c16952639c601ee065afe8c0097bf6d23829dc9893c4aa414f
DIST libyami-0.4.0.tar.gz 445389 SHA256 b4a139fac81b6644828e8c9c377fe251128d2b4440ffd656f973c0bee14a2821 SHA512 b3c5394f1980e799717cfcb44d95dc93da10d6acb94eed106bc251ca3162194a55cedb111ac7023257b77c868807e9546df461c061ab3e1b02e3f2bbd30d3687 WHIRLPOOL 1a01901dd67d49bd26a74a00684e807e162986c9674a647e96ba5e1b573a25fca78835e377b83e348d275882c69611ce1008d01a74276468f5d475d369ba23e0
DIST libyami-1.0.0.tar.gz 477186 SHA256 ef83e0d279b387e8475cdd5898a9a00132fabaadd4a5b6224f707a31cd159af5 SHA512 14d79991e66a83481eb2cdcc8c82e21e1d87ca90e2ae103590f3d9d68aa6d9b761034107dda34c7d20637a94e14acb40fecaf50caab22fe85f1de01fae904f88 WHIRLPOOL ead37c22a203f94f8071b0b6e70052391ed0ec4c4fb1206f7864bef062fafeda7443dfa10f94da4c3c4598800ef75d2f3bcf2bbc508eb94c1fae39c576b2c78e
+DIST libyami-1.0.1.tar.gz 480656 SHA256 1051d3e3366a933c4fbfb883b3900e81a8c0e4e1cd4d5a08b9c7d4e1bf7cec34 SHA512 01c0716011682ff8b5e6d2c58479aa574bc2cfb5ffe932952e430302aff090d56e0efa4f784f9cdd36d94800c8454802e4500096b3bea162d04ee6253a134c81 WHIRLPOOL 93ca1ca5a2cea7160398e4df24a829ecd09847f2d65a3fe1d30c608490f671c15c936b359dfa92b3560c9b3652bb3b547ed0e4b2120bea902e1e48e3f6c1fb33
diff --git a/media-libs/libyami/libyami-1.0.1.ebuild b/media-libs/libyami/libyami-1.0.1.ebuild
new file mode 100644
index 00000000..10af6ad
--- /dev/null
+++ b/media-libs/libyami/libyami-1.0.1.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+SCM=""
+if [ "${PV#9999}" != "${PV}" ] ; then
+ SCM=git-r3
+ EGIT_REPO_URI="https://github.com/01org/libyami"
+fi
+
+inherit ${SCM} autotools multilib-minimal flag-o-matic
+
+DESCRIPTION="Yet Another Media Infrastructure: Media codec with hardware acceleration"
+HOMEPAGE="https://github.com/01org/libyami"
+
+if [ "${PV#9999}" != "${PV}" ] ; then
+ KEYWORDS=""
+ SRC_URI=""
+else
+ KEYWORDS="~amd64"
+ SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
+ S="${WORKDIR}/${PN}-${P}"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="debug dmabuf doc md5 v4l X test wayland"
+
+RDEPEND="
+ >=x11-libs/libva-1.7.2[drm,X?,wayland?,${MULTILIB_USEDEP}]
+ v4l? (
+ >=virtual/opengl-7[${MULTILIB_USEDEP}]
+ >=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
+ >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}]
+ )
+ X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
+ md5? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
+ dmabuf? ( x11-libs/libdrm[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ doc? ( app-doc/doxygen )
+ test? ( >=dev-cpp/gtest-1.7 )
+"
+
+src_prepare() {
+ eautoreconf
+}
+
+multilib_src_configure() {
+ append-cppflags -I"${S}/"
+ ECONF_SOURCE="${S}" econf \
+ $(use_enable debug) \
+ $(use_enable v4l v4l2) \
+ $(use_enable v4l v4l2-ops) \
+ $(use_enable X x11) \
+ $(use_enable dmabuf) \
+ $(use_enable md5) \
+ $(use_enable wayland) \
+ $(use_enable test gtest) \
+ $(multilib_native_use_enable doc docs) \
+ --enable-h265dec \
+ --enable-vc1dec \
+ --enable-h264dec \
+ --enable-jpegdec \
+ --enable-mpeg2dec \
+ --enable-vp8dec \
+ --enable-vp9dec \
+ --enable-h265enc \
+ --enable-h264enc \
+ --enable-jpegenc \
+ --enable-vp8enc \
+ --enable-vp9enc
+}
+
+multilib_src_compile() {
+ emake
+ multilib_is_native_abi && use doc && emake -C doc
+}
+
+multilib_src_install() {
+ emake DESTDIR="${D}" install
+ multilib_is_native_abi && use doc && dohtml -r doc/html/*
+}
+
+src_install() {
+ multilib-minimal_src_install
+ find "${ED}" -name '*.la' -delete
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libyami/
@ 2016-06-09 9:25 Alexis Ballier
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2016-06-09 9:25 UTC (permalink / raw
To: gentoo-commits
commit: 3dc7547dfa9e9609c2904698c4867c3bb8885b4b
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 9 09:25:16 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 09:25:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc7547d
media-libs/libyami: bump to 0.4.0 and update live ebuild
Package-Manager: portage-2.3.0_rc1
media-libs/libyami/Manifest | 1 +
.../{libyami-9999.ebuild => libyami-0.4.0.ebuild} | 45 ++++++++--------------
media-libs/libyami/libyami-9999.ebuild | 45 ++++++++--------------
3 files changed, 33 insertions(+), 58 deletions(-)
diff --git a/media-libs/libyami/Manifest b/media-libs/libyami/Manifest
index 03208c8..2d13179 100644
--- a/media-libs/libyami/Manifest
+++ b/media-libs/libyami/Manifest
@@ -1,2 +1,3 @@
DIST libyami-0.3.0.tar.gz 484586 SHA256 67064558999d63185025a6d63d08458375003bb86369abca50aca97fd2c63acb SHA512 691cbe90840d8cb30da958bb6621434c9962ae6cbfc75b016454570c303a01e7a465baa8622368cf1ef1c670dbc861fb1d49e0c414d684feae04ea742e8e0599 WHIRLPOOL d842f1ce57d40894b80f868934d687603014b6460bdbd274b64893d8f290f8a6a779239f931beb759a7fb8e5ed1649b90fb545391c1d9c8395bb05f6600218d2
DIST libyami-0.3.1.tar.gz 492223 SHA256 7ab680138a1d34eb306bc941198f0715631bc8e5b0ee5717b3171f6672ca3bcb SHA512 eb58a6925de8379e40b2482780340becdb8c9295041bba11bf439cc2ff19c25f10ce4b1fc2b6c421342855946ddd471745bdfb364a227499658867911325b375 WHIRLPOOL ce44614aa04127c828761319dd96ee35956daea9cf7577e7631083e10db744c76596da7135f8f6c16952639c601ee065afe8c0097bf6d23829dc9893c4aa414f
+DIST libyami-0.4.0.tar.gz 445389 SHA256 b4a139fac81b6644828e8c9c377fe251128d2b4440ffd656f973c0bee14a2821 SHA512 b3c5394f1980e799717cfcb44d95dc93da10d6acb94eed106bc251ca3162194a55cedb111ac7023257b77c868807e9546df461c061ab3e1b02e3f2bbd30d3687 WHIRLPOOL 1a01901dd67d49bd26a74a00684e807e162986c9674a647e96ba5e1b573a25fca78835e377b83e348d275882c69611ce1008d01a74276468f5d475d369ba23e0
diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-0.4.0.ebuild
similarity index 61%
copy from media-libs/libyami/libyami-9999.ebuild
copy to media-libs/libyami/libyami-0.4.0.ebuild
index 3951d2f..ad51770 100644
--- a/media-libs/libyami/libyami-9999.ebuild
+++ b/media-libs/libyami/libyami-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -24,36 +24,25 @@ else
S="${WORKDIR}/${PN}-${P}"
fi
-LICENSE="LGPL-2.1"
+LICENSE="Apache-2.0"
SLOT="0"
-IUSE="+capi debug dmabuf doc ffmpeg gles +glx libav md5 tools v4l X"
+IUSE="+capi debug dmabuf doc md5 v4l X test"
RDEPEND="
- >=x11-libs/libva-1.6[drm,X?,${MULTILIB_USEDEP}]
+ >=x11-libs/libva-1.7[drm,X?,${MULTILIB_USEDEP}]
v4l? (
- glx? (
- >=x11-libs/libva-1.6[X,${MULTILIB_USEDEP}]
- >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
- >=virtual/opengl-7[${MULTILIB_USEDEP}]
- )
- !glx? ( >=media-libs/mesa-10[egl,${MULTILIB_USEDEP}] )
+ >=virtual/opengl-7[${MULTILIB_USEDEP}]
>=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
+ >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}]
)
X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
- ffmpeg? (
- !libav? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] )
- libav? ( media-video/libav:=[${MULTILIB_USEDEP}] )
- )
md5? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
dmabuf? ( x11-libs/libdrm[${MULTILIB_USEDEP}] )
- tools? (
- gles? ( >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}] )
- v4l? ( !glx? ( >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}] ) )
- )
"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )
+ test? ( >=dev-cpp/gtest-1.7 )
"
src_prepare() {
@@ -63,27 +52,25 @@ src_prepare() {
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
$(use_enable debug) \
- $(multilib_native_use_enable tools tests) \
- $(use gles && multilib_native_use_enable tools tests-gles) \
$(use_enable v4l v4l2) \
- $(usex v4l $(use_enable glx v4l2-glx) "--disable-v4l2-glx") \
+ $(use_enable v4l v4l2-ops) \
$(use_enable capi) \
$(use_enable X x11) \
$(use_enable dmabuf) \
- $(use_enable ffmpeg avformat) \
$(use_enable md5) \
+ $(use_enable test gtest) \
$(multilib_native_use_enable doc docs) \
+ --enable-h265dec \
+ --enable-vc1dec \
+ --enable-h264dec \
+ --enable-jpegdec \
+ --enable-mpeg2dec \
--enable-vp8dec \
--enable-vp9dec \
- --enable-jpegdec \
- --enable-h264dec \
- --disable-h265dec \
+ --enable-h265enc \
--enable-h264enc \
--enable-jpegenc \
- --enable-vp8enc \
- --enable-h265enc
-
- # h265 decoder doesnt build here with gcc 5.2
+ --enable-vp8enc
}
multilib_src_compile() {
diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-9999.ebuild
index 3951d2f..ad51770 100644
--- a/media-libs/libyami/libyami-9999.ebuild
+++ b/media-libs/libyami/libyami-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -24,36 +24,25 @@ else
S="${WORKDIR}/${PN}-${P}"
fi
-LICENSE="LGPL-2.1"
+LICENSE="Apache-2.0"
SLOT="0"
-IUSE="+capi debug dmabuf doc ffmpeg gles +glx libav md5 tools v4l X"
+IUSE="+capi debug dmabuf doc md5 v4l X test"
RDEPEND="
- >=x11-libs/libva-1.6[drm,X?,${MULTILIB_USEDEP}]
+ >=x11-libs/libva-1.7[drm,X?,${MULTILIB_USEDEP}]
v4l? (
- glx? (
- >=x11-libs/libva-1.6[X,${MULTILIB_USEDEP}]
- >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
- >=virtual/opengl-7[${MULTILIB_USEDEP}]
- )
- !glx? ( >=media-libs/mesa-10[egl,${MULTILIB_USEDEP}] )
+ >=virtual/opengl-7[${MULTILIB_USEDEP}]
>=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
+ >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}]
)
X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
- ffmpeg? (
- !libav? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] )
- libav? ( media-video/libav:=[${MULTILIB_USEDEP}] )
- )
md5? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
dmabuf? ( x11-libs/libdrm[${MULTILIB_USEDEP}] )
- tools? (
- gles? ( >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}] )
- v4l? ( !glx? ( >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}] ) )
- )
"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )
+ test? ( >=dev-cpp/gtest-1.7 )
"
src_prepare() {
@@ -63,27 +52,25 @@ src_prepare() {
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
$(use_enable debug) \
- $(multilib_native_use_enable tools tests) \
- $(use gles && multilib_native_use_enable tools tests-gles) \
$(use_enable v4l v4l2) \
- $(usex v4l $(use_enable glx v4l2-glx) "--disable-v4l2-glx") \
+ $(use_enable v4l v4l2-ops) \
$(use_enable capi) \
$(use_enable X x11) \
$(use_enable dmabuf) \
- $(use_enable ffmpeg avformat) \
$(use_enable md5) \
+ $(use_enable test gtest) \
$(multilib_native_use_enable doc docs) \
+ --enable-h265dec \
+ --enable-vc1dec \
+ --enable-h264dec \
+ --enable-jpegdec \
+ --enable-mpeg2dec \
--enable-vp8dec \
--enable-vp9dec \
- --enable-jpegdec \
- --enable-h264dec \
- --disable-h265dec \
+ --enable-h265enc \
--enable-h264enc \
--enable-jpegenc \
- --enable-vp8enc \
- --enable-h265enc
-
- # h265 decoder doesnt build here with gcc 5.2
+ --enable-vp8enc
}
multilib_src_compile() {
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libyami/
@ 2015-12-29 13:16 Alexis Ballier
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2015-12-29 13:16 UTC (permalink / raw
To: gentoo-commits
commit: 8676ed83a71475247f285afc588efe0c483c7e80
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 13:15:47 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 13:15:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8676ed83
media-libs/libyami: bump to 0.3.1
Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
media-libs/libyami/Manifest | 1 +
media-libs/libyami/libyami-0.3.1.ebuild | 102 ++++++++++++++++++++++++++++++++
2 files changed, 103 insertions(+)
diff --git a/media-libs/libyami/Manifest b/media-libs/libyami/Manifest
index cdd7bb9..03208c8 100644
--- a/media-libs/libyami/Manifest
+++ b/media-libs/libyami/Manifest
@@ -1 +1,2 @@
DIST libyami-0.3.0.tar.gz 484586 SHA256 67064558999d63185025a6d63d08458375003bb86369abca50aca97fd2c63acb SHA512 691cbe90840d8cb30da958bb6621434c9962ae6cbfc75b016454570c303a01e7a465baa8622368cf1ef1c670dbc861fb1d49e0c414d684feae04ea742e8e0599 WHIRLPOOL d842f1ce57d40894b80f868934d687603014b6460bdbd274b64893d8f290f8a6a779239f931beb759a7fb8e5ed1649b90fb545391c1d9c8395bb05f6600218d2
+DIST libyami-0.3.1.tar.gz 492223 SHA256 7ab680138a1d34eb306bc941198f0715631bc8e5b0ee5717b3171f6672ca3bcb SHA512 eb58a6925de8379e40b2482780340becdb8c9295041bba11bf439cc2ff19c25f10ce4b1fc2b6c421342855946ddd471745bdfb364a227499658867911325b375 WHIRLPOOL ce44614aa04127c828761319dd96ee35956daea9cf7577e7631083e10db744c76596da7135f8f6c16952639c601ee065afe8c0097bf6d23829dc9893c4aa414f
diff --git a/media-libs/libyami/libyami-0.3.1.ebuild b/media-libs/libyami/libyami-0.3.1.ebuild
new file mode 100644
index 0000000..3951d2f
--- /dev/null
+++ b/media-libs/libyami/libyami-0.3.1.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+SCM=""
+if [ "${PV#9999}" != "${PV}" ] ; then
+ SCM=git-r3
+ EGIT_REPO_URI="https://github.com/01org/libyami"
+fi
+
+inherit ${SCM} autotools multilib-minimal
+
+DESCRIPTION="Yet Another Media Infrastructure: Media codec with hardware acceleration"
+HOMEPAGE="https://github.com/01org/libyami"
+
+if [ "${PV#9999}" != "${PV}" ] ; then
+ KEYWORDS=""
+ SRC_URI=""
+else
+ KEYWORDS="~amd64"
+ SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
+ S="${WORKDIR}/${PN}-${P}"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="+capi debug dmabuf doc ffmpeg gles +glx libav md5 tools v4l X"
+
+RDEPEND="
+ >=x11-libs/libva-1.6[drm,X?,${MULTILIB_USEDEP}]
+ v4l? (
+ glx? (
+ >=x11-libs/libva-1.6[X,${MULTILIB_USEDEP}]
+ >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ >=virtual/opengl-7[${MULTILIB_USEDEP}]
+ )
+ !glx? ( >=media-libs/mesa-10[egl,${MULTILIB_USEDEP}] )
+ >=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
+ )
+ X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
+ ffmpeg? (
+ !libav? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] )
+ libav? ( media-video/libav:=[${MULTILIB_USEDEP}] )
+ )
+ md5? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
+ dmabuf? ( x11-libs/libdrm[${MULTILIB_USEDEP}] )
+ tools? (
+ gles? ( >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}] )
+ v4l? ( !glx? ( >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}] ) )
+ )
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ doc? ( app-doc/doxygen )
+"
+
+src_prepare() {
+ eautoreconf
+}
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf \
+ $(use_enable debug) \
+ $(multilib_native_use_enable tools tests) \
+ $(use gles && multilib_native_use_enable tools tests-gles) \
+ $(use_enable v4l v4l2) \
+ $(usex v4l $(use_enable glx v4l2-glx) "--disable-v4l2-glx") \
+ $(use_enable capi) \
+ $(use_enable X x11) \
+ $(use_enable dmabuf) \
+ $(use_enable ffmpeg avformat) \
+ $(use_enable md5) \
+ $(multilib_native_use_enable doc docs) \
+ --enable-vp8dec \
+ --enable-vp9dec \
+ --enable-jpegdec \
+ --enable-h264dec \
+ --disable-h265dec \
+ --enable-h264enc \
+ --enable-jpegenc \
+ --enable-vp8enc \
+ --enable-h265enc
+
+ # h265 decoder doesnt build here with gcc 5.2
+}
+
+multilib_src_compile() {
+ emake
+ multilib_is_native_abi && use doc && emake -C doc
+}
+
+multilib_src_install() {
+ emake DESTDIR="${D}" install
+ multilib_is_native_abi && use doc && dohtml -r doc/html/*
+}
+
+src_install() {
+ multilib-minimal_src_install
+ find "${ED}" -name '*.la' -delete
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libyami/
@ 2015-10-15 11:26 Alexis Ballier
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2015-10-15 11:26 UTC (permalink / raw
To: gentoo-commits
commit: d7ee607c260dcfff2a61297d20a5405b1fa72161
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 10:43:52 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 11:25:34 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ee607c
media-libs/libyami: Initial import. Ebuild by me.
Package-Manager: portage-2.2.23
media-libs/libyami/Manifest | 1 +
media-libs/libyami/libyami-0.3.0.ebuild | 102 ++++++++++++++++++++++++++++++++
media-libs/libyami/libyami-9999.ebuild | 102 ++++++++++++++++++++++++++++++++
media-libs/libyami/metadata.xml | 17 ++++++
4 files changed, 222 insertions(+)
diff --git a/media-libs/libyami/Manifest b/media-libs/libyami/Manifest
new file mode 100644
index 0000000..cdd7bb9
--- /dev/null
+++ b/media-libs/libyami/Manifest
@@ -0,0 +1 @@
+DIST libyami-0.3.0.tar.gz 484586 SHA256 67064558999d63185025a6d63d08458375003bb86369abca50aca97fd2c63acb SHA512 691cbe90840d8cb30da958bb6621434c9962ae6cbfc75b016454570c303a01e7a465baa8622368cf1ef1c670dbc861fb1d49e0c414d684feae04ea742e8e0599 WHIRLPOOL d842f1ce57d40894b80f868934d687603014b6460bdbd274b64893d8f290f8a6a779239f931beb759a7fb8e5ed1649b90fb545391c1d9c8395bb05f6600218d2
diff --git a/media-libs/libyami/libyami-0.3.0.ebuild b/media-libs/libyami/libyami-0.3.0.ebuild
new file mode 100644
index 0000000..3951d2f
--- /dev/null
+++ b/media-libs/libyami/libyami-0.3.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+SCM=""
+if [ "${PV#9999}" != "${PV}" ] ; then
+ SCM=git-r3
+ EGIT_REPO_URI="https://github.com/01org/libyami"
+fi
+
+inherit ${SCM} autotools multilib-minimal
+
+DESCRIPTION="Yet Another Media Infrastructure: Media codec with hardware acceleration"
+HOMEPAGE="https://github.com/01org/libyami"
+
+if [ "${PV#9999}" != "${PV}" ] ; then
+ KEYWORDS=""
+ SRC_URI=""
+else
+ KEYWORDS="~amd64"
+ SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
+ S="${WORKDIR}/${PN}-${P}"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="+capi debug dmabuf doc ffmpeg gles +glx libav md5 tools v4l X"
+
+RDEPEND="
+ >=x11-libs/libva-1.6[drm,X?,${MULTILIB_USEDEP}]
+ v4l? (
+ glx? (
+ >=x11-libs/libva-1.6[X,${MULTILIB_USEDEP}]
+ >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ >=virtual/opengl-7[${MULTILIB_USEDEP}]
+ )
+ !glx? ( >=media-libs/mesa-10[egl,${MULTILIB_USEDEP}] )
+ >=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
+ )
+ X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
+ ffmpeg? (
+ !libav? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] )
+ libav? ( media-video/libav:=[${MULTILIB_USEDEP}] )
+ )
+ md5? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
+ dmabuf? ( x11-libs/libdrm[${MULTILIB_USEDEP}] )
+ tools? (
+ gles? ( >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}] )
+ v4l? ( !glx? ( >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}] ) )
+ )
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ doc? ( app-doc/doxygen )
+"
+
+src_prepare() {
+ eautoreconf
+}
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf \
+ $(use_enable debug) \
+ $(multilib_native_use_enable tools tests) \
+ $(use gles && multilib_native_use_enable tools tests-gles) \
+ $(use_enable v4l v4l2) \
+ $(usex v4l $(use_enable glx v4l2-glx) "--disable-v4l2-glx") \
+ $(use_enable capi) \
+ $(use_enable X x11) \
+ $(use_enable dmabuf) \
+ $(use_enable ffmpeg avformat) \
+ $(use_enable md5) \
+ $(multilib_native_use_enable doc docs) \
+ --enable-vp8dec \
+ --enable-vp9dec \
+ --enable-jpegdec \
+ --enable-h264dec \
+ --disable-h265dec \
+ --enable-h264enc \
+ --enable-jpegenc \
+ --enable-vp8enc \
+ --enable-h265enc
+
+ # h265 decoder doesnt build here with gcc 5.2
+}
+
+multilib_src_compile() {
+ emake
+ multilib_is_native_abi && use doc && emake -C doc
+}
+
+multilib_src_install() {
+ emake DESTDIR="${D}" install
+ multilib_is_native_abi && use doc && dohtml -r doc/html/*
+}
+
+src_install() {
+ multilib-minimal_src_install
+ find "${ED}" -name '*.la' -delete
+}
diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-9999.ebuild
new file mode 100644
index 0000000..3951d2f
--- /dev/null
+++ b/media-libs/libyami/libyami-9999.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+SCM=""
+if [ "${PV#9999}" != "${PV}" ] ; then
+ SCM=git-r3
+ EGIT_REPO_URI="https://github.com/01org/libyami"
+fi
+
+inherit ${SCM} autotools multilib-minimal
+
+DESCRIPTION="Yet Another Media Infrastructure: Media codec with hardware acceleration"
+HOMEPAGE="https://github.com/01org/libyami"
+
+if [ "${PV#9999}" != "${PV}" ] ; then
+ KEYWORDS=""
+ SRC_URI=""
+else
+ KEYWORDS="~amd64"
+ SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
+ S="${WORKDIR}/${PN}-${P}"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="+capi debug dmabuf doc ffmpeg gles +glx libav md5 tools v4l X"
+
+RDEPEND="
+ >=x11-libs/libva-1.6[drm,X?,${MULTILIB_USEDEP}]
+ v4l? (
+ glx? (
+ >=x11-libs/libva-1.6[X,${MULTILIB_USEDEP}]
+ >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ >=virtual/opengl-7[${MULTILIB_USEDEP}]
+ )
+ !glx? ( >=media-libs/mesa-10[egl,${MULTILIB_USEDEP}] )
+ >=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
+ )
+ X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
+ ffmpeg? (
+ !libav? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] )
+ libav? ( media-video/libav:=[${MULTILIB_USEDEP}] )
+ )
+ md5? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
+ dmabuf? ( x11-libs/libdrm[${MULTILIB_USEDEP}] )
+ tools? (
+ gles? ( >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}] )
+ v4l? ( !glx? ( >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}] ) )
+ )
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ doc? ( app-doc/doxygen )
+"
+
+src_prepare() {
+ eautoreconf
+}
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf \
+ $(use_enable debug) \
+ $(multilib_native_use_enable tools tests) \
+ $(use gles && multilib_native_use_enable tools tests-gles) \
+ $(use_enable v4l v4l2) \
+ $(usex v4l $(use_enable glx v4l2-glx) "--disable-v4l2-glx") \
+ $(use_enable capi) \
+ $(use_enable X x11) \
+ $(use_enable dmabuf) \
+ $(use_enable ffmpeg avformat) \
+ $(use_enable md5) \
+ $(multilib_native_use_enable doc docs) \
+ --enable-vp8dec \
+ --enable-vp9dec \
+ --enable-jpegdec \
+ --enable-h264dec \
+ --disable-h265dec \
+ --enable-h264enc \
+ --enable-jpegenc \
+ --enable-vp8enc \
+ --enable-h265enc
+
+ # h265 decoder doesnt build here with gcc 5.2
+}
+
+multilib_src_compile() {
+ emake
+ multilib_is_native_abi && use doc && emake -C doc
+}
+
+multilib_src_install() {
+ emake DESTDIR="${D}" install
+ multilib_is_native_abi && use doc && dohtml -r doc/html/*
+}
+
+src_install() {
+ multilib-minimal_src_install
+ find "${ED}" -name '*.la' -delete
+}
diff --git a/media-libs/libyami/metadata.xml b/media-libs/libyami/metadata.xml
new file mode 100644
index 0000000..7e7aee6
--- /dev/null
+++ b/media-libs/libyami/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>video</herd>
+ <maintainer>
+ <email>media-video@gentoo.org</email>
+ </maintainer>
+ <use>
+ <flag name="v4l">Add support for V4L2 hardware codecs.</flag>
+ <flag name="glx">Add support for OpenGL/GLX instead of EGL.</flag>
+ <flag name="gles">Add suppport for GLES.</flag>
+ <flag name="capi">Add a C API interface, in addition to the C++.</flag>
+ <flag name="md5">Add support for generating md5 sums for each frame.</flag>
+ <flag name="dmabuf">Enable dma_buf buffer sharing.</flag>
+ <flag name="tools">Build and install command line tools. Useful for testing.</flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2020-09-24 1:06 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-31 9:10 [gentoo-commits] repo/gentoo:master commit in: media-libs/libyami/ Alexis Ballier
-- strict thread matches above, loose matches on Subject: below --
2020-09-24 1:06 Aaron Bauman
2017-12-26 14:40 Alexis Ballier
2017-06-25 20:28 Alexis Ballier
2017-01-22 8:44 Alexis Ballier
2017-01-22 8:44 Alexis Ballier
2016-11-15 9:09 Alexis Ballier
2016-06-09 9:25 Alexis Ballier
2015-12-29 13:16 Alexis Ballier
2015-10-15 11:26 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox