diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-08 20:29:24 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-08 21:08:14 +0200 |
commit | 9e2378e12b47f49554313f07263a266827d5d9cd (patch) | |
tree | df94d2a59fd5b8747dae81b97cb6a4b1aff8afbb /media-libs/libcdr | |
parent | app-text/libwpd: 0.10.2 version bump (diff) | |
download | gentoo-9e2378e12b47f49554313f07263a266827d5d9cd.tar.gz gentoo-9e2378e12b47f49554313f07263a266827d5d9cd.tar.bz2 gentoo-9e2378e12b47f49554313f07263a266827d5d9cd.zip |
media-libs/libcdr: 0.1.4 version bump
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'media-libs/libcdr')
-rw-r--r-- | media-libs/libcdr/Manifest | 1 | ||||
-rw-r--r-- | media-libs/libcdr/libcdr-0.1.4.ebuild | 50 | ||||
-rw-r--r-- | media-libs/libcdr/libcdr-9999.ebuild | 2 |
3 files changed, 52 insertions, 1 deletions
diff --git a/media-libs/libcdr/Manifest b/media-libs/libcdr/Manifest index 1325555971df..07f956e3f1ba 100644 --- a/media-libs/libcdr/Manifest +++ b/media-libs/libcdr/Manifest @@ -1 +1,2 @@ DIST libcdr-0.1.3.tar.xz 596772 SHA256 66e28e502abef7f6f494ce03de037d532f5e7888cfdee62c01203c8325b33f22 SHA512 9811efb13f7dd72c69a98e81b44a261e913ffe87200486c8e07200d75790004d4fdf30e29f779b0ddd2ad09e3d1e8813ef501e9448c1789f89256f71bdb5fadd WHIRLPOOL 6772ac928a66f21c689f39a3abc762d043baf89d009d86ce79d68aa8b1354a4965a2f489bf8bd754c4a76bee3ac3695658ee4ec14ed7cf19986e48c22b0e4f97 +DIST libcdr-0.1.4.tar.xz 609592 SHA256 e7a7e8b00a3df5798110024d7061fe9d1c3330277d2e4fa9213294f966a4a66d SHA512 769b0319b5a904ce9f727b7076f82cd915ecd8c9e5e2456416e3e6739c6403bbd4108787ab124d36efb1b47d5c9e37c48b0e12d096eb440ae8f9979ec06048a6 WHIRLPOOL 30dd5538e2b1d5e4749c838902e04b5f59cd5a5376468209307850ab5bb2807822d8b6aeab44e3559227bdc5011b7ecba5a150c255f57c63e3cacfe577a04f7f diff --git a/media-libs/libcdr/libcdr-0.1.4.ebuild b/media-libs/libcdr/libcdr-0.1.4.ebuild new file mode 100644 index 000000000000..a7f1ed801fda --- /dev/null +++ b/media-libs/libcdr/libcdr-0.1.4.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git" +[[ ${PV} == 9999 ]] && inherit autotools git-r3 + +DESCRIPTION="Library parsing the Corel cdr documents" +HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr" +[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz" + +LICENSE="MPL-2.0" +SLOT="0" +[[ ${PV} == 9999 ]] || \ +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +IUSE="doc static-libs test" + +RDEPEND=" + dev-libs/icu:= + dev-libs/librevenge + media-libs/lcms:2 + sys-libs/zlib +" +DEPEND="${RDEPEND} + dev-libs/boost + sys-devel/libtool + virtual/pkgconfig + doc? ( app-doc/doxygen ) + test? ( dev-util/cppunit ) +" + +src_prepare() { + default + [[ -d m4 ]] || mkdir "m4" + [[ ${PV} == 9999 ]] && eautoreconf +} + +src_configure() { + econf \ + --disable-werror \ + $(use_with doc docs) \ + $(use_enable static-libs static) \ + $(use_enable test tests) +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} diff --git a/media-libs/libcdr/libcdr-9999.ebuild b/media-libs/libcdr/libcdr-9999.ebuild index ef4b7f810ec2..a7f1ed801fda 100644 --- a/media-libs/libcdr/libcdr-9999.ebuild +++ b/media-libs/libcdr/libcdr-9999.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr" LICENSE="MPL-2.0" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" IUSE="doc static-libs test" RDEPEND=" |