Re: burning Double Layer dvd in Ubuntu

From: Shane Spencer <shane@bogomip.com>
Date: Sun Jul 02 2006 - 15:38:37 AKDT

Hey Damien,

apt-get install build-essentials (or something to that nature)

or

apt-get build-dep dvd+rw-tools (to install all build dependencies)

that will help if you find some sources from say debian unstable you
want to build locally as a package.

check it out

wget http://ftp.debian.org/debian/pool/main/d/dvd+rw-tools/dvd+rw-tools_6.1-2.dsc
http://ftp.debian.org/debian/pool/main/d/dvd+rw-tools/dvd+rw-tools_6.1.orig.tar.gz
http://ftp.debian.org/debian/pool/main/d/dvd+rw-tools/dvd+rw-tools_6.1-2.diff.gz

apt-get install build-essential ;which will install all the gcc
packages and make including dpkg-dev

dpkg-source -x dvd+rw-tools_6.1-2.dsc

cd dvd+rw-tools-6.1/

dpkg-buildpackage -D; this will show which dependencies this package
needs to build, this should be very similar to what apt-get build-dep
dvd+rw-tools will do.

apt-get install debhelper dpatch m4 sharutils fakeroot

fakeroot dpkg-buildpackage -us -uc

now you should have some .debs in ../

Tell me if this blows up on you, this is how backporting happens in
the debian world.
On 7/2/06, Damien Hull <dhull@digitaloverload.net> wrote:
> Double Layer support isn't in Ubuntu Dapper. You need dvd+rw-tools 6.1.
> Dapper comes with version 5 something.
>
> I posted to the Ubuntu list. I'm waiting to see if there is a binary
> package. If not I'll have to break out the dev tools. If I can find
> them. I think the package was someting-binary. I can find the gcc
> package but it doesn't give you "make". Looks like I have some work to do.
>
> Here's the Edgy link.
> http://packages.ubuntu.com/edgy/utils/dvd+rw-tools
>
>
> ---------
> To unsubscribe, send email to <aklug-request@aklug.org>
> with 'unsubscribe' in the message body.
>
>
---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Sun Jul 2 15:39:01 2006

This archive was generated by hypermail 2.1.8 : Sun Jul 02 2006 - 15:39:01 AKDT