mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
xfce-extra/tumbler: Bump to 0.2.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST tumbler-0.2.7.tar.bz2 564538 BLAKE2B 64fc31e70be584ab04134de4f98e0302f91be213481b451c5b1563c001e240091b0721132415e92f5f60f7b0cd10099d9fa3fdf0435d3fa9e7c496f6f9673d3d SHA512 d5121da67bc2b1bf115980b6c9ef9fcaf71cdf52976227dd360afa44ac477c305a774a29be876e4fd0874f71bae3682b28c2429864283dd14b9e9bd1790a9083
|
||||
DIST tumbler-0.2.8.tar.bz2 591099 BLAKE2B 50cb9a0e8859e2f092356fd25a3ca68400b615bfabacce18f98660d761ad1e6723e075d651e99b99a1ca5209b0f6aa769acc05ecedab6ddcef5a33622f690087 SHA512 cfb322fb960b4f4d25c6dc68db5087c46845592fd0af839269598dc22930f5d460aae5df7c852024de3733fad9b0e53a8906700cb4ba43ab60883a6104f3e7cb
|
||||
|
||||
57
xfce-extra/tumbler/tumbler-0.2.8.ebuild
Normal file
57
xfce-extra/tumbler/tumbler-0.2.8.ebuild
Normal file
@@ -0,0 +1,57 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="A thumbnail service for Thunar"
|
||||
HOMEPAGE="https://docs.xfce.org/xfce/thunar/start"
|
||||
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="curl ffmpeg gstreamer jpeg odf pdf raw"
|
||||
|
||||
COMMON_DEPEND=">=dev-libs/glib-2.42:2
|
||||
media-libs/freetype:2=
|
||||
media-libs/libpng:0=
|
||||
>=sys-apps/dbus-1.6
|
||||
>=x11-libs/gdk-pixbuf-2.14:2
|
||||
curl? ( >=net-misc/curl-7.25:= )
|
||||
ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.8:= )
|
||||
gstreamer? (
|
||||
media-libs/gstreamer:1.0
|
||||
media-libs/gst-plugins-base:1.0
|
||||
)
|
||||
jpeg? ( virtual/jpeg:0= )
|
||||
odf? ( >=gnome-extra/libgsf-1.14.20:= )
|
||||
pdf? ( >=app-text/poppler-0.12.4[cairo] )
|
||||
raw? ( >=media-libs/libopenraw-0.0.8:=[gtk] )"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
>=xfce-base/thunar-1.4
|
||||
gstreamer? ( media-plugins/gst-plugins-meta:1.0 )"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
dev-util/gtk-doc-am
|
||||
dev-util/intltool
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
local myconf=(
|
||||
$(use_enable curl cover-thumbnailer)
|
||||
$(use_enable jpeg jpeg-thumbnailer)
|
||||
$(use_enable ffmpeg ffmpeg-thumbnailer)
|
||||
$(use_enable gstreamer gstreamer-thumbnailer)
|
||||
$(use_enable odf odf-thumbnailer)
|
||||
$(use_enable pdf poppler-thumbnailer)
|
||||
$(use_enable raw raw-thumbnailer)
|
||||
)
|
||||
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user