Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ebuild] argyllcms version pas encore dans portage [résolu]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
idodesuke
Apprentice
Apprentice


Joined: 19 Dec 2005
Posts: 244
Location: France

PostPosted: Tue Apr 07, 2009 1:47 pm    Post subject: [ebuild] argyllcms version pas encore dans portage [résolu] Reply with quote

hi all

j'ai un petit soucis je voudrais installer argyllcms sur ma machine voir un peu si ca fonctionne avant d'acheter une sonde

mais j'ai petit message d'erreur, c'est assez chiant quand on sait pas.

J'ai trouvé l'ebuild ici

Je l'ai bien renommé comme indiqué

voila l'ebuild je le remet là:

Quote:
$cat argyll-1.0.3.ebuild
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: argyllcms-1.0.1.ebuild 1178 2008-08-15 16:24:28Z casta $

# ebuild taken from https://bugs.gentoo.org/show_bug.cgi?id=125774

inherit eutils

DESCRIPTION="Argyll is an open source, ICC compatible color management system."
HOMEPAGE="http://www.argyllcms.com"
MY_P="Argyll_V${PV}"
SRC_URI="http://www.argyllcms.com/${MY_P}_src.zip"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"

IUSE=""
RDEPEND=">=media-libs/tiff-3.7.3
>=media-libs/jpeg-6b-r5
>=sys-libs/zlib-1.2.3"

DEPEND="${RDEPEND}
|| ( >=dev-util/jam-2.4 >=dev-util/ftjam-2.4 )"

S="${WORKDIR}/${MY_P}"

src_install() {
emake install

# Install binaries to /usr/bin
exeinto /usr/bin
exeopts -m0755
doexe bin/*

# Delete license file from BINDIR
rm "${D}/usr/bin/License.txt"

# Install HTML documentation
dohtml doc/*

# Install text documentation
newdoc log.txt CHANGELOG
newdoc Readme.txt README
newdoc License.txt LICENSE
newdoc ttbd.txt TODO
newdoc notes.txt NOTES

# Install reference files
insinto /usr/share/${PF}/ref
insopts -m0644
doins ref/*
}


pkg_postinst() {
ewarn
ewarn "\tExecutables have been renamed!"
ewarn "\tRead /usr/share/doc/${P}/CHANGELOG.bz2!."
ewarn
einfo
einfo "If you have a Spyder2 you need to extract the firmware"
einfo "from the spyder2_setup.exe (ColorVision CD)"
einfo "and store it as /usr/bin/spyd2PLD.bin."
einfo
einfo "For further info on setting up instrument access read"
einfo "http://www.argyllcms.com/doc/Installing_Linux.html"
einfo
}




Seulement voilà j'obtiens ce message quand je veux faire mon ebuild argyll-1.0.3.ebuild digest
Quote:
!!! Couldn't download 'autotools_argyll-0.53.1.tar.gz'. Aborting.
!!! Fetch failed for autotools_argyll-0.53.1.tar.gz, can't update Manifest


J'ai déjà écrit deux ou trois ebuild mais je n'ai jamais eu le temps de chercher les complications:

Je ne trouve pas le passage a modifier dans mon ebuild pour changer si il ne pointe plus au bon endroit.

ca se trouve la réponse est toute bête comme souvent mais j'ai du boulot en retard alors si vous pouviez m'aider ca serait sympas.


Last edited by idodesuke on Tue Apr 07, 2009 9:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Tue Apr 07, 2009 9:05 pm    Post subject: Reply with quote

heu, 0.53.1 : tu as du foirer ton renommage : c'est pas 0.53.1, c'est 1.0.3 (la version 0.53.1 est tellement vieille qu'elle ne doit plus exister) ;)

Plus simple : layman -a xwing
et hop, tu auras l'ebuild (hé oui, il est dans mon overlay ;))
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
idodesuke
Apprentice
Apprentice


Joined: 19 Dec 2005
Posts: 244
Location: France

PostPosted: Tue Apr 07, 2009 9:17 pm    Post subject: Reply with quote

Quote:
root@zalem argyll 23:12
$ls
argyll-0.60.ebuild argyll-1.0.3.ebuild ChangeLog files/ Manifest metadata.xml

root@zalem argyll 23:12
$rm argyll-0.60.ebuild

root@zalem argyll 23:12
$ebuild argyll-1.0.3.ebuild digest
>>> Creating Manifest for /usr/local/iportage/media-libs/argyll


fallait que j'efface les autres ebuilds de mon répertoire c'était à cause de ça, je ne savais pas

merci bien

hoho doit y avoir des choses dans ton overlay faudra que j'y jette un coup d'oeil.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum