You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/debian/lenny/applications/k3b/debian
Timothy Pearson d3bbe1a1e2
Fix tdelibs FTBFS on Debian and Ubuntu
13 years ago
..
cdbs Update Debian and Ubuntu packaging files for new TDE include directory name 13 years ago
patches Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
KUBUNTU-DEBIAN-DIFFERENCES Rename a bunch of kde names to tde 13 years ago
README.Debian Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
changelog Rename a bunch of kde names to tde 13 years ago
compat Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
control Update Debian and Ubuntu Breaks and Replaces fields 13 years ago
copyright Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
docs Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b-data-trinity.install Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b-data.files Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b-data.install Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b-rip-audiocd.desktop Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b-rip-videodvd.desktop Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b-trinity.1 Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b-trinity.install Convert remaining references to kde3 (e.g. in paths) to trinity 13 years ago
k3b-trinity.manpages Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b-trinity.menu Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b-trinity.postinst Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b-write-bin-image.desktop Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b-write-iso-image.desktop Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b.files Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b.install Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b.manpages Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b.menu Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b.postinst Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
k3b.xpm Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
libk3b-dev.files Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
libk3b-dev.install Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
libk3b-trinity-dev.install Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
libk3b3-extracodecs-trinity.install Convert remaining references to kde3 (e.g. in paths) to trinity 13 years ago
libk3b3-extracodecs.install Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
libk3b3-trinity.install Convert remaining references to kde3 (e.g. in paths) to trinity 13 years ago
libk3b3.files Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
libk3b3.install Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
rules Fix tdelibs FTBFS on Debian and Ubuntu 13 years ago
trinity.mk Update Debian and Ubuntu packaging files for new TDE include directory name 13 years ago
watch Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago

README.Debian

Users must be members of the "cdrom" group
------------------------------------------

To be able to access the CD/DVD burner, users must be members of the "cdrom"
group.  To check whether you are a member of that group, run the following 
command:

  groups

If you don't see the "cdrom" group, ask the administrator to be added to that 
group or run the following command as root:

  adduser [username] cdrom

If you are already a member of the "cdrom" group and are experiencing problems, 
then you may need to give SUID privileges to wodim.  To do this, run the
following command as root:

  dpkg-statoverride --add root cdrom 04710 /usr/bin/wodim
 
 -- Francois Marier <francois@debian.org>, Fri, 3 Dec 2006 16:38:14 -0500


Ripping DVD using transcode
---------------------------

K3b can use transcode in order to rip dvd if you properly setup the "Options"
tab that allows you to configure the location of additional tools. Some of
these tools (tccat, tcdecode, tcextract) are provided by the transcode program.
However, transcode is not currently available in Debian due to legal issues and
probably never will be. If you want to use transcode you can find it on
http://debian.video.free.fr, to have apt use it as an additional source add the
line corresponding to your debian version in your your /etc/apt/sources.list

For stable:
  deb http://www.debian-multimedia.org stable main

For testing:
  deb http://www.debian-multimedia.org testing main

For unstable:
  deb http://www.debian-multimedia.org sid main

Notice, however, that the above packages are neither official nor
supported by Debian. Moreover, the binary packages are only available
for a limited set of architectures and not for all the architectures
supported by Debian.

 -- Jean-Michel Kelbert <kelbert@debian.org>, Thu, 20 Feb 2003 17:23:39 -0500