Warning: session_start(): open(/tmp/sess_495n01soeddd3aoqslb19tt8f5, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
kdvdbackup openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

kdvdbackup

   0.6  

KDE CD/DVD Software

Score 76%
kdvdbackup
zoom


kdvdbackup
zoom


kdvdbackup
zoom


Link:  Link
Downloads:  8701
Submitted:  May 17 2004
Updated:  Oct 23 2005

Description:

Before installation
----------------------------
Please install the libdvdread and libdvdnav libraries. Also the libdvdcss library for encrypted dvds.

To install it
-----------------------------
1. Untar the archive
2. Cd into directory
3. ./configure --prefix=`kde-config --prefix`
4. make
5. su
6. make install




Changelog:

0.6
Partial DVD backup page is added.
Backup individual titles and/or individual chapters from titles.
Option to make ISO Image from extracted DVD Movie.
User can preview titles and chapters.
Italian translation.
Some minor bug fixes.
0.5
User can select DVD Device from a human readable combobox ( thanks to k9copy )
0.4
Separated options dialog
Greek translation
Minor bug fixes
0.3
Options form. [ by Patrick Steiner < patrick.steiner@a1.net > ]
New window layout. [ by Patrick Steiner < patrick.steiner@a1.net > ]
0.2
Display the DVD Info window.
The user can enter the DVD Disc name.
0.1
Initial version.




LicenseGPL
(Source archive)
Send to a friend
Subscribe
Other  Content  from nickprotopapas
Report inappropriate content



goto page: prev   1  2  3 

-
.

 Slackware TGZpackage

 
 by gohanz on: Nov 4 2005
 
Score 50%

A Slackware 10.2 TGZ Package is ready to download!!!

http://www.slacky.it

http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&filecatid=717&parent=category


Reply to this

-

 dvd_udf.h and Gentoo

 
 by Redhatter on: Jan 2 2006
 
Score 50%
RedhatterRedhatter
Gentoo Foundation
Home

Hi All...
I did some digging around into this problem. It seems, libdvdread, when `make install` is run, doesn't copy across the dvd_udf.h file as part of the installation process.

The fix, is a 1-liner change in dvdread/Makefile.am and dvdread/Makefile.in, adding dvd_udf.h to the list of files to be installed.

The following tarball, contains a patch to correct this problem. Gentoo users can extract this into their PORTAGE_OVERLAY directory, and proceed as per normal. Others, just grab the libdvdread-dvd_udf_h.patch file out of media-video/libdvdread/files, and apply to your sources before configuring.

http://dev.gentoo.org/~redhatter/overlay/libdvdread-0.9.4-r2-dvd_udf.tar.bz2

In the same location, you'll also find the ebuild and supporting files for installing kdvdbackup, successfully tested on x86. It should theoretically work on AMD64, and probably even more obscure ones like MIPS, but I don't have the hardware to test this. (None of my MIPS boxes have CD-ROM drives, let alone DVD ... and I have no AMD64 boxes)

http://dev.gentoo.org/~redhatter/overlay/kdvdbackup-0.6.tar.bz2

I may commit these into the Gentoo portage tree later down the track -- but first I'd like to get the dvd_udf.h issue sorted. The solution I have works, but I'm not sure it's correct.

I'll keep you posted.
Regards,

Stuart Longland


Reply to this

-

 Broken on FC 4

 
 by emoore on: Jan 10 2006
 
Score 50%

In file included from /usr/include/dvdread/ifo_read.h:24,
from frmdvdinfo.h:24,
from frmdvdinfo.cpp:22:
/usr/include/dvdread/ifo_types.h:32:2: error: #error "Must include or before any libdvdread header."
/usr/include/dvdread/ifo_types.h:68: error: ‘uint8_t’ does not name a type
...

After looking into this I found that kdvdbackup uses some deprecated calls to dvdread, which have been removed in Fedora Core 4... apparently someone decided these calls where not the right thing to do, and thought it was better to break applications and remove it rather than simply just pop up a compiler warning... to get this to run on FC4 you have to recompile dvdread from source :( ...


Reply to this

-
.

 problems ./configure

 
 by hpavon on: Jan 14 2006
 
Score 50%

for christ shake! just add this in the install instructions

apt-get install kdelibs4-dev

thanks


Reply to this

-
.

 surrender

 
 by hpavon on: Jan 14 2006
 
Score 50%

just tell me when this nice thing is available por amd64 :(


Reply to this

-

 i had some troubles

 
 by timcharper on: Jan 19 2006
 
Score 50%

i had some troubles compiling this, but the help here was very helpful.

My distro is Fedora Core 4. I am using the livna yum repositories for the libdvd* packages.

I installed all of the packages as specified (including the accompanying *-devel packages), and ran into two problems:
1: compiler couldn't find dvdread/dvd_udf.h
2: ld : cannot find -ldvdnav

To resolve the dvd_udf.h problem, I downloaded the file libdvdread-0.9.4.tar.gz as provided here, opened it up and copied dvd_udf.h to /usr/include/dvdread/. Fixed

To resolve the ld: cannot find -ldvdnav problem, I went to /usr/lib/ to check for the existance of "libdvdnav.so". To my surprise, the package only installed the file "libdvdnav.so.4.0.0" and a symbolic link "libdvdnav.so.4". To resolve this problem typed this

su -
cd /usr/lib/
ln -s libdvdnav.so.4 libdvdnav.so

Then, i did a make and it built find and dandy.


Reply to this

goto page: prev   1  2  3 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team