You are not logged in.

#1 2008-01-03 16:37:27

keerthi
Member
Registered: 2007-11-18
Posts: 95

[SOLVED]Request for kino 1.2

Kino in main repo is still 1.1.1.
1.2 has been out for long. Anyone willing to share PKGBUILD for kino 1.2.

Thanks.

Last edited by keerthi (2008-01-05 13:35:43)

Offline

#2 2008-01-03 17:09:36

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [SOLVED]Request for kino 1.2

I suppose you can just use ABS for that ?

Offline

#3 2008-01-03 17:51:46

keerthi
Member
Registered: 2007-11-18
Posts: 95

Re: [SOLVED]Request for kino 1.2

So I got the package built using the PKGBUILD from abs. But it fails to install. I already have ffmpeg installed.

keerthi ~/abs/local/kino  $  sudo pacman -A kino-1.2.0-1-i686.pkg.tar.gz 
loading package data... done.
checking dependencies... done.
cleaning up... done.
(1/1) checking for file conflicts                   [#####################] 100%
error: failed to prepare transaction (conflicting files)
kino: /usr/man/man1/ffmpeg.1.gz exists in filesystem

Offline

#4 2008-01-03 17:53:30

keerthi
Member
Registered: 2007-11-18
Posts: 95

Re: [SOLVED]Request for kino 1.2

I found this bug for kino 1.1.1. http://bugs.archlinux.org/task/7984
I'm trying to install kino 1.2 for i686. Any help is much appreciated. Thanks.

Offline

#5 2008-01-03 18:21:39

keerthi
Member
Registered: 2007-11-18
Posts: 95

Re: [SOLVED]Request for kino 1.2

OK. Here is what I did to work around this problem.

Opened the kino-1.2.0-1-i686.pkg.tar.gz file in archive manager. Deleted /usr/man/man1/ffmpeg.1.gz in it. Also deleted the reference to /usr/man/man1/ffmpeg.1.gz in .FILELIST and repackaged the archive. It installed fine now.

It doesn't make sense to install ffmpeg man pages when it is already installed. Looks to me like a bug in packaging.

I've got the latest dvgrab (3.1) and kino (1.2) working fine.

Offline

#6 2008-01-04 03:00:45

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [SOLVED]Request for kino 1.2

To fix it, add
rm $startdir/pkg/usr/man/man1/ffmpeg.1
at the end of the build function in the PKGBUILD.  FYI, it's fixed in cvs:
http://cvs.archlinux.org/cgi-bin/viewcv … cvs-markup

Offline

#7 2008-01-04 17:14:59

keerthi
Member
Registered: 2007-11-18
Posts: 95

Re: [SOLVED]Request for kino 1.2

Thanks.

Offline

Board footer

Powered by FluxBB