summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2006-05-29 19:34:50 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2006-05-29 19:34:50 +0000
commit2166071ae7a0b8bb8d12c5fd686f756b640403df (patch)
tree0b442086d32d96718f3531428e1abfc63fac06b1 /media-plugins/vdr-softdevice/files
parentRemove >=transcode-1 from p.mask (along with dvdshrink which depended on it),... (diff)
downloadgentoo-2-2166071ae7a0b8bb8d12c5fd686f756b640403df.tar.gz
gentoo-2-2166071ae7a0b8bb8d12c5fd686f756b640403df.tar.bz2
gentoo-2-2166071ae7a0b8bb8d12c5fd686f756b640403df.zip
Added fullscreen-option to ShmClient.
(Portage version: 2.1_rc3-r1)
Diffstat (limited to 'media-plugins/vdr-softdevice/files')
-rw-r--r--media-plugins/vdr-softdevice/files/digest-vdr-softdevice-0.2.3.20060511-r43
-rw-r--r--media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3-shm-fullscreen.diff21
2 files changed, 24 insertions, 0 deletions
diff --git a/media-plugins/vdr-softdevice/files/digest-vdr-softdevice-0.2.3.20060511-r4 b/media-plugins/vdr-softdevice/files/digest-vdr-softdevice-0.2.3.20060511-r4
new file mode 100644
index 000000000000..cb395c04db4b
--- /dev/null
+++ b/media-plugins/vdr-softdevice/files/digest-vdr-softdevice-0.2.3.20060511-r4
@@ -0,0 +1,3 @@
+MD5 dfae4ed2ab2bb17572de993461cf36f8 vdr-softdevice-0.2.3a.tgz 133780
+RMD160 d97d7a1bbe4a3b325041bbe0e7ef23740f8121b1 vdr-softdevice-0.2.3a.tgz 133780
+SHA256 bbf05254ce6f0559ce6aeed055272ba6fb207ba443a49926b91506e9de69ab92 vdr-softdevice-0.2.3a.tgz 133780
diff --git a/media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3-shm-fullscreen.diff b/media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3-shm-fullscreen.diff
new file mode 100644
index 000000000000..e3c13cca03aa
--- /dev/null
+++ b/media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3-shm-fullscreen.diff
@@ -0,0 +1,21 @@
+diff -ru softdevice-0.2.3.cvs/ShmClient.c softdevice-0.2.3.cvs-shm-fullscreen/ShmClient.c
+--- softdevice-0.2.3.cvs/ShmClient.c 2006-05-14 21:56:07.000000000 +0200
++++ softdevice-0.2.3.cvs-shm-fullscreen/ShmClient.c 2006-05-29 21:33:21.000000000 +0200
+@@ -67,6 +67,16 @@
+ int main(int argc, char **argv) {
+ cSetupStore SetupStore;
+ SetupStore.xvFullscreen=0;
++ if (argc>1) {
++ if (strcmp(argv[1], "-f") == 0) {
++ SetupStore.xvFullscreen=1;
++ } else if (strcmp(argv[1], "-h") == 0) {
++ printf ("Shared-Memory-Client for vdr-softdevice\n");
++ printf ("Options:\n");
++ printf (" -f Start fullscreen\n");
++ return 0;
++ }
++ }
+ cXvVideoOut *vout=new cXvVideoOut(&SetupStore);
+ xvRemote= new cShmRemote("softdevice-xv");
+
+Nur in softdevice-0.2.3.cvs-shm-fullscreen/: .ShmClient.c.swp.