summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-28 10:00:17 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-28 10:00:17 +0000
commitfb059bdd7d344a2eeb473a2f23867a05f23d0654 (patch)
treef6a9391cb0fd271bbdc3a30d587c43d88a8e2931 /app-cdr/k9copy/files
parentincorporated prefix support and keywords (diff)
downloadgentoo-2-fb059bdd7d344a2eeb473a2f23867a05f23d0654.tar.gz
gentoo-2-fb059bdd7d344a2eeb473a2f23867a05f23d0654.tar.bz2
gentoo-2-fb059bdd7d344a2eeb473a2f23867a05f23d0654.zip
old
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr/k9copy/files')
-rw-r--r--app-cdr/k9copy/files/k9copy-1.2.3-desktop-entry-2.diff23
-rw-r--r--app-cdr/k9copy/files/k9copy-1.2.3-gcc43.patch22
-rw-r--r--app-cdr/k9copy/files/k9copy-1.2.3-new-ffmpeg.patch24
-rw-r--r--app-cdr/k9copy/files/k9copy-2.3.2-gcc44.patch22
4 files changed, 0 insertions, 91 deletions
diff --git a/app-cdr/k9copy/files/k9copy-1.2.3-desktop-entry-2.diff b/app-cdr/k9copy/files/k9copy-1.2.3-desktop-entry-2.diff
deleted file mode 100644
index 02842f8321d4..000000000000
--- a/app-cdr/k9copy/files/k9copy-1.2.3-desktop-entry-2.diff
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/k9copy.desktop.orig 2008-06-30 04:36:56.000000000 +0200
-+++ src/k9copy.desktop 2008-06-30 04:37:20.000000000 +0200
-@@ -1,17 +1,15 @@
- [Desktop Entry]
--Encoding=UTF-8
- Type=Application
- Name=k9copy
--Exec=k9copy -caption "%c" %i %m %u
-+Exec=k9copy -caption "%c" %i %u
- Comment=DVD9 to DVD5 backup tool
- Comment[fr]=Backup de DVD9 en DVD5
- Comment[tr]=DVD9 DVD5 yedekleme aracı
- GenericName=Video DVD Backup
- GenericName[fr]=Backup de DVD Video
- GenericName[tr]=DVD Vidyo Yedekleme Aracı
--MimeTypes=
- Terminal=false
- Icon=k9copy
- X-DocPath=k9copy/index.html
- Categories=Qt;KDE;AudioVideo;DiscBurning;
--X-KDE-StartupNotify=true
-\ No newline at end of file
-+X-KDE-StartupNotify=true
diff --git a/app-cdr/k9copy/files/k9copy-1.2.3-gcc43.patch b/app-cdr/k9copy/files/k9copy-1.2.3-gcc43.patch
deleted file mode 100644
index 3807ea8caa02..000000000000
--- a/app-cdr/k9copy/files/k9copy-1.2.3-gcc43.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -up k9copy-1.2.2/k9author/k9avidecode.cpp.gcc43~ k9copy-1.2.2/k9author/k9avidecode.cpp
---- k9copy-1.2.2/k9author/k9avidecode.cpp.gcc43~ 2008-01-13 11:04:31.000000000 +0000
-+++ k9copy-1.2.2/k9author/k9avidecode.cpp 2008-01-13 11:04:31.000000000 +0000
-@@ -9,6 +9,7 @@
- // Copyright: See COPYING file that comes with this distribution
- //
- //
-+#include <stdlib.h>
- #include "k9avidecode.h"
- #include <ffmpeg/avcodec.h>
- #include <qimage.h>
-diff -up k9copy-1.2.2/src/k9glwidget.cpp.gcc43~ k9copy-1.2.2/src/k9glwidget.cpp
---- k9copy-1.2.2/src/k9glwidget.cpp.gcc43~ 2008-01-13 11:05:42.000000000 +0000
-+++ k9copy-1.2.2/src/k9glwidget.cpp 2008-01-13 11:05:42.000000000 +0000
-@@ -10,6 +10,7 @@
- //
- //
-
-+#include <stdlib.h>
- #include "k9glwidget.h"
-
- #ifdef HAVE_OPENGL
diff --git a/app-cdr/k9copy/files/k9copy-1.2.3-new-ffmpeg.patch b/app-cdr/k9copy/files/k9copy-1.2.3-new-ffmpeg.patch
deleted file mode 100644
index 85289ec6e162..000000000000
--- a/app-cdr/k9copy/files/k9copy-1.2.3-new-ffmpeg.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ru k9author.old/k9avidecode.cpp k9author/k9avidecode.cpp
---- k9author.old/k9avidecode.cpp 2007-09-29 21:13:18.000000000 +0200
-+++ k9author/k9avidecode.cpp 2008-07-01 04:28:43.000000000 +0200
-@@ -10,7 +10,7 @@
- //
- //
- #include "k9avidecode.h"
--#include <ffmpeg/avcodec.h>
-+#include <libavcodec/avcodec.h>
- #include <qimage.h>
- #include <dlfcn.h>
- #include <klocale.h>
-diff -ru k9author.old/k9avidecode.h k9author/k9avidecode.h
---- k9author.old/k9avidecode.h 2007-09-29 21:12:56.000000000 +0200
-+++ k9author/k9avidecode.h 2008-07-01 04:24:55.000000000 +0200
-@@ -14,7 +14,7 @@
-
- #include "k9common.h"
- #include <qobject.h>
--#include <ffmpeg/avformat.h>
-+#include <libavformat/avformat.h>
- #include <qimage.h>
-
- /**
diff --git a/app-cdr/k9copy/files/k9copy-2.3.2-gcc44.patch b/app-cdr/k9copy/files/k9copy-2.3.2-gcc44.patch
deleted file mode 100644
index ac639ad4da9b..000000000000
--- a/app-cdr/k9copy/files/k9copy-2.3.2-gcc44.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -uNr k9copy-2.3.2-Source/src/core/k9dvdbackupinterface.h k9copy-2.3.2-Source.new/src/core/k9dvdbackupinterface.h
---- k9copy-2.3.2-Source/src/core/k9dvdbackupinterface.h 2009-05-26 21:33:27.000000000 +0200
-+++ k9copy-2.3.2-Source.new/src/core/k9dvdbackupinterface.h 2009-06-04 11:00:34.000000000 +0200
-@@ -21,6 +21,7 @@
- #define K9DVDBACKUPINTERFACE_H
-
- #include <QObject>
-+#include <stdint.h>
- class k9DVDBackupInterface : public QObject
- {
- Q_OBJECT
-diff -uNr k9copy-2.3.2-Source/src/core/k9tools.h k9copy-2.3.2-Source.new/src/core/k9tools.h
---- k9copy-2.3.2-Source/src/core/k9tools.h 2009-05-26 21:33:27.000000000 +0200
-+++ k9copy-2.3.2-Source.new/src/core/k9tools.h 2009-06-04 11:00:34.000000000 +0200
-@@ -12,6 +12,7 @@
- #ifndef K9TOOLS_H
- #define K9TOOLS_H
-
-+#include <stdint.h>
- #include <QString>
- #include <QList>
- #include <QComboBox>