summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2006-08-16 07:32:35 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2006-08-16 07:32:35 +0000
commite172ed7723eab408f40aa9d2975a51d3e8d3852e (patch)
tree98855b5f562edfa27407d2923168440854974889 /media-plugins/vdr-softplay/files
parentAdded installation of header-files. (diff)
downloadhistorical-e172ed7723eab408f40aa9d2975a51d3e8d3852e.tar.gz
historical-e172ed7723eab408f40aa9d2975a51d3e8d3852e.tar.bz2
historical-e172ed7723eab408f40aa9d2975a51d3e8d3852e.zip
Initial ebuild written by me.
Package-Manager: portage-2.1.1_pre5-r1
Diffstat (limited to 'media-plugins/vdr-softplay/files')
-rw-r--r--media-plugins/vdr-softplay/files/digest-vdr-softplay-0.0.2.200608153
-rw-r--r--media-plugins/vdr-softplay/files/vdr-softplay-0.0.2-softdevice-header.diff12
2 files changed, 15 insertions, 0 deletions
diff --git a/media-plugins/vdr-softplay/files/digest-vdr-softplay-0.0.2.20060815 b/media-plugins/vdr-softplay/files/digest-vdr-softplay-0.0.2.20060815
new file mode 100644
index 000000000000..4753afda9010
--- /dev/null
+++ b/media-plugins/vdr-softplay/files/digest-vdr-softplay-0.0.2.20060815
@@ -0,0 +1,3 @@
+MD5 a150ce4ad633c41c2dd495d21aa4e9fa vdr-softplay-20060815.tar.bz2 33200
+RMD160 0ce11a981549f35bf523a9518d1a26229a4aea03 vdr-softplay-20060815.tar.bz2 33200
+SHA256 acf96f8aae5d76c00a24715cde99db8938412afb70231e7ba28f2ed163d1a050 vdr-softplay-20060815.tar.bz2 33200
diff --git a/media-plugins/vdr-softplay/files/vdr-softplay-0.0.2-softdevice-header.diff b/media-plugins/vdr-softplay/files/vdr-softplay-0.0.2-softdevice-header.diff
new file mode 100644
index 000000000000..c10ec816170f
--- /dev/null
+++ b/media-plugins/vdr-softplay/files/vdr-softplay-0.0.2-softdevice-header.diff
@@ -0,0 +1,12 @@
+diff -ru softplay-0.0.2-orig/SoftPlayer.h softplay-0.0.2/SoftPlayer.h
+--- softplay-0.0.2-orig/SoftPlayer.h 2006-08-15 22:40:17.294195810 +0200
++++ softplay-0.0.2/SoftPlayer.h 2006-08-15 22:40:27.411167499 +0200
+@@ -17,7 +17,7 @@
+
+ #include <avformat.h>
+
+-#include "../softdevice/softdevice.h"
++#include "softdevice.h"
+ #include "PlayList.h"
+
+ class cSoftPlayer : public cPlayer, cThread {