summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authortron <tron>2016-06-04 12:41:08 +0000
committertron <tron>2016-06-04 12:41:08 +0000
commit1fc3d46d9ab2cffb15a2b4978950b77abdaaf9ba (patch)
tree3d7086e9588de01903221374d6c6f745de5619e1 /multimedia
parente6cf85f3755309c823f3bd7e4a4a7de9ffd6dad7 (diff)
downloadpkgsrc-1fc3d46d9ab2cffb15a2b4978950b77abdaaf9ba.tar.gz
Remove unnecessary patch, shouldn't have any effect on binary package
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ffmpeg2theora/distinfo3
-rw-r--r--multimedia/ffmpeg2theora/patches/patch-src_ffmpeg2theora.c16
2 files changed, 1 insertions, 18 deletions
diff --git a/multimedia/ffmpeg2theora/distinfo b/multimedia/ffmpeg2theora/distinfo
index 9b419002a13..c6b016100f3 100644
--- a/multimedia/ffmpeg2theora/distinfo
+++ b/multimedia/ffmpeg2theora/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.6 2016/01/31 02:44:23 mef Exp $
+$NetBSD: distinfo,v 1.7 2016/06/04 12:41:08 tron Exp $
SHA1 (ffmpeg2theora-0.30.tar.bz2) = fc7ca91eb9e5e1b920273c0b2a73ae737fa5cd29
RMD160 (ffmpeg2theora-0.30.tar.bz2) = 4f2464d43a14270ed7350e9deafa3ec9608a73fc
SHA512 (ffmpeg2theora-0.30.tar.bz2) = 2c77d2c5e705751928e2bfd86c4fe4c2b7df2ca2ce70f3dfeb0014a3269eef067587eaa045c11b0db86c69176d8f01a43b3ad75544d181c016a89aa50b6518c1
Size (ffmpeg2theora-0.30.tar.bz2) = 91269 bytes
SHA1 (patch-SConstruct) = 37ccee5d57377a4ce6b420d436afa18bb83b703b
-SHA1 (patch-src_ffmpeg2theora.c) = 405803782d070fa9b28032701c52379609b66015
diff --git a/multimedia/ffmpeg2theora/patches/patch-src_ffmpeg2theora.c b/multimedia/ffmpeg2theora/patches/patch-src_ffmpeg2theora.c
deleted file mode 100644
index 573f5017bff..00000000000
--- a/multimedia/ffmpeg2theora/patches/patch-src_ffmpeg2theora.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_ffmpeg2theora.c,v 1.1 2013/10/22 12:45:29 tron Exp $
-
-Fix build with "ffmpeg2" package.
-
---- src/ffmpeg2theora.c.orig 2012-01-29 08:00:19.000000000 +0000
-+++ src/ffmpeg2theora.c 2013-10-22 13:05:45.000000000 +0100
-@@ -132,6 +132,9 @@
- return ret;
- }
-
-+/* Deprecated by the "ffmpeg" maintainers. */
-+#define AVCODEC_MAX_AUDIO_FRAME_SIZE 19200
-+
- /**
- * Allocate and initialise an AVFrame.
- */