From: "Davide Pesavento (pesa)" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-qt/qthelp: qthelp-4.8.6-r1.ebuild ChangeLog
Date: Sat, 15 Nov 2014 02:36:55 +0000 (UTC) [thread overview]
Message-ID: <20141115023655.E2CD9A291@oystercatcher.gentoo.org> (raw)
pesa 14/11/15 02:36:55
Modified: ChangeLog
Added: qthelp-4.8.6-r1.ebuild
Log:
Version bump (bug 510042). Add multilib support (bug 498010).
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path
1.23 dev-qt/qthelp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qthelp/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qthelp/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qthelp/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qthelp/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 16 Sep 2014 14:45:48 -0000 1.22
+++ ChangeLog 15 Nov 2014 02:36:55 -0000 1.23
@@ -1,6 +1,11 @@
# ChangeLog for dev-qt/qthelp
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qthelp/ChangeLog,v 1.22 2014/09/16 14:45:48 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qthelp/ChangeLog,v 1.23 2014/11/15 02:36:55 pesa Exp $
+
+*qthelp-4.8.6-r1 (15 Nov 2014)
+
+ 15 Nov 2014; Davide Pesavento <pesa@gentoo.org> +qthelp-4.8.6-r1.ebuild:
+ Version bump (bug 510042). Add multilib support (bug 498010).
*qthelp-5.3.2 (16 Sep 2014)
1.1 dev-qt/qthelp/qthelp-4.8.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qthelp/qthelp-4.8.6-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qthelp/qthelp-4.8.6-r1.ebuild?rev=1.1&content-type=text/plain
Index: qthelp-4.8.6-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qthelp/qthelp-4.8.6-r1.ebuild,v 1.1 2014/11/15 02:36:55 pesa Exp $
EAPI=5
inherit qt4-build-multilib
DESCRIPTION="The Help module for the Qt toolkit"
SRC_URI+="
compat? (
ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz
http://dev.gentoo.org/~pesa/distfiles/qt-assistant-compat-headers-4.7.tar.gz
)"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
fi
IUSE="compat doc"
DEPEND="
~dev-qt/qtcore-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qtgui-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qtsql-${PV}[aqua=,debug=,sqlite,${MULTILIB_USEDEP}]
compat? (
~dev-qt/qtdbus-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
)
"
RDEPEND="${DEPEND}"
QT4_TARGET_DIRECTORIES="
tools/assistant/lib/fulltextsearch
tools/assistant/lib
tools/assistant/tools/qhelpgenerator
tools/assistant/tools/qcollectiongenerator
tools/assistant/tools/qhelpconverter
tools/qdoc3"
pkg_setup() {
use compat && QT4_TARGET_DIRECTORIES+="
tools/assistant/compat
tools/assistant/compat/lib"
}
src_unpack() {
qt4-build-multilib_src_unpack
# compat version
# http://blog.qt.digia.com/blog/2010/06/22/qt-assistant-compat-version-available-as-extra-source-package/
if use compat; then
unpack qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz \
qt-assistant-compat-headers-4.7.tar.gz
mv "${WORKDIR}"/qt-assistant-qassistantclient-library-compat-version-4.6.3 \
"${S}"/tools/assistant/compat || die
mv "${WORKDIR}"/QtAssistant "${S}"/include/ || die
fi
}
src_prepare() {
use compat && PATCHES+=("${FILESDIR}/${PN}-4.8.5-fix-compat.patch")
qt4-build-multilib_src_prepare
# prevent rebuild of QtCore and QtXml (bug 348034)
sed -i -e '/^sub-qdoc3\.depends/d' doc/doc.pri || die
}
multilib_src_configure() {
local myconf=(
-system-libpng -system-libjpeg -system-zlib
-no-sql-mysql -no-sql-psql -no-sql-ibase -no-sql-sqlite2 -no-sql-odbc
-sm -xshape -xsync -xcursor -xfixes -xrandr -xrender -mitshm -xinput -xkb
-no-multimedia -no-opengl -no-phonon -no-qt3support -no-svg -no-webkit -no-xmlpatterns
-no-nas-sound -no-cups -no-nis -fontconfig
)
qt4_multilib_src_configure
}
multilib_src_compile() {
qt4_multilib_src_compile
# release tarballs are shipped with prebuilt docs
if [[ ${QT4_BUILD_TYPE} == live ]] && multilib_is_native_abi; then
# qhelpgenerator needs libQtHelp.so.4
export LD_LIBRARY_PATH=${BUILD_DIR}/lib
export DYLD_LIBRARY_PATH=${BUILD_DIR}/lib:${BUILD_DIR}/lib/QtHelp.framework
emake docs
fi
}
multilib_src_install() {
qt4_multilib_src_install
if use compat; then
insinto "${QT4_DATADIR#${EPREFIX}}"/mkspecs/features
doins tools/assistant/compat/features/assistant.prf
fi
if multilib_is_native_abi; then
emake INSTALL_ROOT="${D}" install_qchdocs
use doc && emake INSTALL_ROOT="${D}" install_htmldocs
# do not compress .qch files
docompress -x "${QT4_DOCDIR}"/qch
fi
}
next reply other threads:[~2014-11-15 2:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-15 2:36 Davide Pesavento (pesa) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-11-16 4:06 [gentoo-commits] gentoo-x86 commit in dev-qt/qthelp: qthelp-4.8.6-r1.ebuild ChangeLog Davide Pesavento (pesa)
2014-11-26 18:26 Davide Pesavento (pesa)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141115023655.E2CD9A291@oystercatcher.gentoo.org \
--to=pesa@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox