re-applied changes to app-forensics/libodraw

This commit is contained in:
Volker Wegert 2022-11-20 23:08:42 +01:00
parent 99e2331873
commit b486616740
No known key found for this signature in database
GPG key ID: 1BCEC13D2F171EC4
4 changed files with 116 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST libodraw-alpha-20190118.tar.gz 1375806 BLAKE2B 17757b6f216b898ed6d45fd50133357948b2a415132df5bee5aa3d68f69338b51e03f03e6e3ad3ad73636d1ed03dc3d198be5721383c93a0694874a00b2dba48 SHA512 db7e44867d75c8742bbc1655d6c7cdfbf27542bff2bcca32bb2bebaedaa6f98488fd9fe2f20d4d652a6f39c9aff8cc4805dbbb07661e1c90a913396a9d39e708
DIST libodraw-alpha-20201003.tar.gz 1433018 BLAKE2B d59782b5b640b98dcc74af84aac58372da688e336e2569764993f8c9af48a28322effdf45a399dbfa294edcff56f0ace32e0620ac75254fe3b1fb7ca5211797e SHA512 75a33e215f3fded78743d863c79a5aaffd0f4074f2bebca5fceedae324745ceb92c1d38beecd2f20be5f304b2f8fe901ae22e9a9fb6cc868e09c983d13d636d7

View file

@ -0,0 +1,53 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Library and tools to access to optical disc (split) RAW image files"
HOMEPAGE="https://github.com/libyal/libodraw"
SRC_URI="https://github.com/libyal/libodraw/releases/download/${PV}/${PN}-alpha-${PV}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="nls unicode +threads debug"
DEPEND="
nls? (
virtual/libiconv
virtual/libintl
)
app-forensics/libbfio[nls=,unicode=,threads=]
dev-libs/libcdata[nls=]
dev-libs/libcerror[nls=]
dev-libs/libcfile[nls=,unicode=]
dev-libs/libclocale[nls=,unicode=]
dev-libs/libcnotify[nls=]
dev-libs/libcpath[nls=,unicode=]
dev-libs/libcsplit[nls=,unicode=]
dev-libs/libcthreads[nls=]
dev-libs/libhmac[nls=,unicode=,threads=]
dev-libs/libuna[nls=,unicode=]
"
RDEPEND="
${DEPEND}
"
src_prepare() {
eautoreconf
eapply_user
}
src_configure() {
econf \
$(use_enable nls) \
$(use_with nls libiconv-prefix) \
$(use_with nls libintl-prefix) \
$(use_enable unicode wide-character-type) \
$(use_enable debug verbose-output ) \
$(use_enable debug debug-output ) \
$(use_enable threads multi-threading-support) \
}

View file

@ -0,0 +1,53 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Library and tools to access to optical disc (split) RAW image files"
HOMEPAGE="https://github.com/libyal/libodraw"
SRC_URI="https://github.com/libyal/libodraw/releases/download/${PV}/${PN}-alpha-${PV}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="nls unicode +threads debug"
DEPEND="
nls? (
virtual/libiconv
virtual/libintl
)
app-forensics/libbfio[nls=,unicode=,threads=]
dev-libs/libcdata[nls=]
dev-libs/libcerror[nls=]
dev-libs/libcfile[nls=,unicode=]
dev-libs/libclocale[nls=,unicode=]
dev-libs/libcnotify[nls=]
dev-libs/libcpath[nls=,unicode=]
dev-libs/libcsplit[nls=,unicode=]
dev-libs/libcthreads[nls=]
dev-libs/libhmac[nls=,unicode=,threads=]
dev-libs/libuna[nls=,unicode=]
"
RDEPEND="
${DEPEND}
"
src_prepare() {
eautoreconf
eapply_user
}
src_configure() {
econf \
$(use_enable nls) \
$(use_with nls libiconv-prefix) \
$(use_with nls libintl-prefix) \
$(use_enable unicode wide-character-type) \
$(use_enable debug verbose-output ) \
$(use_enable debug debug-output ) \
$(use_enable threads multi-threading-support) \
}

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
</pkgmetadata>