dlan 14/11/20 13:50:04
Added: libde265-9999.ebuild metadata.xml ChangeLog
libde265-0.9.ebuild
Log:
initial ebuild added by me, bug 528684
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0xAABEFD55)
Revision Changes Path
1.1 media-libs/libde265/libde265-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/libde265-9999.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/libde265-9999.ebuild?rev=1.1&content-type=text/plain
Index: libde265-9999.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libde265/libde265-9999.ebuild,v
1.1 2014/11/20 13:50:04 dlan Exp $
EAPI=5
AUTOTOOLS_IN_SOURCE_BUILD=1
AUTOTOOLS_AUTORECONF=1
inherit git-r3 autotools-multilib
DESCRIPTION="Open h.265 video codec implementation"
HOMEPAGE="https://github.com/strukturag/libde265"
EGIT_REPO_URI="git://github.com/strukturag/libde265.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE="debug qt4 qt5 static-libs sse tools"
DEPEND="
qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 )
qt5? ( dev-qt/qtgui:5 dev-qt/qtcore:5 dev-qt/qtwidgets:5 )
media-libs/libsdl
virtual/ffmpeg
"
RDEPEND="${DEPEND}"
REQUIRED_USE="tools? ( || ( qt4 qt5 ) )"
src_configure() {
local myeconfargs=(
$(use_enable sse)
$(use_enable static-libs static)
$(use_enable debug log-info)
$(use_enable debug log-debug)
$(use_enable debug log-trace)
$(use_enable tools dec265)
$(use_enable tools sherlock265)
--disable-silent-rules
--enable-log-error
)
autotools-multilib_src_configure "${myeconfargs[@]}"
}
1.1 media-libs/libde265/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>video</herd>
<maintainer>
<email>[email protected]</email>
<name>Yixun Lan</name>
</maintainer>
<maintainer>
<email>[email protected]</email>
</maintainer>
<longdescription lang="en">
</longdescription>
<use>
<flag name='tools'>Install addtional tools, require USE=qt4 or
qt5</flag>
</use>
</pkgmetadata>
1.1 media-libs/libde265/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for media-libs/libde265
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libde265/ChangeLog,v 1.1
2014/11/20 13:50:04 dlan Exp $
*libde265-9999 (20 Nov 2014)
*libde265-0.9 (20 Nov 2014)
20 Nov 2014; Yixun Lan <[email protected]> +libde265-0.9.ebuild,
+libde265-9999.ebuild, +metadata.xml:
initial ebuild added by me, bug 528684
1.1 media-libs/libde265/libde265-0.9.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/libde265-0.9.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/libde265-0.9.ebuild?rev=1.1&content-type=text/plain
Index: libde265-0.9.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libde265/libde265-0.9.ebuild,v
1.1 2014/11/20 13:50:04 dlan Exp $
EAPI=5
AUTOTOOLS_IN_SOURCE_BUILD=1
AUTOTOOLS_AUTORECONF=1
inherit autotools-multilib
DESCRIPTION="Open h.265 video codec implementation"
HOMEPAGE="https://github.com/strukturag/libde265"
SRC_URI="https://github.com/strukturag/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug qt4 qt5 static-libs sse tools"
DEPEND="
qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 )
qt5? ( dev-qt/qtgui:5 dev-qt/qtcore:5 dev-qt/qtwidgets:5 )
media-libs/libsdl
virtual/ffmpeg
"
RDEPEND="${DEPEND}"
REQUIRED_USE="tools? ( || ( qt4 qt5 ) )"
src_configure() {
local myeconfargs=(
$(use_enable sse)
$(use_enable static-libs static)
$(use_enable debug log-info)
$(use_enable debug log-debug)
$(use_enable debug log-trace)
$(use_enable tools dec265)
$(use_enable tools sherlock265)
--disable-silent-rules
--enable-log-error
)
autotools-multilib_src_configure "${myeconfargs[@]}"
}