summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-05-05 21:43:30 +0200
committerMichał Górny <mgorny@gentoo.org>2016-05-05 21:48:12 +0200
commit8bede8f34e19c76fbfdc0e56558d9f706cffb36b (patch)
tree00c60503bfc9b08cdfacdf2f523c96b12892f520 /media-video/avidemux/files
parentcompilefix wrt bug 575494 (diff)
downloadgentoo-8bede8f34e19c76fbfdc0e56558d9f706cffb36b.tar.gz
gentoo-8bede8f34e19c76fbfdc0e56558d9f706cffb36b.tar.bz2
gentoo-8bede8f34e19c76fbfdc0e56558d9f706cffb36b.zip
media-video/avidemux, media-libs/avidemux*: remove old versions
Diffstat (limited to 'media-video/avidemux/files')
-rw-r--r--media-video/avidemux/files/avidemux-2.5.4-build-plugins-fix.patch13
-rw-r--r--media-video/avidemux/files/avidemux-2.5.6-ffmpeg-symbol-visibility.patch20
2 files changed, 0 insertions, 33 deletions
diff --git a/media-video/avidemux/files/avidemux-2.5.4-build-plugins-fix.patch b/media-video/avidemux/files/avidemux-2.5.4-build-plugins-fix.patch
deleted file mode 100644
index 66b44ad6986d..000000000000
--- a/media-video/avidemux/files/avidemux-2.5.4-build-plugins-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: avidemux_2.5.4/CMakeLists.txt
-===================================================================
---- avidemux_2.5.4.orig/CMakeLists.txt
-+++ avidemux_2.5.4/CMakeLists.txt
-@@ -205,7 +205,7 @@ ADD_SUBDIRECTORY(avidemux)
- ADD_SUBDIRECTORY(po)
- ADD_SUBDIRECTORY(scripts)
- # MEANX : DOES NOT WORK ADD_SUBDIRECTORY(plugins EXCLUDE_FROM_ALL)
--
-+ADD_SUBDIRECTORY(plugins EXCLUDE_FROM_ALL)
- ########################################
- # Config Summary
- ########################################
diff --git a/media-video/avidemux/files/avidemux-2.5.6-ffmpeg-symbol-visibility.patch b/media-video/avidemux/files/avidemux-2.5.6-ffmpeg-symbol-visibility.patch
deleted file mode 100644
index 3251209800a0..000000000000
--- a/media-video/avidemux/files/avidemux-2.5.6-ffmpeg-symbol-visibility.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- branches/avidemux_2.5_branch_gruntster/cmake/patches/libavcodec_libavcodec.v.patch 2011/12/15 11:09:11 7699
-+++ branches/avidemux_2.5_branch_gruntster/cmake/patches/libavcodec_libavcodec.v.patch 2012/03/15 07:19:34 7750
-@@ -1,11 +1,12 @@
----- ../ffmpeg-0.9/libavcodec/libavcodec.v 2011-12-14 15:00:29 +0000
--+++ libavcodec/libavcodec.v 2011-12-14 15:00:28 +0000
--@@ -25,5 +25,8 @@
-+--- libavcodec/libavcodec.v.old 2012-03-04 08:36:22.038330656 +0100
-++++ libavcodec/libavcodec.v 2012-03-04 08:36:44.128330633 +0100
-+@@ -25,5 +25,9 @@
- ff_mmxext_idct;
- ff_idct_xvid*;
- ff_jpeg_fdct*;
- + ff_h264_info;
--+ ff_golomb_vlc_len;
--+ ff_ue_golomb_vlc_code;
-++ ff_golomb_vlc_len;
-++ ff_ue_golomb_vlc_code;
-++ ff_se_golomb_vlc_code;
- local: *;
- };