Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved][cups] gdzie jest ppdc?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
mazdac
n00b
n00b


Joined: 11 Mar 2006
Posts: 22

PostPosted: Sat Oct 21, 2006 9:16 pm    Post subject: [solved][cups] gdzie jest ppdc? Reply with quote

opis sytuacji:
mam nietypową drukarkę, pliki ppd dla cups należy skompilować programem ppdc z zestawu developerskiego cups (tzw. cups ddk).
pytanie:
gdzie jest ppdc? w gentoo nie ma pakietów w stylu cups-devel albo cups-dev, nie ma równiż cups-ddk.
_________________
ATI Radeon HD 3650 512MB, 2048 MB DDR PC3200, Intel Pentium 4E 3.0GHz, Abit IS-7E, Plextor PX712A 1.09, 2xSeagate Barracuda st3500320as, Intel PRO 100; Gentoo ~x86 Linux 2.6.x vanilla, Registered Linux User No. 351604


Last edited by mazdac on Sun Oct 22, 2006 12:37 am; edited 2 times in total
Back to top
View user's profile Send private message
argasek
Bodhisattva
Bodhisattva


Joined: 06 May 2004
Posts: 1121
Location: Sol [0,0], Poland, Kraków

PostPosted: Sat Oct 21, 2006 10:59 pm    Post subject: Reply with quote

Zapewne tu. http://www.cups.org/ddk/
_________________
RLU #137109 | http://soundcloud.com/argasek
Back to top
View user's profile Send private message
mazdac
n00b
n00b


Joined: 11 Mar 2006
Posts: 22

PostPosted: Sat Oct 21, 2006 11:23 pm    Post subject: Reply with quote

(: wolałbym jednak po zainstalowaniu mieć to w bazie pakietów aby móc w łatwy sposób wywalić, najlepiej aby był to oficjalny/mniej oficjalny ebuild. Ponadto wersja stabilna cups-ddk z najnowszym cupsem w drzewie portage nie kompiluje się, dopiero ta pobrana z svn idzie bez błędów, stworzyłem ebuild ale Makefile nie obsługuje zmiennej DESTDIR w związku z czym przy instlaacji pcha się do systemu zamiast do miejsca które wskazało portage i nie wiem jak to ugryźć (tego Makefile (:).
EDIT:
Rozgryzłem Makefile, w ebuildzie należy zmienić w sekcji src_install na make install BUILDROOT=${D}
_________________
ATI Radeon HD 3650 512MB, 2048 MB DDR PC3200, Intel Pentium 4E 3.0GHz, Abit IS-7E, Plextor PX712A 1.09, 2xSeagate Barracuda st3500320as, Intel PRO 100; Gentoo ~x86 Linux 2.6.x vanilla, Registered Linux User No. 351604
Back to top
View user's profile Send private message
argasek
Bodhisattva
Bodhisattva


Joined: 06 May 2004
Posts: 1121
Location: Sol [0,0], Poland, Kraków

PostPosted: Sun Oct 22, 2006 8:26 am    Post subject: Reply with quote

Good job then, to jeszcze wystaw tego .ebuilda choćby w tym wątku, może ktoś jeszcze na tym skorzysta. :)
_________________
RLU #137109 | http://soundcloud.com/argasek
Back to top
View user's profile Send private message
mazdac
n00b
n00b


Joined: 11 Mar 2006
Posts: 22

PostPosted: Sun Oct 22, 2006 2:47 pm    Post subject: Reply with quote

dev-util/cups-ddk-svn/cups-ddk-svn-0.1.ebuild:
Code:

# Copyleft 2006 mazdac
# Distributed under the terms of GNU General Public License v2 or later
# $Header: $
inherit subversion
IUSE=""

DESCRIPTION="Cups Driver Development Kit"
HOMEPAGE="http://cups.org/ddk"
ESVN_REPO_URI="https://svn.easysw.com/public/cupsddk/trunk/"
ESVN_PROJECT="cupsddk"
KEYWORDS="~x86"
SLOT="0"
LICENSE="GPL-2"
DEPEND="net-print/cups"
src_compile() {
   econf || die "configure failed"
   emake || die "make failed"
}
src_install() {
   make BUILDROOT=${D} install || die "make install failed"
}

DOCS="AUTHORS ChangeLog NEWS README"

_________________
ATI Radeon HD 3650 512MB, 2048 MB DDR PC3200, Intel Pentium 4E 3.0GHz, Abit IS-7E, Plextor PX712A 1.09, 2xSeagate Barracuda st3500320as, Intel PRO 100; Gentoo ~x86 Linux 2.6.x vanilla, Registered Linux User No. 351604


Last edited by mazdac on Sun Oct 22, 2006 2:58 pm; edited 3 times in total
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Sun Oct 22, 2006 2:54 pm    Post subject: Reply with quote

Zamiast --wytnij-- mozna uzyć znaczniki code ;)
Back to top
View user's profile Send private message
mazdac
n00b
n00b


Joined: 11 Mar 2006
Posts: 22

PostPosted: Sun Oct 22, 2006 2:57 pm    Post subject: Reply with quote

as you wish (:
_________________
ATI Radeon HD 3650 512MB, 2048 MB DDR PC3200, Intel Pentium 4E 3.0GHz, Abit IS-7E, Plextor PX712A 1.09, 2xSeagate Barracuda st3500320as, Intel PRO 100; Gentoo ~x86 Linux 2.6.x vanilla, Registered Linux User No. 351604
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) 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