* [gentoo-commits] gentoo-x86 commit in media-gfx/xsane: xsane-0.999.ebuild ChangeLog
@ 2013-09-12 20:28 Manuel Rueger (mrueg)
0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-09-12 20:28 UTC (permalink / raw
To: gentoo-commits
mrueg 13/09/12 20:28:41
Modified: ChangeLog
Added: xsane-0.999.ebuild
Log:
Version bump. Drop unused patch.
(Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.106 media-gfx/xsane/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?r1=1.105&r2=1.106
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog 6 Aug 2013 18:07:48 -0000 1.105
+++ ChangeLog 12 Sep 2013 20:28:41 -0000 1.106
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/xsane
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.105 2013/08/06 18:07:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.106 2013/09/12 20:28:41 mrueg Exp $
+
+*xsane-0.999 (12 Sep 2013)
+
+ 12 Sep 2013; Manuel Rüger <mrueg@gentoo.org> +xsane-0.999.ebuild,
+ -files/MissingCapsFlag.patch:
+ Version bump. Drop unused patch.
06 Aug 2013; Markus Meier <maekke@gentoo.org> xsane-0.998-r1.ebuild:
add ~arm, bug #473828
1.1 media-gfx/xsane/xsane-0.999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild?rev=1.1&content-type=text/plain
Index: xsane-0.999.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild,v 1.1 2013/09/12 20:28:41 mrueg Exp $
EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="graphical scanning frontend"
HOMEPAGE="http://www.xsane.org/"
SRC_URI="http://www.xsane.org/download/${P}.tar.gz
http://dev.gentoo.org/~dilfridge/distfiles/${PN}-0.998-patches-2.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="nls jpeg png tiff gimp lcms ocr"
RDEPEND="media-gfx/sane-backends
x11-libs/gtk+:2
x11-misc/xdg-utils
jpeg? ( virtual/jpeg )
png? ( media-libs/libpng )
tiff? ( media-libs/tiff )
gimp? ( media-gfx/gimp )
lcms? ( =media-libs/lcms-1* )"
PDEPEND="ocr? ( app-text/gocr )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
# Apply multiple fixes from different distributions
# Drop included patch and reuse patchset from prior version
rm "${WORKDIR}/${PN}-0.998-patches-2"/005-update-param-crash.patch || die
epatch "${WORKDIR}/${PN}-0.998-patches-2"/*.patch
# Fix compability with libpng15 wrt #377363
sed -i -e 's:png_ptr->jmpbuf:png_jmpbuf(png_ptr):' src/xsane-save.c || die
# Fix AR calling directly (bug #442606)
sed -i -e 's:ar r:$(AR) r:' lib/Makefile.in || die
tc-export AR
}
src_configure() {
local extraCPPflags
if use lcms; then
extraCPPflags="-I ${EPREFIX}/usr/include/lcms"
fi
CPPFLAGS="${CPPFLAGS} ${extraCPPflags}" econf --enable-gtk2 \
$(use_enable nls) \
$(use_enable jpeg) \
$(use_enable png) \
$(use_enable tiff) \
$(use_enable gimp) \
$(use_enable lcms)
}
src_install() {
emake DESTDIR="${D}" install
dodoc xsane.*
# link xsane so it is seen as a plugin in gimp
if use gimp; then
local plugindir
if [ -x "${EPREFIX}"/usr/bin/gimptool ]; then
plugindir="$(gimptool --gimpplugindir)/plug-ins"
elif [ -x "${EPREFIX}"/usr/bin/gimptool-2.0 ]; then
plugindir="$(gimptool-2.0 --gimpplugindir)/plug-ins"
else
die "Can't find GIMP plugin directory."
fi
dodir "${plugindir#${EPREFIX}}"
dosym /usr/bin/xsane "${plugindir#${EPREFIX}}"/xsane
fi
newicon src/xsane-48x48.png ${PN}.png
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/xsane: xsane-0.999.ebuild ChangeLog
@ 2013-12-08 10:46 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2013-12-08 10:46 UTC (permalink / raw
To: gentoo-commits
pacho 13/12/08 10:46:52
Modified: xsane-0.999.ebuild ChangeLog
Log:
x86 stable, bug #491476
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.3 media-gfx/xsane/xsane-0.999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild?r1=1.2&r2=1.3
Index: xsane-0.999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xsane-0.999.ebuild 19 Nov 2013 12:45:48 -0000 1.2
+++ xsane-0.999.ebuild 8 Dec 2013 10:46:52 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild,v 1.2 2013/11/19 12:45:48 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild,v 1.3 2013/12/08 10:46:52 pacho Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="nls jpeg png tiff gimp lcms ocr"
RDEPEND="media-gfx/sane-backends
1.108 media-gfx/xsane/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?r1=1.107&r2=1.108
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog 19 Nov 2013 12:45:48 -0000 1.107
+++ ChangeLog 8 Dec 2013 10:46:52 -0000 1.108
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/xsane
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.107 2013/11/19 12:45:48 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.108 2013/12/08 10:46:52 pacho Exp $
+
+ 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> xsane-0.999.ebuild:
+ x86 stable, bug #491476
19 Nov 2013; Chema Alonso <nimiux@gentoo.org> xsane-0.999.ebuild:
Stable for amd64 wrt bug #491476
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/xsane: xsane-0.999.ebuild ChangeLog
@ 2013-12-21 18:17 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-21 18:17 UTC (permalink / raw
To: gentoo-commits
ago 13/12/21 18:17:45
Modified: xsane-0.999.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #491476
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 media-gfx/xsane/xsane-0.999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild?r1=1.3&r2=1.4
Index: xsane-0.999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xsane-0.999.ebuild 8 Dec 2013 10:46:52 -0000 1.3
+++ xsane-0.999.ebuild 21 Dec 2013 18:17:44 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild,v 1.3 2013/12/08 10:46:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild,v 1.4 2013/12/21 18:17:44 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="nls jpeg png tiff gimp lcms ocr"
RDEPEND="media-gfx/sane-backends
1.109 media-gfx/xsane/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?r1=1.108&r2=1.109
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog 8 Dec 2013 10:46:52 -0000 1.108
+++ ChangeLog 21 Dec 2013 18:17:44 -0000 1.109
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/xsane
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.108 2013/12/08 10:46:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.109 2013/12/21 18:17:44 ago Exp $
+
+ 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> xsane-0.999.ebuild:
+ Stable for ppc, wrt bug #491476
08 Dec 2013; Pacho Ramos <pacho@gentoo.org> xsane-0.999.ebuild:
x86 stable, bug #491476
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/xsane: xsane-0.999.ebuild ChangeLog
@ 2013-12-23 16:00 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-23 16:00 UTC (permalink / raw
To: gentoo-commits
ago 13/12/23 16:00:47
Modified: xsane-0.999.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #491476
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 media-gfx/xsane/xsane-0.999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild?r1=1.5&r2=1.6
Index: xsane-0.999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xsane-0.999.ebuild 22 Dec 2013 13:22:37 -0000 1.5
+++ xsane-0.999.ebuild 23 Dec 2013 16:00:47 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild,v 1.5 2013/12/22 13:22:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild,v 1.6 2013/12/23 16:00:47 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="nls jpeg png tiff gimp lcms ocr"
RDEPEND="media-gfx/sane-backends
1.111 media-gfx/xsane/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?r1=1.110&r2=1.111
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog 22 Dec 2013 13:22:37 -0000 1.110
+++ ChangeLog 23 Dec 2013 16:00:47 -0000 1.111
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/xsane
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.110 2013/12/22 13:22:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.111 2013/12/23 16:00:47 ago Exp $
+
+ 23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> xsane-0.999.ebuild:
+ Stable for sparc, wrt bug #491476
22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> xsane-0.999.ebuild:
Stable for ppc64, wrt bug #491476
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/xsane: xsane-0.999.ebuild ChangeLog
@ 2014-01-18 19:55 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-18 19:55 UTC (permalink / raw
To: gentoo-commits
ago 14/01/18 19:55:53
Modified: xsane-0.999.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #491476
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 media-gfx/xsane/xsane-0.999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild?r1=1.6&r2=1.7
Index: xsane-0.999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xsane-0.999.ebuild 23 Dec 2013 16:00:47 -0000 1.6
+++ xsane-0.999.ebuild 18 Jan 2014 19:55:52 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild,v 1.6 2013/12/23 16:00:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild,v 1.7 2014/01/18 19:55:52 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="nls jpeg png tiff gimp lcms ocr"
RDEPEND="media-gfx/sane-backends
1.112 media-gfx/xsane/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?r1=1.111&r2=1.112
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog 23 Dec 2013 16:00:47 -0000 1.111
+++ ChangeLog 18 Jan 2014 19:55:52 -0000 1.112
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/xsane
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.111 2013/12/23 16:00:47 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.112 2014/01/18 19:55:52 ago Exp $
+
+ 18 Jan 2014; Agostino Sarubbo <ago@gentoo.org> xsane-0.999.ebuild:
+ Stable for alpha, wrt bug #491476
23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> xsane-0.999.ebuild:
Stable for sparc, wrt bug #491476
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-01-18 19:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-08 10:46 [gentoo-commits] gentoo-x86 commit in media-gfx/xsane: xsane-0.999.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2014-01-18 19:55 Agostino Sarubbo (ago)
2013-12-23 16:00 Agostino Sarubbo (ago)
2013-12-21 18:17 Agostino Sarubbo (ago)
2013-09-12 20:28 Manuel Rueger (mrueg)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox