mabi        14/11/11 21:07:26

  Modified:             ChangeLog
  Added:                fox-1.7.49.ebuild
  Log:
  version bump, includes jpeg-9 patch from [email protected] (bug #520674)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xDDF971F118EEA5E6!)

Revision  Changes    Path
1.188                x11-libs/fox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fox/ChangeLog?rev=1.188&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fox/ChangeLog?rev=1.188&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fox/ChangeLog?r1=1.187&r2=1.188

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- ChangeLog   4 Jul 2014 21:23:34 -0000       1.187
+++ ChangeLog   11 Nov 2014 21:07:26 -0000      1.188
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/fox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v 1.187 2014/07/04 
21:23:34 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v 1.188 2014/11/11 
21:07:26 mabi Exp $
+
+*fox-1.7.49 (11 Nov 2014)
+
+  11 Nov 2014; Matti Bickel <[email protected]> +files/jpeg-9.patch,
+  +fox-1.7.49.ebuild:
+  version bump, includes jpeg-9 patch from [email protected] (bug #520674)
 
   04 Jul 2014; Matti Bickel <[email protected]> -fox-1.7.44.ebuild:
   remove old



1.1                  x11-libs/fox/fox-1.7.49.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fox/fox-1.7.49.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fox/fox-1.7.49.ebuild?rev=1.1&content-type=text/plain

Index: fox-1.7.49.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/fox-1.7.49.ebuild,v 1.1 
2014/11/11 21:07:26 mabi Exp $

EAPI=5

inherit fox

LICENSE="LGPL-2.1"
SLOT="1.7"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+bzip2 +jpeg +opengl +png tiff +truetype +zlib"

# newish autoconf needed for working mmap check
RDEPEND="x11-libs/libXrandr
        x11-libs/libXcursor
        x11-libs/fox-wrapper
        >=sys-devel/autoconf-2.67
        bzip2? ( app-arch/bzip2 )
        jpeg? ( virtual/jpeg )
        opengl? ( virtual/glu virtual/opengl )
        png? ( media-libs/libpng )
        tiff? ( media-libs/tiff )
        truetype? ( media-libs/freetype:2
                x11-libs/libXft )
        zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
        x11-proto/xextproto
        x11-libs/libXt"

src_prepare() {
        fox_src_prepare
        epatch "${FILESDIR}/jpeg-9.patch"
}

src_configure() {
        FOXCONF="$(use_enable bzip2 bz2lib) \
                $(use_enable jpeg) \
                $(use_with opengl) \
                $(use_enable png) \
                $(use_enable tiff) \
                $(use_with truetype xft) \
                $(use_enable zlib)" fox_src_configure
}

src_install() {
        fox_src_install
        CP="${ED}/usr/bin/ControlPanel"
        if [[ -f ${CP} ]] ; then
                mv "${CP}" "${ED}/usr/bin/fox-ControlPanel-${SLOT}" || \
                        die "Failed to install ControlPanel"
        fi
}

pkg_postinst() {
        fox_pkg_postinst

        einfo "ControlPanel has been installed to 'fox-ControlPanel-${SLOT}' to 
avoid conflicts"
        einfo "with other packages."
}




Reply via email to