You are not logged in.
Heya, I just uploaded dvdauthor to incoming
Offline
Heya,
Casey McGinty made me alert of a missing dependency. Thanks for that. Here is the updated PKGBUILD:
# Contributor: Michel Brabants <michel.linux@tiscali.be>
# release 2: Casey McGinty made me aware of a missing dependency
pkgname=dvdauthor
pkgver=0.6.10
pkgrel=2
pkgdesc="A simple set of tools to help you author a DVD. The idea is to be able to create menus, buttons, chapters, etc. This package also includes spumux/spuunmux for adding subtitles to dvds."
source=(http://belnet.dl.sourceforge.net/sourceforge/dvdauthor/$pkgname-$pkgver.tar.gz
dvdauthor-0.6.10.patch)
depends=('libdvdread' 'fribidi')
url="http://dvdauthor.sourceforge.net/"
md5sums=('e98243cd2a12bd723680dd49536f7318' 'fc4a3f3cd130d1936493b0438548785c')
build() {
cd $startdir/src/$pkgname-$pkgver
patch -p1 < $startdir/dvdauthor-0.6.10.patch
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
dvdauthor-0.6.10.patch:
When copying and pasting the text of this patch, some characters seem to be missing. Maybe by translating from one character-set to another. I don't know. If anyone can shed some light on this, I'll be happy to hear it.
Anyway, you can download this patch, so that you have the exact some file. The md5sums have to be ok.
Offline
Heya,
Casey McGinty made me alert of a missing dependency. Thanks for that. Here is the updated PKGBUILD:
# Contributor: Michel Brabants <michel.linux@tiscali.be>
# release 2: Casey McGinty made me aware of a missing dependencypkgname=dvdauthor
pkgver=0.6.10
pkgrel=2
pkgdesc="A simple set of tools to help you author a DVD. The idea is to be able to create menus, buttons, chapters, etc. This package also includes spumux/spuunmux for adding subtitles to dvds."
source=(http://belnet.dl.sourceforge.net/sourceforge/dvdauthor/$pkgname-$pkgver.tar.gz
dvdauthor-0.6.10.patch)
depends=('libdvdread' 'fribidi')
url=("http://dvdauthor.sourceforge.net/")
md5sums=('e98243cd2a12bd723680dd49536f7318' 'fc4a3f3cd130d1936493b0438548785c')build() {
cd $startdir/src/$pkgname-$pkgver
patch -p1 < $startdir/dvdauthor-0.6.10.patch
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
Just want to let you be aware of a couple things.
First of all, uploading things to incoming won't do much good. Incoming is being revamped and is pretty dead right now. The best way to submit a package right now is to post the PKGBUILD on the forum (like you did).
When you post PKGBUILDs, put the code tags around it.
That will make it look like this
About your PKGBUILD: The url field isn't an array, it's just a string, so
url="http://dvdauthor.sourceforge.net/"
is appropriate.
Sorry if you feel like I'm a nitpick, just want to point some things out so you don't make the same mistakes again! Thanks a lot for the package, I'll take a look at it soon.
If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing. 1 Corinthians 13:2
Offline
Well .... the patch doesn't seem to work. copy&pasted it but some thing seems to be wrong:
(....)
==> Found dvdauthor-0.6.10.patch in build dir
==> WARNING: MD5sums are missing or incomplete. Cannot verify source integrity.
==> Extracting Sources...
==> tar --use-compress-program=gzip -xf dvdauthor-0.6.10.tar.gz
==> Starting build()...
(Patch is indented 1 space.)
patching file src/dvdvob.c
patch unexpectedly ends in middle of line
Hunk #1 FAILED at 1149.
1 out of 1 hunk FAILED -- saving rejects to file src/dvdvob.c.rej
(...)
So compiling doesn't work.
I want to use DVD-Autor to make da DVD for School. A simple Menu where i can choose the movies about MS and Linux: Codename Linux, RevolutionOS and "Das Leben nach Microsoft" (German).
CU ActionNews
[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!
Offline
Heya,
I tried again and it works here ... what seems weird is that the md5sum of the patch is wrong. That one should be ok.
It seems that copying and pasting the text of the patch doesn't give the same md5sum. I'll look into that. I have uploaded the patch so you can just download it. The md5sums should match:
http://lumumba.luc.ac.be/~michel/dvdauthor-0.6.10.patch
Hope this helps you,
Michel
Offline
Ah thank you ... Il try it .
EDIT: Now it works . Thank you.
CU ActionNews
[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!
Offline