Hi, there is a time limit on the ulozisko.sk.
I've uploaded this package here: http://otakar.4fan.cz/tmp/backlite-1.0.3-2-x86_64.pkg.tar.xz
Best regards, Otakar
Search Criteria
Package Details: backlite 1.0.3-2
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2013-08-23)
| Package Base: | backlite |
|---|---|
| Description: | A lite version of k9copy which can run without all the KDE stuff. |
| Upstream URL: | http://downloads.sourceforge.net/k9copy/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | otula |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 12 |
| First Submitted: | 2009-03-01 13:16 |
| Last Updated: | 2013-03-24 11:57 |
Required by (0)
Sources
- backlite-1.0.3-ffmpeg-0.11.patch
- backlite-1.0.3-includepaths.patch
- http://downloads.sourceforge.net/k9copy/backlite-1.0.3.tar.gz
Latest Comments
Comment by otula
Comment by whatshisname
It appears Otakar's latest working package has been removed from the link he posted. Sure wouldl like to see this package come back.
Comment by otula
Hi guys, I can't continue to maintain this package, so I disowned it...
If you want, here is my last working 64bit package:
http://www.ulozisko.sk/650017/backlite-1.0.3-2-x86_64.pkg.tar.xz
Best regards, Otakar
Comment by becatlibra
This has been broken for a long time ... Any chance it's going to be fixed?
Comment by timcowchip
ffmpeg has been updated 6 times since backlite was last updated
Comment by timcowchip
It looks like ffmpeg has been updated to the point of braking stuff again. Hope backlite can be patched once more. I love this program.
Comment by timcowchip
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -DVERSION=\"v1.0.3\" -DVERSION_MAJOR=1 -DVERSION_MINOR=0 -DVERSION_BUGFIX=3 -DBACKLITE -DHAVE_SWSCALE -DQT_NO_DEBUG -DQT_PHONON_LIB -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtDBus -I/usr/include/qt4/phonon -I/usr/include/qt4 -Isrc/backup -Isrc/vamps -Isrc/mplayer -Isrc/main -Isrc/specific -Isrc/gui -Isrc/devices -Iicons -Isrc/mpeg2 -Isrc/dvdnav -Isrc/dvdread -Isrc/core -Isrc/assistant -Isrc/subtitles -Isrc/player -Isrc/import -Isrc/batch -Isrc/notify -I/usr/include/qt4/phonon_compat -I. -I. -o k9title.o src/import/k9title.cpp
In file included from src/import/k9newdvd.h:21:0,
from src/import/k9title.cpp:13:
src/import/k9avidecode.h:43:49: error: use of enum ‘CodecID’ without previous declaration
typedef AVCodec* (*avcodec_find_decoder_t)(enum CodecID);
^
src/import/k9title.cpp: In destructor ‘virtual k9Title::~k9Title()’:
src/import/k9title.cpp:28:14: warning: unused variable ‘p’ [-Wunused-variable]
k9NewDVD *p=(k9NewDVD*)parent();
^
make: *** [k9title.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
The build failed.
Comment by PhaytalError
Shouldn't this include as (optional) dependencies: dvd+rw-tools, dvdauthor, libdvdnav, and xine-lib? None of those have KDE requirements.
Comment by otula
Hi guys!
I've repaired the package via gentoo's patches and it works now! :-)
Comment by akspecs
Tried getting this working with the qmake-qt4 but no dice. It worked fine for me before... :/
I guess this is as out of date as using DVDs are.
For those that still use DVDs, what's a better alternative? This was nice because you had the option to preserve the DVD menus and make practically an identical backup that fit on a standard 4.7 GB DVD.
Comment by chelqo
Development of K9Copy was stopped in 2011:
http://k9copy.sourceforge.net/web/index.php/en/news
Comment by becatlibra
This is failing to update:
aur/backlite 1.0.3-1 [installed: 1.0.2-1] (23)
g++ -c -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT -DVERSION=\"v1.0.3\" -DVERSION_MAJOR=1 -DVERSION_MINOR=0 -DVERSION_BUGFIX=3 -DBACKLITE -DHAVE_SWSCALE -DQT_NO_DEBUG -DQT_PHONON_LIB -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include/phonon -I/usr/include -Isrc/backup -Isrc/vamps -Isrc/mplayer -Isrc/main -Isrc/specific -Isrc/gui -Isrc/devices -Iicons -Isrc/mpeg2 -Isrc/dvdnav -Isrc/dvdread -Isrc/core -Isrc/assistant -Isrc/subtitles -Isrc/player -Isrc/import -Isrc/batch -Isrc/notify -I/usr/include/libavcodec -I/usr/include/libavformat -I/usr/include/libswscale -I/usr/include/phonon_compat -I. -I. -o k9title.o src/import/k9title.cpp
In file included from src/import/k9newdvd.h:21:0,
from src/import/k9title.cpp:13:
src/import/k9avidecode.h:32:91: error: ‘AVFormatParameters’ has not been declared
src/import/k9title.cpp: In destructor ‘virtual k9Title::~k9Title()’:
src/import/k9title.cpp:28:14: warning: unused variable ‘p’ [-Wunused-variable]
make: *** [k9title.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build backlite.
Comment by akspecs
Thank you for this PKGBUILD ;)
I really needed a program like this and I accidently stumbled across this "light version" of k9copy.
Comment by otula
There is a version 1.0.3 but I got an error during building:
make: *** [k9avidecode.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from src/devices/k9cddrive.h:1,
from src/gui/k9assistant.h:7,
from src/assistant/k9astmp4.h:18,
from src/assistant/k9astmp4.cpp:13:
src/devices/k9cddrives.h:50: warning: unused parameter ‘device’
src/devices/k9cddrives.h:50: warning: unused parameter ‘label’
src/devices/k9cddrives.h:50: warning: unused parameter ‘burnDevice’
Probíhá rušení...
Comment by Basique
Backlite depends on phonon.