Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235031 - net-p2p/valknut: 0.4.x series for qt4
Summary: net-p2p/valknut: 0.4.x series for qt4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-17 19:10 UTC by Mario Kicherer
Modified: 2009-12-16 16:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Original ebuild with qt4 fixes (valknut-0.4.5.ebuild,899 bytes, text/plain)
2008-08-17 19:11 UTC, Mario Kicherer
Details
version bump (valknut-0.4.6.ebuild,912 bytes, text/plain)
2008-09-08 18:15 UTC, Peter
Details
version bump (valknut-0.4.8.ebuild,912 bytes, text/plain)
2008-11-23 23:00 UTC, Pavel Bazika
Details
version bump (valknut-0.4.9.ebuild,912 bytes, text/plain)
2009-08-09 15:31 UTC, Kirill Kinduk
Details
Some improvements and fixes (valknut-0.4.9-r1.ebuild,1.23 KB, text/plain)
2009-09-02 12:05 UTC, AnViar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Kicherer 2008-08-17 19:10:17 UTC
The valknut team releases a qt4 version marked as 0.4.x in parallel to the 0.3.x series with qt3. Although the qt4 version starts with a new build number, it uses the same dclib version as the corresponding qt3 version.

I copied the 0.3.x ebuild and replaced qt3 with qt4 and it worked on my amd64.

Reproducible: Always
Comment 1 Mario Kicherer 2008-08-17 19:11:10 UTC
Created attachment 163124 [details]
Original ebuild with qt4 fixes
Comment 2 Peter 2008-09-08 18:15:53 UTC
Created attachment 164946 [details]
version bump
Comment 3 Pavel Bazika 2008-11-23 23:00:13 UTC
Created attachment 173092 [details]
version bump

Version bump of valknut-0.4.8 using ebuild source for valknut-0.4.6
dclib >= 0.3.22 is needed now.
Comment 4 Paul V 2009-06-29 17:52:43 UTC
Latest version: 0.4.9 
Comment 5 Kirill Kinduk 2009-08-09 15:31:01 UTC
Created attachment 200689 [details]
version bump
Comment 6 AnViar 2009-09-02 12:05:08 UTC
Created attachment 202949 [details]
Some improvements and fixes

I add main iconsets for kde and gnome to ebuild and fix depend on qt:4
Comment 7 AnViar 2009-09-02 12:11:01 UTC
Comment on attachment 202949 [details]
Some improvements and fixes

><HTML><HEAD/><BODY><PRE># Copyright 1999-2008 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: /var/cvsroot/gentoo-x86/net-p2p/valknut/valknut-0.3.21a.ebuild,v 1.1 2008/09/24 20:01:25 armin76 Exp $
>
>EAPI=1
>
>inherit qt4
>
>DESCRIPTION="Qt based client for DirectConnect"
>HOMEPAGE="http://sourceforge.net/projects/wxdcgui/"
>SRC_URI="mirror://sourceforge/wxdcgui/${P}.tar.bz2
>	gnome? ( mirror://sourceforge/wxdcgui/${P}-gnome-icons.tar.gz )
>	kde? ( mirror://sourceforge/wxdcgui/${P}-oxygen-icons.tar.gz )"
>
>RESTRICT="mirror"
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
>IUSE="gnome kde ssl"
>
>RDEPEND="x11-libs/qt-gui:4
>	&gt;=dev-libs/libxml2-2.4.22
>	&gt;=net-p2p/dclib-0.3.23
>	ssl? ( dev-libs/openssl )"
>DEPEND="${RDEPEND}
>	dev-util/pkgconfig"
>
>src_compile() {
>	econf \
>		$(use_with ssl) \
>		--with-libdc=/usr \
>		--with-qt-dir=${QTDIR} \
>		|| die "econf failed"
>	emake || die "emake failed"
>}
>
>src_install() {
>	emake DESTDIR="${D}" install || die "emake install failed."
>	insinto /usr/share/${PN}/icons/appl/
>
>	if use gnome ; then
>	    doins -r ${WORKDIR}/${P}-gnome-icons/gnome || die
>	fi
>
>	if use kde ; then
>	    doins -r ${WORKDIR}/${P}-oxygen-icons/oxygen || die
>	fi
>
>	dodoc AUTHORS ChangeLog NEWS README TODO
>}
></PRE></BODY></HTML>
Comment 8 Samuli Suominen (RETIRED) gentoo-dev 2009-12-16 16:26:01 UTC
0.4.9 in portage