You are not logged in.

#1 2004-04-07 08:57:13

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,323

[extra/office] hpoj

hi here are the hpoj drivers
please test it
i disabled libusb (because of failed compilation perhaps libusb 0.1.8 error)
i own only an old parallel port Scanner

here is the build
$Id: PKGBUILD,v 1.4 2004/03/24 14:30:50 damir Exp $
# Contributor : Tobias Powalowski <t.powa@gmx.de>
# Maintainer :  Damir Perisa <damir.perisa@bluewin.ch>

pkgname=hpoj
pkgver=0.91
pkgrel=1
pkgdesc="Linux support for most Hewlett-Packard OfficeJet, PSC, LaserJet, and PhotoSmart printer multi-function peripherals (MFPs), which depending on the model can print, scan, copy, fax, and/or access digital camera memory cards"
url="http://hpoj.sourceforge.net"
depends=('qt')
source=(http://belnet.dl.sourceforge.net/sourceforge/hpoj/$pkgname-$pkgver.tgz)
md5sums='0e083aeab9b00495aa433fa9465456e0'

build() {
  cd $startdir/src/$pkgname-$pkgver
   ./configure --without-libusb --prefix=/usr
   make || return 1
   make prefix=$startdir/pkg/usr user_install
}

Offline

#2 2004-04-21 03:23:40

mr_ed
Member
From: Ottawa, ON, Canada
Registered: 2004-04-13
Posts: 72

Re: [extra/office] hpoj

My HP PSC 1210 is USB-only, so that package doesn't do me any good.  I tried building from source and got the same problem, Tomas, so I tried building the 0.90 version for kicks, and it successfully builds with this:

pkgname=hpoj
pkgver=0.90
pkgrel=1
pkgdesc="Linux support for most Hewlett-Packard OfficeJet, PSC, LaserJet, and PhotoSmart printer multi-function peripherals (MFPs), which depending on the model can print, scan, copy, fax, and/or access digital camera memory cards"
url="http://hpoj.sourceforge.net"
depends=('qt' 'perl')
source=(http://aleron.dl.sourceforge.net/sourceforge/hpoj/$pkgname-$pkgver.tgz)
md5sums='dd76385c20bccabf6f5446b1004d8372'

build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr user_install
}

Offline

#3 2004-05-04 11:36:07

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,323

Re: [extra/office] hpoj

please post your change so i can add it
thanks

Offline

#4 2004-05-18 19:37:33

mr_ed
Member
From: Ottawa, ON, Canada
Registered: 2004-04-13
Posts: 72

Re: [extra/office] hpoj

Bump.

unodgs, are you there?

If I have time this week (which I don't) wink I'll do my best to fiddle with this.

Offline

#5 2004-07-30 08:29:51

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,323

Re: [extra/office] hpoj

now package is in staging
please test usb support
i got it compiling finally

if you have trouble with usb try making a symlink in /usr/lib
ln -s libusb-0.1.4.4.0 libusb.so
until bug:
http://bugs.archlinux.org/?do=details&id=1199 is fixed

i have only a parallel one with this it works nice

Offline

#6 2004-09-02 17:38:27

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,323

Re: [extra/office] hpoj

package moved to extra/office
nothing changed
to install
pacman -S hpoj

Offline

#7 2004-09-02 17:38:37

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,323

Re: [extra/office] hpoj

package moved to extra/office
nothing changed
to install
pacman -S hpoj

Offline

Board footer

Powered by FluxBB