You are not logged in.

#1 2004-08-20 18:02:43

Michel
Member
From: Belgium
Registered: 2004-07-31
Posts: 286

[UPDATED] dvdauthor

Heya, I just uploaded dvdauthor to incoming

Offline

#2 2004-09-02 19:45:45

Michel
Member
From: Belgium
Registered: 2004-07-31
Posts: 286

Re: [UPDATED] dvdauthor

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

#3 2004-09-02 19:54:00

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Re: [UPDATED] dvdauthor

Michel wrote:

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
}

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

#4 2004-11-27 11:08:37

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: [UPDATED] dvdauthor

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

#5 2004-11-27 12:10:00

Michel
Member
From: Belgium
Registered: 2004-07-31
Posts: 286

Re: [UPDATED] dvdauthor

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

#6 2004-11-27 12:54:40

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: [UPDATED] dvdauthor

Ah thank you ... Il try it smile.
EDIT: Now it works smile. Thank you.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

Board footer

Powered by FluxBB