app-text/wv2 - 0.4.2 (gentoo)

Search

Install

Install this version:

emerge -a =app-text/wv2-0.4.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-text/wv2-0.4.2

Or alternatively:

emerge --autounmask-write -a =app-text/wv2-0.4.2

Package Information

Description:
Excellent MS Word filter lib, used in most Office suites
Homepage:
https://wvware.sourceforge.net
License:
LGPL-2

Ebuild Details

Version EAPI Keywords Slot
0.4.2 8 ~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake flag-o-matic

DESCRIPTION="Excellent MS Word filter lib, used in most Office suites"
HOMEPAGE="https://wvware.sourceforge.net"
SRC_URI="https://downloads.sourceforge.net/wvware/${P}.tar.bz2"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="zlib"

RDEPEND="dev-libs/glib
	>=gnome-extra/libgsf-1.8:=
	virtual/libiconv
	zlib? ( virtual/zlib:= )"
DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}"/${P}-glib.patch
	"${FILESDIR}"/${P}-libgsf.patch
	"${FILESDIR}"/${P}-disable-libtool.patch
)

DOCS=( AUTHORS ChangeLog README RELEASE THANKS TODO )

src_configure() {
	# Due to ICU 59 requiring C++11 now
	append-cxxflags -std=c++11

	local mycmakeargs=(
		-DWITH_ZLIB=$(usex zlib)
	)

	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-text/wv2 | euse -E <flag> -p app-text/wv2 | euse -D <flag> -p app-text/wv2

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

dev-libs/glib
	>=gnome-extra/libgsf-1.8:=
	virtual/libiconv
	zlib? ( virtual/zlib:= )

RDEPEND

dev-libs/glib
	>=gnome-extra/libgsf-1.8:=
	virtual/libiconv
	zlib? ( virtual/zlib:= )

Manifest for 0.4.2

Type File Size Source URLs
DIST wv2-0.4.2.tar.bz2 452759 bytes https://downloads.sourceforge.net/wvware/wv2-0.4.2.tar.bz2