summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2015-03-09 16:14:47 +0000
committerskrll <skrll@pkgsrc.org>2015-03-09 16:14:47 +0000
commit8936a14c5315e92e3c0c97102210aa10b4d1eb81 (patch)
treee877e3f4ad77627a5cb2698c2afd6179b84bc31b /multimedia
parent8c3e641bab92321d72c64707f59c7c9853a4292a (diff)
downloadpkgsrc-8936a14c5315e92e3c0c97102210aa10b4d1eb81.tar.gz
Remove unnecessary patches
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/omxplayer/distinfo4
-rw-r--r--multimedia/omxplayer/patches/patch-OMXPlayerVideo.cpp20
-rw-r--r--multimedia/omxplayer/patches/patch-OMXVideo.h20
3 files changed, 1 insertions, 43 deletions
diff --git a/multimedia/omxplayer/distinfo b/multimedia/omxplayer/distinfo
index 5b397ef5347..c529203fa3b 100644
--- a/multimedia/omxplayer/distinfo
+++ b/multimedia/omxplayer/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2015/01/19 20:42:09 jmcneill Exp $
+$NetBSD: distinfo,v 1.4 2015/03/09 16:14:47 skrll Exp $
SHA1 (omxplayer-20150118.zip) = 95522df16247bd1ece40cbccac05f9e73f1c1d2a
RMD160 (omxplayer-20150118.zip) = 0d3678c8ae71ed3ae507b7f0aaab2a482ee87691
@@ -8,7 +8,5 @@ SHA1 (patch-Keyboard.h) = 48d4b5da443b6a1e5b736907b9b660c1afb1f119
SHA1 (patch-Makefile) = fe45c59a7cb1282c48f16bd56be9f64422fa4bf2
SHA1 (patch-Makefile.include) = c78979b5b0e2d76f4e83f80bd6144d5b892eff34
SHA1 (patch-OMXControl.cpp) = 55e3e73b29c1e8cf1999271a0fbf298e3e0eaa8e
-SHA1 (patch-OMXPlayerVideo.cpp) = e5cdfa000c45538848375dac8846ac05cddf346e
-SHA1 (patch-OMXVideo.h) = 6cb8d4f02b3ad43536d4c2d19219fde53acb236a
SHA1 (patch-linux_PlatformDefs.h) = 1918a2b87e33074a08cd36f3b932c8d6b3273457
SHA1 (patch-omxplayer.cpp) = 6746573a66ccdf6791afe3e38f07330d8444dd0b
diff --git a/multimedia/omxplayer/patches/patch-OMXPlayerVideo.cpp b/multimedia/omxplayer/patches/patch-OMXPlayerVideo.cpp
deleted file mode 100644
index fa5946d803e..00000000000
--- a/multimedia/omxplayer/patches/patch-OMXPlayerVideo.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-OMXPlayerVideo.cpp,v 1.1 2015/01/18 23:09:25 jmcneill Exp $
-
-Workaround for old misc/raspberrypi-userland package.
-
---- OMXPlayerVideo.cpp.orig 2015-01-12 15:10:50.000000000 +0000
-+++ OMXPlayerVideo.cpp
-@@ -25,6 +25,13 @@
- #include "system.h"
- #endif
-
-+#ifdef OLD_RASPBERRYPI_USERLAND
-+typedef int OMX_IMAGEFILTERANAGLYPHTYPE;
-+#define OMX_ImageFilterAnaglyphNone 0
-+#define OMX_ImageFilterDeInterlaceFast OMX_ImageFilterDeInterlaceLineDouble
-+#define OMX_ImageFilterAnaglyph OMX_ImageFilterNone
-+#endif
-+
- #include "OMXPlayerVideo.h"
-
- #include <stdio.h>
diff --git a/multimedia/omxplayer/patches/patch-OMXVideo.h b/multimedia/omxplayer/patches/patch-OMXVideo.h
deleted file mode 100644
index 4492994a722..00000000000
--- a/multimedia/omxplayer/patches/patch-OMXVideo.h
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-OMXVideo.h,v 1.1 2015/01/18 23:09:25 jmcneill Exp $
-
-Workaround for old misc/raspberrypi-userland package.
-
---- OMXVideo.h.orig 2015-01-12 15:10:50.000000000 +0000
-+++ OMXVideo.h
-@@ -35,6 +35,13 @@
-
- #define VIDEO_BUFFERS 60
-
-+#ifdef OLD_RASPBERRYPI_USERLAND
-+typedef int OMX_IMAGEFILTERANAGLYPHTYPE;
-+#define OMX_ImageFilterAnaglyphNone 0
-+#define OMX_ImageFilterDeInterlaceFast OMX_ImageFilterDeInterlaceLineDouble
-+#define OMX_ImageFilterAnaglyph OMX_ImageFilterNone
-+#endif
-+
- enum EDEINTERLACEMODE
- {
- VS_DEINTERLACEMODE_OFF=0,