[gentoo-commits] repo/gentoo:master commit in: media-video/libav/, media-video/libav/files/
commit: ae1063b59ef317fdc6dd640b60437f6fb143a2ac Author: Mikle Kolyada gentoo org> AuthorDate: Sun Apr 26 15:14:48 2020 + Commit: Mikle Kolyada gentoo org> CommitDate: Sun Apr 26 15:22:46 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1063b5 media-video/libav: remove last-rited pkg Closes: https://bugs.gentoo.org/show_bug.cgi?id=452482 Closes: https://bugs.gentoo.org/show_bug.cgi?id=458768 Closes: https://bugs.gentoo.org/show_bug.cgi?id=470764 Closes: https://bugs.gentoo.org/show_bug.cgi?id=499256 Closes: https://bugs.gentoo.org/show_bug.cgi?id=509974 Closes: https://bugs.gentoo.org/show_bug.cgi?id=519602 Closes: https://bugs.gentoo.org/show_bug.cgi?id=525070 Closes: https://bugs.gentoo.org/show_bug.cgi?id=555114 Closes: https://bugs.gentoo.org/show_bug.cgi?id=564040 Closes: https://bugs.gentoo.org/show_bug.cgi?id=587054 Closes: https://bugs.gentoo.org/show_bug.cgi?id=588986 Closes: https://bugs.gentoo.org/show_bug.cgi?id=701952 Closes: https://bugs.gentoo.org/show_bug.cgi?id=538790 Closes: https://bugs.gentoo.org/show_bug.cgi?id=711206 Closes: https://bugs.gentoo.org/show_bug.cgi?id=489922 Closes: https://bugs.gentoo.org/show_bug.cgi?id=409957 Closes: https://bugs.gentoo.org/show_bug.cgi?id=445854 Closes: https://bugs.gentoo.org/show_bug.cgi?id=474408 Closes: https://bugs.gentoo.org/show_bug.cgi?id=509294 Closes: https://bugs.gentoo.org/show_bug.cgi?id=522350 Closes: https://bugs.gentoo.org/show_bug.cgi?id=546080 Closes: https://bugs.gentoo.org/show_bug.cgi?id=588482 Closes: https://bugs.gentoo.org/show_bug.cgi?id=603726 Closes: https://bugs.gentoo.org/show_bug.cgi?id=694082 Closes: https://bugs.gentoo.org/show_bug.cgi?id=634102 Closes: https://bugs.gentoo.org/show_bug.cgi?id=542186 Closes: https://bugs.gentoo.org/show_bug.cgi?id=635524 Closes: https://bugs.gentoo.org/show_bug.cgi?id=651218 Closes: https://bugs.gentoo.org/show_bug.cgi?id=651220 Signed-off-by: Mikle Kolyada gentoo.org> media-video/libav/Manifest| 3 - media-video/libav/files/libav-12.3-x264.patch | 85 --- media-video/libav/libav-12.3.ebuild | 350 -- media-video/libav/libav-13_pre20171219.ebuild | 336 - media-video/libav/libav-.ebuild | 339 - media-video/libav/metadata.xml| 35 --- 6 files changed, 1148 deletions(-) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest deleted file mode 100644 index 45c885bdad9..000 --- a/media-video/libav/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST fate-12-r1.tar.xz 763758260 BLAKE2B 299e1a2a773e49c7a51c1222ac34eaea24f77420570a1b0c0b18db5517736656f52ad0a7ca807f65f5e9f9597709265fcd950cf989ad995aa4289ba0e364950e SHA512 084f584c34d34b66c1f4d4742a11376ee2b90f6a07529b5aba6d50421dc8f863fded73dd57ad2c201aadfd529f0f923fa531ea9b417b682846ef565a1018 -DIST libav-12.3.tar.xz 5267988 BLAKE2B 92147dde4f41a5aa05d93824d3ffa9a21b067f99cec5fa17bc4b8e3600f2b1913f7e74d4ea766c864cdba686dd14d5d3a8bc8af8f9e6de4c956f14cb8e20ab88 SHA512 fd4838a934792797a975ece034cbd63760c94ee6becc99b8707e8345e41777baf26e30ef6937ab30b7d2f722977e69aabc2cfca3fcdf88373d579f9cc9d69162 -DIST libav-13_pre20171219.tar.xz 5427904 BLAKE2B 074dc5d071aeb656fc14a015c2e3c168aa81d25e2fb08d99e300dc47d7ea28f61500fcfab0b16fa136261a5af27631b7536eb3aefa0e1feb4d615af57f9f5a36 SHA512 0c9b59957f1fbbff8f5b95b02c11014a4efdddf4b7e1b158cd0fda3af8b89bd90d48263ed0239915adfb7abcd7a8b22c278cd5cf1d01822bd22df65cc7f69689 diff --git a/media-video/libav/files/libav-12.3-x264.patch b/media-video/libav/files/libav-12.3-x264.patch deleted file mode 100644 index 25c089bfeac..000 --- a/media-video/libav/files/libav-12.3-x264.patch +++ /dev/null @@ -1,85 +0,0 @@ -From c6558e8840fbb2386bf8742e4d68dd6e067d262e Mon Sep 17 00:00:00 2001 -From: Luca Barbato -Date: Tue, 26 Dec 2017 12:32:42 +0100 -Subject: [PATCH] x264: Support version 153 - -It has native simultaneus 8 and 10 bit support. - libavcodec/libx264.c | 30 ++ - 1 file changed, 30 insertions(+) - -diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c -index 0dec12edd..3dc53aaf3 100644 a/libavcodec/libx264.c -+++ b/libavcodec/libx264.c -@@ -243,7 +243,11 @@ static int X264_frame(AVCodecContext *ctx, AVPacket *pkt, const AVFrame *frame, - - x264_picture_init( &x4->pic ); - x4->pic.img.i_csp = x4->params.i_csp; -+#if X264_BUILD >= 153 -+if (x4->params.i_bitdepth > 8) -+#else - if (x264_bit_depth > 8) -+#endif - x4->pic.img.i_csp |= X264_CSP_HIGH_DEPTH; - x4->pic.img.i_plane = 3; - -@@ -395,6 +399,9 @@ static av_cold int X264_init(AVCodecContext *avctx) - x4->params.p_log_private= avctx; - x4->params.i_log_level = X264_LOG_DEBUG; - x4->params.i_csp= convert_pix_fmt(avctx->pix_fmt); -+#if X264_BUILD >= 153 -+x4->params.i_bitdepth = av_pix_fmt_desc_get(avctx->pix
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: cbf9abebcff8f560556549cfcee647f93a77e000 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Apr 11 09:55:14 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Apr 11 10:20:15 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf9abeb media-video/libav: drop to ~hppa Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> media-video/libav/libav-12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild index b409ffcc63b..8ef66ef0375 100644 --- a/media-video/libav/libav-12.3.ebuild +++ b/media-video/libav/libav-12.3.ebuild @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network nvidia openssl opus oss pic pulseaudio rtmp sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 376c53e51b780973b1a891710bc17ace750dd809 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 12 15:33:20 2019 + Commit: Michał Górny gentoo org> CommitDate: Thu Dec 12 16:34:49 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376c53e5 media-video/libav: [QA] Fix MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> media-video/libav/libav-12.3.ebuild | 4 +++- media-video/libav/libav-13_pre20171219.ebuild | 4 +++- media-video/libav/libav-.ebuild | 6 -- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild index edeec8edc90..0c3ebdcf4a7 100644 --- a/media-video/libav/libav-12.3.ebuild +++ b/media-video/libav/libav-12.3.ebuild @@ -130,7 +130,9 @@ REQUIRED_USE=" test? ( encode zlib ) fontconfig? ( truetype ) " -RESTRICT="faac? ( bindist ) fdk? ( bindist ) openssl? ( bindist ) nvidia? ( bindist )" +RESTRICT=" + !test? ( test ) + faac? ( bindist ) fdk? ( bindist ) openssl? ( bindist ) nvidia? ( bindist )" MULTILIB_WRAPPED_HEADERS=( /usr/include/libavutil/avconfig.h diff --git a/media-video/libav/libav-13_pre20171219.ebuild b/media-video/libav/libav-13_pre20171219.ebuild index 73e9a1a3abc..31623100165 100644 --- a/media-video/libav/libav-13_pre20171219.ebuild +++ b/media-video/libav/libav-13_pre20171219.ebuild @@ -126,7 +126,9 @@ REQUIRED_USE=" test? ( encode zlib ) fontconfig? ( truetype ) " -RESTRICT="faac? ( bindist ) fdk? ( bindist ) openssl? ( bindist )" +RESTRICT=" + !test? ( test ) + faac? ( bindist ) fdk? ( bindist ) openssl? ( bindist )" MULTILIB_WRAPPED_HEADERS=( /usr/include/libavutil/avconfig.h diff --git a/media-video/libav/libav-.ebuild b/media-video/libav/libav-.ebuild index 6f5fab3e33e..72b3d24390d 100644 --- a/media-video/libav/libav-.ebuild +++ b/media-video/libav/libav-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -126,7 +126,9 @@ REQUIRED_USE=" test? ( encode zlib ) fontconfig? ( truetype ) " -RESTRICT="faac? ( bindist ) fdk? ( bindist ) openssl? ( bindist )" +RESTRICT=" + !test? ( test ) + faac? ( bindist ) fdk? ( bindist ) openssl? ( bindist )" MULTILIB_WRAPPED_HEADERS=( /usr/include/libavutil/avconfig.h
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: cf49b9029a0661dd61816ab0a5777600fd13fc0b Author: Michał Górny gentoo org> AuthorDate: Fri Oct 11 16:55:53 2019 + Commit: Michał Górny gentoo org> CommitDate: Fri Oct 11 16:55:53 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf49b902 media-video/libav: One more ~x86-fbsd keyword Signed-off-by: Michał Górny gentoo.org> media-video/libav/libav-13_pre20171219.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-video/libav/libav-13_pre20171219.ebuild b/media-video/libav/libav-13_pre20171219.ebuild index 034734f041e..73e9a1a3abc 100644 --- a/media-video/libav/libav-13_pre20171219.ebuild +++ b/media-video/libav/libav-13_pre20171219.ebuild @@ -27,9 +27,7 @@ SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-12-r1.tar.xz )" LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/13" -[[ ${PV} == * ]] || KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos -~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network openssl opus oss pic pulseaudio rtmp sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/, media-video/libav/files/
commit: 1fc52f0bb000f6710d41bca2cef07dec319bb46a Author: Andreas K. Huettel gentoo org> AuthorDate: Fri Jul 5 15:10:38 2019 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Jul 5 15:11:15 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc52f0b media-video/libav: Fix build on stable, bug 681888 Closes: https://bugs.gentoo.org/681888 Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel gentoo.org> media-video/libav/files/libav-12.3-x264.patch | 85 +++ media-video/libav/libav-12.3.ebuild | 1 + 2 files changed, 86 insertions(+) diff --git a/media-video/libav/files/libav-12.3-x264.patch b/media-video/libav/files/libav-12.3-x264.patch new file mode 100644 index 000..25c089bfeac --- /dev/null +++ b/media-video/libav/files/libav-12.3-x264.patch @@ -0,0 +1,85 @@ +From c6558e8840fbb2386bf8742e4d68dd6e067d262e Mon Sep 17 00:00:00 2001 +From: Luca Barbato +Date: Tue, 26 Dec 2017 12:32:42 +0100 +Subject: [PATCH] x264: Support version 153 + +It has native simultaneus 8 and 10 bit support. +--- + libavcodec/libx264.c | 30 ++ + 1 file changed, 30 insertions(+) + +diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c +index 0dec12edd..3dc53aaf3 100644 +--- a/libavcodec/libx264.c b/libavcodec/libx264.c +@@ -243,7 +243,11 @@ static int X264_frame(AVCodecContext *ctx, AVPacket *pkt, const AVFrame *frame, + + x264_picture_init( &x4->pic ); + x4->pic.img.i_csp = x4->params.i_csp; ++#if X264_BUILD >= 153 ++if (x4->params.i_bitdepth > 8) ++#else + if (x264_bit_depth > 8) ++#endif + x4->pic.img.i_csp |= X264_CSP_HIGH_DEPTH; + x4->pic.img.i_plane = 3; + +@@ -395,6 +399,9 @@ static av_cold int X264_init(AVCodecContext *avctx) + x4->params.p_log_private= avctx; + x4->params.i_log_level = X264_LOG_DEBUG; + x4->params.i_csp= convert_pix_fmt(avctx->pix_fmt); ++#if X264_BUILD >= 153 ++x4->params.i_bitdepth = av_pix_fmt_desc_get(avctx->pix_fmt)->comp[0].depth; ++#endif + + if (avctx->bit_rate) { + x4->params.rc.i_bitrate = avctx->bit_rate / 1000; +@@ -659,6 +666,7 @@ FF_ENABLE_DEPRECATION_WARNINGS + return 0; + } + ++#if X264_BUILD < 153 + static const enum AVPixelFormat pix_fmts_8bit[] = { + AV_PIX_FMT_YUV420P, + AV_PIX_FMT_YUVJ420P, +@@ -685,15 +693,37 @@ static const enum AVPixelFormat pix_fmts_10bit[] = { + AV_PIX_FMT_NV20, + AV_PIX_FMT_NONE + }; ++#else ++static const enum AVPixelFormat pix_fmts_all[] = { ++AV_PIX_FMT_YUV420P, ++AV_PIX_FMT_YUVJ420P, ++AV_PIX_FMT_YUV422P, ++AV_PIX_FMT_YUVJ422P, ++AV_PIX_FMT_YUV444P, ++AV_PIX_FMT_YUVJ444P, ++AV_PIX_FMT_NV12, ++AV_PIX_FMT_NV16, ++AV_PIX_FMT_NV21, ++AV_PIX_FMT_YUV420P10, ++AV_PIX_FMT_YUV422P10, ++AV_PIX_FMT_YUV444P10, ++AV_PIX_FMT_NV20, ++AV_PIX_FMT_NONE ++}; ++#endif + + static av_cold void X264_init_static(AVCodec *codec) + { ++#if X264_BUILD < 153 + if (x264_bit_depth == 8) + codec->pix_fmts = pix_fmts_8bit; + else if (x264_bit_depth == 9) + codec->pix_fmts = pix_fmts_9bit; + else if (x264_bit_depth == 10) + codec->pix_fmts = pix_fmts_10bit; ++#else ++codec->pix_fmts = pix_fmts_all; ++#endif + } + + #define OFFSET(x) offsetof(X264Context, x) +-- +2.21.0 + diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild index 30617cd70e6..2e4a307f5bd 100644 --- a/media-video/libav/libav-12.3.ebuild +++ b/media-video/libav/libav-12.3.ebuild @@ -144,6 +144,7 @@ src_unpack() { src_prepare() { eapply_user + eapply "${FILESDIR}/${P}-x264.patch" # bug 681888 # if we have snapshot then we need to hardcode the version if [[ ${PV%_p*} != ${PV} ]]; then
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: b557927422a3c7dd60df4eed373a600df1ea8f8d Author: Aaron Bauman gentoo org> AuthorDate: Wed May 15 13:53:03 2019 + Commit: Aaron Bauman gentoo org> CommitDate: Wed May 15 13:54:38 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5579274 media-video/libav: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64" media-video/libav/libav-12.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild index 043a37a0eaf..30617cd70e6 100644 --- a/media-video/libav/libav-12.3.ebuild +++ b/media-video/libav/libav-12.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network nvidia openssl opus oss pic pulseaudio rtmp sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 874aa31a88eb4d7a3969afb609407ffa0448fda2 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun May 12 20:53:25 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sun May 12 20:53:44 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874aa31a media-video/libav: fix USE=test SRC_URI, bug #641678 Use available fate-12-r1.tar.xz instead of unavailable fate-12.tar.xz Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/641678 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich gentoo.org> media-video/libav/Manifest| 1 - media-video/libav/libav-13_pre20171219.ebuild | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index e6d7a8be623..45c885bdad9 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -1,4 +1,3 @@ DIST fate-12-r1.tar.xz 763758260 BLAKE2B 299e1a2a773e49c7a51c1222ac34eaea24f77420570a1b0c0b18db5517736656f52ad0a7ca807f65f5e9f9597709265fcd950cf989ad995aa4289ba0e364950e SHA512 084f584c34d34b66c1f4d4742a11376ee2b90f6a07529b5aba6d50421dc8f863fded73dd57ad2c201aadfd529f0f923fa531ea9b417b682846ef565a1018 -DIST fate-12.tar.xz 755165356 BLAKE2B 031cef24bcfae6205cd6546f453cddb17387176ae837086dd38c8c7132ad9b8dee5367be5fb1b8c604b2203a1e2a55f0c3be2a62f825a95a7ace1aceb4593b70 SHA512 f6ffb3b673b01debd71d7c79cd5c3c4d6f6adb975ed0bdb7c791d674efd8a84ac98f7db3943dfbe3756a3f8819ceab2bdf4633c15fefddf0f8e10adfc805c1e1 DIST libav-12.3.tar.xz 5267988 BLAKE2B 92147dde4f41a5aa05d93824d3ffa9a21b067f99cec5fa17bc4b8e3600f2b1913f7e74d4ea766c864cdba686dd14d5d3a8bc8af8f9e6de4c956f14cb8e20ab88 SHA512 fd4838a934792797a975ece034cbd63760c94ee6becc99b8707e8345e41777baf26e30ef6937ab30b7d2f722977e69aabc2cfca3fcdf88373d579f9cc9d69162 DIST libav-13_pre20171219.tar.xz 5427904 BLAKE2B 074dc5d071aeb656fc14a015c2e3c168aa81d25e2fb08d99e300dc47d7ea28f61500fcfab0b16fa136261a5af27631b7536eb3aefa0e1feb4d615af57f9f5a36 SHA512 0c9b59957f1fbbff8f5b95b02c11014a4efdddf4b7e1b158cd0fda3af8b89bd90d48263ed0239915adfb7abcd7a8b22c278cd5cf1d01822bd22df65cc7f69689 diff --git a/media-video/libav/libav-13_pre20171219.ebuild b/media-video/libav/libav-13_pre20171219.ebuild index 899dd07f7e1..034734f041e 100644 --- a/media-video/libav/libav-13_pre20171219.ebuild +++ b/media-video/libav/libav-13_pre20171219.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,7 +23,7 @@ else # Official release SRC_URI="https://libav.org/releases/${P}.tar.xz"; fi -SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-12.tar.xz )" +SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-12-r1.tar.xz )" LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/13"
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/files/
commit: 6ec283cc09751de50cb70f74e8943019a68499ad Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Feb 16 19:37:05 2019 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 21 10:29:10 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec283cc media-video/libav: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11075 Signed-off-by: Andreas Sturmlechner gentoo.org> .../libav/files/libav-11.3-libvpx-1.5.0.patch | 47 -- media-video/libav/files/libav-11.8-perl526.patch | 12 -- 2 files changed, 59 deletions(-) diff --git a/media-video/libav/files/libav-11.3-libvpx-1.5.0.patch b/media-video/libav/files/libav-11.3-libvpx-1.5.0.patch deleted file mode 100644 index 6844a152b7a..000 --- a/media-video/libav/files/libav-11.3-libvpx-1.5.0.patch +++ /dev/null @@ -1,47 +0,0 @@ -https://bugs.gentoo.org/565696 - -commit 4d05e9392f84702e3c833efa86e84c7f1cf5f612 -Author: James Zern -Date: Mon Oct 19 22:44:11 2015 -0700 - -libvpxenc: remove some unused ctrl id mappings - -VP8E_UPD_ENTROPY, VP8E_UPD_REFERENCE, VP8E_USE_REFERENCE were removed -from libvpx and the remaining values were never used here - -Reviewed-by: Michael Niedermayer -Signed-off-by: James Zern -Signed-off-by: Luca Barbato - -diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c -index 563117f..d1e2523 100644 a/libavcodec/libvpxenc.c -+++ b/libavcodec/libvpxenc.c -@@ -71,23 +71,15 @@ typedef struct VP8EncoderContext { - - /** String mappings for enum vp8e_enc_control_id */ - static const char *const ctlidstr[] = { --[VP8E_UPD_ENTROPY] = "VP8E_UPD_ENTROPY", --[VP8E_UPD_REFERENCE] = "VP8E_UPD_REFERENCE", --[VP8E_USE_REFERENCE] = "VP8E_USE_REFERENCE", --[VP8E_SET_ROI_MAP] = "VP8E_SET_ROI_MAP", --[VP8E_SET_ACTIVEMAP] = "VP8E_SET_ACTIVEMAP", --[VP8E_SET_SCALEMODE] = "VP8E_SET_SCALEMODE", -+[VP8E_SET_ARNR_MAXFRAMES]= "VP8E_SET_ARNR_MAXFRAMES", -+[VP8E_SET_ARNR_STRENGTH] = "VP8E_SET_ARNR_STRENGTH", -+[VP8E_SET_ARNR_TYPE] = "VP8E_SET_ARNR_TYPE", - [VP8E_SET_CPUUSED] = "VP8E_SET_CPUUSED", -+[VP8E_SET_CQ_LEVEL] = "VP8E_SET_CQ_LEVEL", - [VP8E_SET_ENABLEAUTOALTREF] = "VP8E_SET_ENABLEAUTOALTREF", - [VP8E_SET_NOISE_SENSITIVITY] = "VP8E_SET_NOISE_SENSITIVITY", --[VP8E_SET_SHARPNESS] = "VP8E_SET_SHARPNESS", - [VP8E_SET_STATIC_THRESHOLD] = "VP8E_SET_STATIC_THRESHOLD", - [VP8E_SET_TOKEN_PARTITIONS] = "VP8E_SET_TOKEN_PARTITIONS", --[VP8E_GET_LAST_QUANTIZER]= "VP8E_GET_LAST_QUANTIZER", --[VP8E_SET_ARNR_MAXFRAMES]= "VP8E_SET_ARNR_MAXFRAMES", --[VP8E_SET_ARNR_STRENGTH] = "VP8E_SET_ARNR_STRENGTH", --[VP8E_SET_ARNR_TYPE] = "VP8E_SET_ARNR_TYPE", --[VP8E_SET_CQ_LEVEL] = "VP8E_SET_CQ_LEVEL", - }; - - static av_cold void log_encoder_error(AVCodecContext *avctx, const char *desc) diff --git a/media-video/libav/files/libav-11.8-perl526.patch b/media-video/libav/files/libav-11.8-perl526.patch deleted file mode 100644 index d9625c653de..000 --- a/media-video/libav/files/libav-11.8-perl526.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN libav-11.8.orig/doc/texi2pod.pl libav-11.8/doc/texi2pod.pl libav-11.8.orig/doc/texi2pod.pl2016-09-06 18:09:14.0 +0200 -+++ libav-11.8/doc/texi2pod.pl 2018-02-16 18:25:11.823113370 +0100 -@@ -379,7 +379,7 @@ - # @* is also impossible in .pod; we discard it and any newline that - # follows it. Similarly, our macro @gol must be discarded. - --s/\@anchor{(?:[^\}]*)\}//g; -+s/\@anchor\{(?:[^\}]*)\}//g; - s/\(?\@xref\{(?:[^\}]*)\}(?:[^.<]|(?:<[^<>]*>))*\.\)?//g; - s/\s+\(\@pxref\{(?:[^\}]*)\}\)//g; - s/;\s+\@pxref\{(?:[^\}]*)\}//g;
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 489803ef017f35135cce0d69755df228636c5118 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Nov 11 11:28:16 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Sun Nov 11 11:28:16 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489803ef media-video/libav: arm stable wrt bug #637458 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-video/libav/libav-12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild index 77b919f8814..bdf3f3bd00d 100644 --- a/media-video/libav/libav-12.3.ebuild +++ b/media-video/libav/libav-12.3.ebuild @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: dec1c5900cdce736464171560e3979021203cbb2 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Nov 11 11:31:57 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Sun Nov 11 11:31:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec1c590 media-video/libav: security cleanup Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-video/libav/Manifest | 5 - media-video/libav/libav-11.8.ebuild| 343 media-video/libav/libav-11..ebuild | 340 media-video/libav/libav-12.2.ebuild| 349 - media-video/libav/libav-9.17.ebuild| 315 - media-video/libav/metadata.xml | 1 - 6 files changed, 1353 deletions(-) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index 998c922b52f..e6d7a8be623 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -1,9 +1,4 @@ -DIST fate-11.tar.xz 691009480 BLAKE2B 01e1e8125d34a623b5bd4bf1da0daee96d045e73fd069cf438f471970ad4cf71df8bd3235306b3493cb547fb5ac4bb8fce416e194fec9a7e9b9de68a5a15d572 SHA512 f9dc152964e3f19cf32d5d4cbc923a2bd05ba3b0f8f3880122df79d32852ee9d4795a0bfd66d7a2925299e9e9533888df6103e212ea3e5cbfe799d17ffa2b433 DIST fate-12-r1.tar.xz 763758260 BLAKE2B 299e1a2a773e49c7a51c1222ac34eaea24f77420570a1b0c0b18db5517736656f52ad0a7ca807f65f5e9f9597709265fcd950cf989ad995aa4289ba0e364950e SHA512 084f584c34d34b66c1f4d4742a11376ee2b90f6a07529b5aba6d50421dc8f863fded73dd57ad2c201aadfd529f0f923fa531ea9b417b682846ef565a1018 DIST fate-12.tar.xz 755165356 BLAKE2B 031cef24bcfae6205cd6546f453cddb17387176ae837086dd38c8c7132ad9b8dee5367be5fb1b8c604b2203a1e2a55f0c3be2a62f825a95a7ace1aceb4593b70 SHA512 f6ffb3b673b01debd71d7c79cd5c3c4d6f6adb975ed0bdb7c791d674efd8a84ac98f7db3943dfbe3756a3f8819ceab2bdf4633c15fefddf0f8e10adfc805c1e1 -DIST fate-9.tar.xz 467671500 BLAKE2B df4ef8187f257c91b7b6c3c25c2f204c2d4a476cc73cca199ec1c8af2c4641cbb3a314e39ab38f6d8b68c5fe0b91ff1b4b592dec6b518d544806eaeaca003608 SHA512 8e45539f2512ef915b37c857226c0243940259f269b8f99393b9defa3352d7b8c1fcc5078f4f0d40dc0509737f0c915e179cedcc77f71fe5d96b1b956169a202 -DIST libav-11.8.tar.xz 4865796 BLAKE2B fb0e8f129edee0423252f334b12485d514f9fdfb3d916877d83141e0985ec4efb4de0f5b65d6e3e6d94b835f317a52116b849eec99d023ebb109bdbc2b7a8c5c SHA512 26f9a6bb7312acc08b6785c260220ada3ca2a8db0d0f2bd4621b47082c275fbdb7978457cb423693ba9a61dc4570b05d0dceb5861ff0bcce859c349a6a8f49be -DIST libav-12.2.tar.xz 5268804 BLAKE2B e25b3dfe1026b9e69c89cbec2090070088a7004dc03e8cc23da2da03824a627c733c16c67e5fc65ec9f19942d93405d5ba6926de83cae04c497597f55220f004 SHA512 4b37cfb18a6cf6f12eddb5175b1751c093f3a495ae1d1b54c60157cb260479b1d8fa3a6e3e08c00d7a26422b1e78a750eb35cf7bc763c01790f3567cba03 DIST libav-12.3.tar.xz 5267988 BLAKE2B 92147dde4f41a5aa05d93824d3ffa9a21b067f99cec5fa17bc4b8e3600f2b1913f7e74d4ea766c864cdba686dd14d5d3a8bc8af8f9e6de4c956f14cb8e20ab88 SHA512 fd4838a934792797a975ece034cbd63760c94ee6becc99b8707e8345e41777baf26e30ef6937ab30b7d2f722977e69aabc2cfca3fcdf88373d579f9cc9d69162 DIST libav-13_pre20171219.tar.xz 5427904 BLAKE2B 074dc5d071aeb656fc14a015c2e3c168aa81d25e2fb08d99e300dc47d7ea28f61500fcfab0b16fa136261a5af27631b7536eb3aefa0e1feb4d615af57f9f5a36 SHA512 0c9b59957f1fbbff8f5b95b02c11014a4efdddf4b7e1b158cd0fda3af8b89bd90d48263ed0239915adfb7abcd7a8b22c278cd5cf1d01822bd22df65cc7f69689 -DIST libav-9.17.tar.xz 4080028 BLAKE2B 206e80835292af9f4c1c65539e69981b6993679c11e8a1feef1e37dc32174e47744ebce319b8709bcd60804f493fab1e524c781e174d60d9ebe35ad01f6fbc60 SHA512 20af83d4b6a23c159c2386b6592ba6a6acf3f2c54e8aeb16dd0c8a64d637fbde24f37b864698b1143c6802b64a7b5e8ddfe0e7601b35c35686a789e2b3232f5a diff --git a/media-video/libav/libav-11.8.ebuild b/media-video/libav/libav-11.8.ebuild deleted file mode 100644 index 86c3ec70569..000 --- a/media-video/libav/libav-11.8.ebuild +++ /dev/null @@ -1,343 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs - -if [[ ${PV} == * ]] ; then - : ${EGIT_REPO_URI:="git://git.libav.org/libav.git"} - if [[ ${PV%} != "" ]] ; then - : ${EGIT_BRANCH:="release/${PV%.}"} - fi - inherit git-r3 -fi - -DESCRIPTION="Complete solution to record, convert and stream audio and video" -HOMEPAGE="https://libav.org/"; -if [[ ${PV} == * ]] ; then - SRC_URI="" -elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot - SRC_URI="https://dev.gentoo.org/~lu_zero/libav/${P}.tar.xz"; -else # Official release - SRC_URI="https://libav.org/releases/${P}.tar.xz"; -fi -# does not have fate-*.tar.xz -[[ ${PV%} != "" ]] && SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-${PV%%.*}.tar.xz )"
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 550b89e3b9e774d85fdbe91901037b893762f038 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 8 23:34:32 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 23:35:38 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550b89e3 media-video/libav: stable 12.3 for hppa, bug #637458 Package-Manager: Portage-2.3.51, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> media-video/libav/libav-12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild index 8acee4d623e..77b919f8814 100644 --- a/media-video/libav/libav-12.3.ebuild +++ b/media-video/libav/libav-12.3.ebuild @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: b0c4bc7e71ea19f9f2f639f10b817a9b7c38a977 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Nov 8 22:47:15 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 22:58:59 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c4bc7e media-video/libav: stable 12.3 for sparc, bug #637458 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> media-video/libav/libav-12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild index b519bf55f1a..8acee4d623e 100644 --- a/media-video/libav/libav-12.3.ebuild +++ b/media-video/libav/libav-12.3.ebuild @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 25f4ed536855992352f71cc75b20ffdb5a42bf85 Author: Marty E. Plummer startmail com> AuthorDate: Mon Oct 15 18:54:03 2018 + Commit: Michał Górny gentoo org> CommitDate: Fri Oct 19 08:50:40 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f4ed53 media-video/libav: remove local webp use flag Signed-off-by: Marty E. Plummer startmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michał Górny gentoo.org> media-video/libav/metadata.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/media-video/libav/metadata.xml b/media-video/libav/metadata.xml index 222399a1830..dc0e0406522 100644 --- a/media-video/libav/metadata.xml +++ b/media-video/libav/metadata.xml @@ -32,7 +32,6 @@ Enable MP2 encoding via media-sound/twolame as an alternative to the internal encoder Adds support for SIMD optimizations for UltraSPARC processors. Enable vp8 encoding support using media-libs/libvpx. - Enable WebP encoding with media-libs/libwebp. Enable HEVC encoding with media-libs/x265.
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 932d92b665e50803ed71bc846da723af547c2e49 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Oct 16 10:08:44 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Oct 16 10:09:10 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932d92b6 media-video/libav: update live ebuild Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> media-video/libav/libav-12.3.ebuild | 4 ++-- media-video/libav/libav-.ebuild | 21 +++-- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild index dc5cf52493f..b519bf55f1a 100644 --- a/media-video/libav/libav-12.3.ebuild +++ b/media-video/libav/libav-12.3.ebuild @@ -6,7 +6,7 @@ EAPI="6" inherit flag-o-matic multilib multilib-minimal toolchain-funcs if [[ ${PV} == * ]] ; then - : ${EGIT_REPO_URI:="git://git.libav.org/libav.git"} + : ${EGIT_REPO_URI:="https://git.libav.org/libav.git"} if [[ ${PV%} != "" ]] ; then : ${EGIT_BRANCH:="release/${PV%.}"} fi @@ -345,5 +345,5 @@ multilib_src_install_all() { multilib_src_test() { local _libs="$(for i in lib*/;do echo -n "${BUILD_DIR}/${i%/}:";done)" einfo "LD_LIBRARY_PATH is set to \"${_libs}\"" - LD_LIBRARY_PATH="${_libs}" make -j1 fate V=1 + LD_LIBRARY_PATH="${_libs}" emake -j1 fate V=1 } diff --git a/media-video/libav/libav-.ebuild b/media-video/libav/libav-.ebuild index ca54c7a80c2..dc8296df27e 100644 --- a/media-video/libav/libav-.ebuild +++ b/media-video/libav/libav-.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI="6" -inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs +inherit flag-o-matic multilib multilib-minimal toolchain-funcs if [[ ${PV} == * ]] ; then - : ${EGIT_REPO_URI:="git://git.libav.org/libav.git"} + : ${EGIT_REPO_URI:="https://git.libav.org/libav.git"} if [[ ${PV%} != "" ]] ; then : ${EGIT_BRANCH:="release/${PV%.}"} fi @@ -19,17 +19,15 @@ if [[ ${PV} == * ]] ; then SRC_URI="" elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot SRC_URI="https://dev.gentoo.org/~lu_zero/libav/${P}.tar.xz"; + SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-${PV}.tar.xz )" else # Official release SRC_URI="https://libav.org/releases/${P}.tar.xz"; + SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-${PV%%.*}.tar.xz )" fi -# does not have fate-*.tar.xz -[[ ${PV%} != "" ]] && SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-${PV%%.*}.tar.xz )" LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/13" -[[ ${PV} == * ]] || KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos -~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl @@ -143,7 +141,7 @@ src_unpack() { } src_prepare() { - epatch_user + eapply_user # if we have snapshot then we need to hardcode the version if [[ ${PV%_p*} != ${PV} ]]; then @@ -154,6 +152,9 @@ src_prepare() { use zlib && TOOLS+=( cws2fws ) MAKEOPTS+=" V=1" + + # needed at leasts for tests in live ebuild + multilib_copy_sources } multilib_src_configure() {
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 4d0a3b6bce3b138256260a9a78dc1fe15fd61fcf Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Oct 14 09:11:03 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Oct 14 09:14:07 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0a3b6b media-video/libav: stable 12.3 for ppc64, bug #637458 Signed-off-by: Sergei Trofimovich gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64" media-video/libav/libav-12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild index f9040ab40c1..dc5cf52493f 100644 --- a/media-video/libav/libav-12.3.ebuild +++ b/media-video/libav/libav-12.3.ebuild @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 38b69ea6c0ce91542e4608be25ca413a2339e4ea Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Oct 14 08:53:30 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Oct 14 08:53:30 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b69ea6 media-video/libav: stable 12.3 for ppc, bug #637458 Signed-off-by: Sergei Trofimovich gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc" media-video/libav/libav-12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild index 7f25d34a87a..f9040ab40c1 100644 --- a/media-video/libav/libav-12.3.ebuild +++ b/media-video/libav/libav-12.3.ebuild @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: dde0e32ce1a80dbfd2e795fdc6e152e686b7d085 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Oct 14 01:36:09 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Oct 14 01:36:09 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde0e32c media-video/libav: x86 stable (bug #637458) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> media-video/libav/libav-12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild index 0b74c7e2a7d..7f25d34a87a 100644 --- a/media-video/libav/libav-12.3.ebuild +++ b/media-video/libav/libav-12.3.ebuild @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: a7c9449256353c96ebfe7bd781444e39ff65c31e Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Oct 13 15:47:03 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Oct 13 15:49:22 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c94492 media-video/libav: stable 12.3 for ia64, bug #637458 Signed-off-by: Sergei Trofimovich gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64" media-video/libav/libav-12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild index ed8fb3c83a7..0b74c7e2a7d 100644 --- a/media-video/libav/libav-12.3.ebuild +++ b/media-video/libav/libav-12.3.ebuild @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: d69dcdbf3c0f3e96c112ae3f7118b796f36f897e Author: Tobias Klausmann gentoo org> AuthorDate: Sat Oct 13 07:52:44 2018 + Commit: Tobias Klausmann gentoo org> CommitDate: Sat Oct 13 08:04:46 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69dcdbf media-video/libav-12.3-r0: alpha stable Gentoo-Bug: http://bugs.gentoo.org/637458 Signed-off-by: Tobias Klausmann gentoo.org> media-video/libav/libav-12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild index 1217e7bd76c..ed8fb3c83a7 100644 --- a/media-video/libav/libav-12.3.ebuild +++ b/media-video/libav/libav-12.3.ebuild @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 1f66d4fac7aba0471882317793160d3ca2fc4805 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Oct 12 18:31:44 2018 + Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Oct 12 18:31:44 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f66d4fa media-video/libav: amd64 stable wrt bug #637458 Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="amd64" media-video/libav/libav-12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild index 610966c54b8..1217e7bd76c 100644 --- a/media-video/libav/libav-12.3.ebuild +++ b/media-video/libav/libav-12.3.ebuild @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 53eedc2540c2f2234e07fb5a1b989836cf8867d2 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Oct 6 15:18:30 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Oct 6 17:13:12 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53eedc25 media-video/libav: stable 12.2 for sparc, bug #617508 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> media-video/libav/libav-12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-12.2.ebuild b/media-video/libav/libav-12.2.ebuild index 588da2ba1e6..d3414e7ba81 100644 --- a/media-video/libav/libav-12.2.ebuild +++ b/media-video/libav/libav-12.2.ebuild @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 64addcf8c4fc672fd0597858d0c101e4ab2600f7 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Oct 5 22:00:23 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Oct 5 22:06:12 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64addcf8 media-video/libav: bump to v12.3 Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> media-video/libav/Manifest | 1 + media-video/libav/libav-12.3.ebuild | 349 2 files changed, 350 insertions(+) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index 125623c2d18..998c922b52f 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -4,5 +4,6 @@ DIST fate-12.tar.xz 755165356 BLAKE2B 031cef24bcfae6205cd6546f453cddb17387176ae8 DIST fate-9.tar.xz 467671500 BLAKE2B df4ef8187f257c91b7b6c3c25c2f204c2d4a476cc73cca199ec1c8af2c4641cbb3a314e39ab38f6d8b68c5fe0b91ff1b4b592dec6b518d544806eaeaca003608 SHA512 8e45539f2512ef915b37c857226c0243940259f269b8f99393b9defa3352d7b8c1fcc5078f4f0d40dc0509737f0c915e179cedcc77f71fe5d96b1b956169a202 DIST libav-11.8.tar.xz 4865796 BLAKE2B fb0e8f129edee0423252f334b12485d514f9fdfb3d916877d83141e0985ec4efb4de0f5b65d6e3e6d94b835f317a52116b849eec99d023ebb109bdbc2b7a8c5c SHA512 26f9a6bb7312acc08b6785c260220ada3ca2a8db0d0f2bd4621b47082c275fbdb7978457cb423693ba9a61dc4570b05d0dceb5861ff0bcce859c349a6a8f49be DIST libav-12.2.tar.xz 5268804 BLAKE2B e25b3dfe1026b9e69c89cbec2090070088a7004dc03e8cc23da2da03824a627c733c16c67e5fc65ec9f19942d93405d5ba6926de83cae04c497597f55220f004 SHA512 4b37cfb18a6cf6f12eddb5175b1751c093f3a495ae1d1b54c60157cb260479b1d8fa3a6e3e08c00d7a26422b1e78a750eb35cf7bc763c01790f3567cba03 +DIST libav-12.3.tar.xz 5267988 BLAKE2B 92147dde4f41a5aa05d93824d3ffa9a21b067f99cec5fa17bc4b8e3600f2b1913f7e74d4ea766c864cdba686dd14d5d3a8bc8af8f9e6de4c956f14cb8e20ab88 SHA512 fd4838a934792797a975ece034cbd63760c94ee6becc99b8707e8345e41777baf26e30ef6937ab30b7d2f722977e69aabc2cfca3fcdf88373d579f9cc9d69162 DIST libav-13_pre20171219.tar.xz 5427904 BLAKE2B 074dc5d071aeb656fc14a015c2e3c168aa81d25e2fb08d99e300dc47d7ea28f61500fcfab0b16fa136261a5af27631b7536eb3aefa0e1feb4d615af57f9f5a36 SHA512 0c9b59957f1fbbff8f5b95b02c11014a4efdddf4b7e1b158cd0fda3af8b89bd90d48263ed0239915adfb7abcd7a8b22c278cd5cf1d01822bd22df65cc7f69689 DIST libav-9.17.tar.xz 4080028 BLAKE2B 206e80835292af9f4c1c65539e69981b6993679c11e8a1feef1e37dc32174e47744ebce319b8709bcd60804f493fab1e524c781e174d60d9ebe35ad01f6fbc60 SHA512 20af83d4b6a23c159c2386b6592ba6a6acf3f2c54e8aeb16dd0c8a64d637fbde24f37b864698b1143c6802b64a7b5e8ddfe0e7601b35c35686a789e2b3232f5a diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild new file mode 100644 index 000..610966c54b8 --- /dev/null +++ b/media-video/libav/libav-12.3.ebuild @@ -0,0 +1,349 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit flag-o-matic multilib multilib-minimal toolchain-funcs + +if [[ ${PV} == * ]] ; then + : ${EGIT_REPO_URI:="git://git.libav.org/libav.git"} + if [[ ${PV%} != "" ]] ; then + : ${EGIT_BRANCH:="release/${PV%.}"} + fi + inherit git-r3 +fi + +DESCRIPTION="Complete solution to record, convert and stream audio and video" +HOMEPAGE="https://libav.org/"; +if [[ ${PV} == * ]] ; then + SRC_URI="" +elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot + SRC_URI="https://dev.gentoo.org/~lu_zero/libav/${P}.tar.xz"; + SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-${PV}.tar.xz )" +else # Official release + SRC_URI="https://libav.org/releases/${P}.tar.xz"; + FATE_VER=${PV%%_*} + SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-12-r1.tar.xz )" +fi + +# does not have fate-*.tar.xz + +LICENSE="LGPL-2.1 gpl? ( GPL-3 )" +SLOT="0/12" +[[ ${PV} == * ]] || KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk + frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 + +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl + static-libs test theora threads tools truetype twolame v4l vaapi vdpau vorbis vpx X + wavpack webp x264 x265 xvid +zlib" + +# String for CPU features in the useflag[:configure_option] form +# if :configure_option isn't set, it will use 'useflag' as configure option +CPU_FEATURES="altivec armv5te armv6 armv6t2 armvfp:vfp neon" +X86_CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext mmx mmxext sse sse2 sse3 ssse3 sse4_1:sse4 sse4_2:sse42 avx xop fma3 fma4 avx2" +for i in ${X86_CPU_FEATURES} ; do
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 60ba1ce88dbec82676c0f1de6d5ac8d330384e41 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Sep 22 11:24:01 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 22 11:28:54 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ba1ce8 media-video/libav: stable 12.2 for ppc64, bug #617508 Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64" media-video/libav/libav-12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-12.2.ebuild b/media-video/libav/libav-12.2.ebuild index 4a74879aae8..588da2ba1e6 100644 --- a/media-video/libav/libav-12.2.ebuild +++ b/media-video/libav/libav-12.2.ebuild @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 90405b37df5470be8f8536290cc64f929bac7f50 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Sep 19 17:32:30 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Sep 19 17:34:56 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90405b37 media-video/libav: x86 stable (bug #617508) Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-video/libav/libav-12.2.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-video/libav/libav-12.2.ebuild b/media-video/libav/libav-12.2.ebuild index 855312ca130..4a74879aae8 100644 --- a/media-video/libav/libav-12.2.ebuild +++ b/media-video/libav/libav-12.2.ebuild @@ -30,9 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos -~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 25518f100728bd9b3ee4827fb25528d18e2a79c4 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Sep 15 15:16:37 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Sat Sep 15 15:16:37 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25518f10 media-video/libav: amd64 stable wrt bug #617508 Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-video/libav/libav-12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-12.2.ebuild b/media-video/libav/libav-12.2.ebuild index 34e51359c76..855312ca130 100644 --- a/media-video/libav/libav-12.2.ebuild +++ b/media-video/libav/libav-12.2.ebuild @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 +[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 20eae2d404d4cd12c6a85f0569cdfeb5add644d8 Author: Tobias Klausmann gentoo org> AuthorDate: Thu Sep 13 08:08:37 2018 + Commit: Tobias Klausmann gentoo org> CommitDate: Thu Sep 13 08:08:59 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20eae2d4 media-video/libav-12.2: alpha stable Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-video/libav/libav-12.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/libav/libav-12.2.ebuild b/media-video/libav/libav-12.2.ebuild index 41a6b2cf7ea..34e51359c76 100644 --- a/media-video/libav/libav-12.2.ebuild +++ b/media-video/libav/libav-12.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 +[[ ${PV} == * ]] || KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: e11d586920038f3ec123208eb5925f4e2715a40a Author: Michał Górny gentoo org> AuthorDate: Sun Aug 26 11:31:44 2018 + Commit: Michał Górny gentoo org> CommitDate: Sun Aug 26 11:51:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11d5869 media-video/libav: Remove support for non-existent deps media-video/libav/libav-9.17.ebuild | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-video/libav/libav-9.17.ebuild b/media-video/libav/libav-9.17.ebuild index 47f49fe210c..ff2da501fc7 100644 --- a/media-video/libav/libav-9.17.ebuild +++ b/media-video/libav/libav-9.17.ebuild @@ -49,10 +49,7 @@ RDEPEND=" amr? ( >=media-libs/opencore-amr-0.1.3-r1[${MULTILIB_USEDEP}] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] ) cdio? ( - || ( - >=dev-libs/libcdio-paranoia-0.90_p1-r1[${MULTILIB_USEDEP}] - =dev-libs/libcdio-paranoia-0.90_p1-r1[${MULTILIB_USEDEP}] ) encode? ( aac? ( >=media-libs/vo-aacenc-0.1.3[${MULTILIB_USEDEP}] )
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 7ad4217ccde0f34eaeebd13affe44bfc64e642d6 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 8 12:26:23 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sun May 13 19:18:39 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad4217c media-video/libav: use HTTPS media-video/libav/libav-9.17.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/libav/libav-9.17.ebuild b/media-video/libav/libav-9.17.ebuild index 96df9761125..47f49fe210c 100644 --- a/media-video/libav/libav-9.17.ebuild +++ b/media-video/libav/libav-9.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,13 +12,13 @@ fi inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM} DESCRIPTION="Complete solution to record, convert and stream audio and video" -HOMEPAGE="http://libav.org/"; +HOMEPAGE="https://libav.org/"; if [[ ${PV} == * ]] ; then SRC_URI="" elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot SRC_URI="https://dev.gentoo.org/~lu_zero/libav/${P}.tar.xz"; else # Official release - SRC_URI="http://${PN}.org/releases/${P}.tar.xz"; + SRC_URI="https://${PN}.org/releases/${P}.tar.xz"; fi SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-9.tar.xz )"
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/files/, media-video/libav/
commit: f156c7092d93ca8ffbd5d714581f98793c864c19 Author: Andreas K. Huettel gentoo org> AuthorDate: Fri Feb 16 17:31:27 2018 + Commit: Andreas Hüttel gentoo org> CommitDate: Fri Feb 16 17:31:44 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f156c709 media-video/libav: Fix build with perl-5.26, bug 634646 Closes: https://bugs.gentoo.org/634646 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-video/libav/files/libav-11.8-perl526.patch | 12 media-video/libav/libav-11.8.ebuild | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/media-video/libav/files/libav-11.8-perl526.patch b/media-video/libav/files/libav-11.8-perl526.patch new file mode 100644 index 000..d9625c653de --- /dev/null +++ b/media-video/libav/files/libav-11.8-perl526.patch @@ -0,0 +1,12 @@ +diff -ruN libav-11.8.orig/doc/texi2pod.pl libav-11.8/doc/texi2pod.pl +--- libav-11.8.orig/doc/texi2pod.pl2016-09-06 18:09:14.0 +0200 libav-11.8/doc/texi2pod.pl 2018-02-16 18:25:11.823113370 +0100 +@@ -379,7 +379,7 @@ + # @* is also impossible in .pod; we discard it and any newline that + # follows it. Similarly, our macro @gol must be discarded. + +-s/\@anchor{(?:[^\}]*)\}//g; ++s/\@anchor\{(?:[^\}]*)\}//g; + s/\(?\@xref\{(?:[^\}]*)\}(?:[^.<]|(?:<[^<>]*>))*\.\)?//g; + s/\s+\(\@pxref\{(?:[^\}]*)\}\)//g; + s/;\s+\@pxref\{(?:[^\}]*)\}//g; diff --git a/media-video/libav/libav-11.8.ebuild b/media-video/libav/libav-11.8.ebuild index 4a42816a630..04dccfd24e3 100644 --- a/media-video/libav/libav-11.8.ebuild +++ b/media-video/libav/libav-11.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -153,6 +153,7 @@ src_prepare() { epatch_user epatch "${FILESDIR}"/libav-11.3-libvpx-1.5.0.patch #565696 + epatch "${FILESDIR}"/libav-11.8-perl526.patch #634646 # if we have snapshot then we need to hardcode the version if [[ ${PV%_p*} != ${PV} ]]; then
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 5f134e8b860dd88cc8e3224e4eafa742231cbe5e Author: Aaron Bauman gentoo org> AuthorDate: Thu Jan 25 00:01:48 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Thu Jan 25 00:01:48 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f134e8b media-video/libav: cleanup vulnerable wrt bug #600706 media-video/libav/Manifest | 5 - media-video/libav/libav-11.3-r1.ebuild | 347 - media-video/libav/libav-11.3.ebuild| 344 media-video/libav/libav-11.4.ebuild| 346 media-video/libav/libav-11.6.ebuild| 346 media-video/libav/libav-11.7.ebuild| 346 6 files changed, 1734 deletions(-) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index 72221bb9fe7..125623c2d18 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -1,12 +1,7 @@ -DIST 0001-x86-Put-COPY3_IF_LT-under-HAVE_6REGS.patch.gz 736 BLAKE2B 04e7b9f1b26e3df50e89e9af4663a2765ca6a71bf52b9f931b2d194366526642cdf15b96b1bba98167c1fe1304da71528b05a4504df6153d0cbf4e3b219c0bb7 SHA512 dbdfdf7fc1d42ebd93b0853e85ba0c07d816035c126a9303e6a5656bb9faeea16f16068d7e4aa67c7c4ade8ca09f64669e67f52d7d0a2a65518fa3897d586311 DIST fate-11.tar.xz 691009480 BLAKE2B 01e1e8125d34a623b5bd4bf1da0daee96d045e73fd069cf438f471970ad4cf71df8bd3235306b3493cb547fb5ac4bb8fce416e194fec9a7e9b9de68a5a15d572 SHA512 f9dc152964e3f19cf32d5d4cbc923a2bd05ba3b0f8f3880122df79d32852ee9d4795a0bfd66d7a2925299e9e9533888df6103e212ea3e5cbfe799d17ffa2b433 DIST fate-12-r1.tar.xz 763758260 BLAKE2B 299e1a2a773e49c7a51c1222ac34eaea24f77420570a1b0c0b18db5517736656f52ad0a7ca807f65f5e9f9597709265fcd950cf989ad995aa4289ba0e364950e SHA512 084f584c34d34b66c1f4d4742a11376ee2b90f6a07529b5aba6d50421dc8f863fded73dd57ad2c201aadfd529f0f923fa531ea9b417b682846ef565a1018 DIST fate-12.tar.xz 755165356 BLAKE2B 031cef24bcfae6205cd6546f453cddb17387176ae837086dd38c8c7132ad9b8dee5367be5fb1b8c604b2203a1e2a55f0c3be2a62f825a95a7ace1aceb4593b70 SHA512 f6ffb3b673b01debd71d7c79cd5c3c4d6f6adb975ed0bdb7c791d674efd8a84ac98f7db3943dfbe3756a3f8819ceab2bdf4633c15fefddf0f8e10adfc805c1e1 DIST fate-9.tar.xz 467671500 BLAKE2B df4ef8187f257c91b7b6c3c25c2f204c2d4a476cc73cca199ec1c8af2c4641cbb3a314e39ab38f6d8b68c5fe0b91ff1b4b592dec6b518d544806eaeaca003608 SHA512 8e45539f2512ef915b37c857226c0243940259f269b8f99393b9defa3352d7b8c1fcc5078f4f0d40dc0509737f0c915e179cedcc77f71fe5d96b1b956169a202 -DIST libav-11.3.tar.xz 4858864 BLAKE2B f029581ea013564b69257f0ba71114c489afff3705bfeb9b7dad4a5c95eb64f727ebee4127b1205d1bbca0a2f56e2ebc907d57c25a5abf02ffdaf0b20ae30004 SHA512 f25b9fb7392d5bb4df35937f79beae26bd8f6606f0ad7cdebf16963834eb9b423d882f6a3a44b5120a5d5d853c7c31bb8c3420a427cd2b360f41a48a6d5df284 -DIST libav-11.4.tar.xz 4860264 BLAKE2B 3e56751b806cdf542bf078e790085bb0599696df0646f7bab5187e7af1b008041952ceadb5e1a10a021202c84eb878a8316993eddb6973d9b22fea042114db65 SHA512 82ffe6aaccb1a19782dfcb0de641c8255531ce34ee5f49f9b8ec7f5a11c81713432aafc3a6b7c4de927eb8141ddea41f28e4e3a1ab715b943774193050fb02e7 -DIST libav-11.6.tar.xz 4860268 BLAKE2B 52bd7cce7c1bbf7550d8ebfc00b735903bad1aefe0ecff6bfe80eb23deec6702974f63ec4b50d6956a6511f8dbeb9c6ee57b74786e6f8155b958c3c507391c8d SHA512 bff3e22de93e4ab357715ae20e25b6435df52d1868c5164426a693d14fe7f54e47a46c4c62a36fbf27bd204e12f6a29a6f58016c7deaa838915d424b5ce530bd -DIST libav-11.7.tar.xz 4861984 BLAKE2B 4191e47808b4e2827594398c33f4cd95c789379c0ec1256a18385d4570139054fbb0549c2ab45f3c20c41d2a5cb861ea439a7e76939ccfa856ea2101fc181f55 SHA512 23c6ffd0efdfa6b22c7863bf440d7469eba03a7990382fe33c8c4c7871edf250641ac536572516225679b0934e5c250ee0e2e91ea093c770a0c4c32b4776e3c5 DIST libav-11.8.tar.xz 4865796 BLAKE2B fb0e8f129edee0423252f334b12485d514f9fdfb3d916877d83141e0985ec4efb4de0f5b65d6e3e6d94b835f317a52116b849eec99d023ebb109bdbc2b7a8c5c SHA512 26f9a6bb7312acc08b6785c260220ada3ca2a8db0d0f2bd4621b47082c275fbdb7978457cb423693ba9a61dc4570b05d0dceb5861ff0bcce859c349a6a8f49be DIST libav-12.2.tar.xz 5268804 BLAKE2B e25b3dfe1026b9e69c89cbec2090070088a7004dc03e8cc23da2da03824a627c733c16c67e5fc65ec9f19942d93405d5ba6926de83cae04c497597f55220f004 SHA512 4b37cfb18a6cf6f12eddb5175b1751c093f3a495ae1d1b54c60157cb260479b1d8fa3a6e3e08c00d7a26422b1e78a750eb35cf7bc763c01790f3567cba03 DIST libav-13_pre20171219.tar.xz 5427904 BLAKE2B 074dc5d071aeb656fc14a015c2e3c168aa81d25e2fb08d99e300dc47d7ea28f61500fcfab0b16fa136261a5af27631b7536eb3aefa0e1feb4d615af57f9f5a36 SHA512 0c9b59957f1fbbff8f5b95b02c11014a4efdddf4b7e1b158cd0fda3af8b89bd90d48263ed0239915adfb7abcd7a8b22c278cd5cf1d01822bd22df65cc7f69689 diff --git a/media-video/libav/libav-11.3-r1.ebuild b/media-video/libav/libav-11.3-r1.ebuild deleted file mode 100644 index ddd93225c96..000 --- a/media-video/libav/libav-11.3-r1.ebuild +++ /dev/null @@ -1,347 +0,0 @@ -# Copyright 1999-20
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: db00746d6fe4a6c65bcc2efef8a0f3807b275f58 Author: Aaron Bauman gentoo org> AuthorDate: Wed Jan 24 23:45:26 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Wed Jan 24 23:45:26 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db00746d media-video/libav: cleanup vulnerable wrt bug #626344 media-video/libav/Manifest | 3 - media-video/libav/libav-12.1.ebuild | 358 media-video/libav/libav-12.ebuild | 358 3 files changed, 719 deletions(-) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index 849ca82e11e..72221bb9fe7 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -1,5 +1,4 @@ DIST 0001-x86-Put-COPY3_IF_LT-under-HAVE_6REGS.patch.gz 736 BLAKE2B 04e7b9f1b26e3df50e89e9af4663a2765ca6a71bf52b9f931b2d194366526642cdf15b96b1bba98167c1fe1304da71528b05a4504df6153d0cbf4e3b219c0bb7 SHA512 dbdfdf7fc1d42ebd93b0853e85ba0c07d816035c126a9303e6a5656bb9faeea16f16068d7e4aa67c7c4ade8ca09f64669e67f52d7d0a2a65518fa3897d586311 -DIST 0001-xcb-Add-all-the-libraries-to-the-link-line-explicitl.patch 1017 BLAKE2B ec5947dc258c03a4077da898b0895693de3a35979f086d0551696616ab2f2df1e7e122ad53f93ff0fbf78782acfd0ef2a9f664a1a33f4a4d40d9072733638a1f SHA512 8cf8d1dd46a423381e70ab046e5843f13028c1d2ee14877e96339ea6a7d80d3ae5b2441b5b41ca23ba0104a5ff2d1b7e871f43680967bad0b7f242952d7b0be9 DIST fate-11.tar.xz 691009480 BLAKE2B 01e1e8125d34a623b5bd4bf1da0daee96d045e73fd069cf438f471970ad4cf71df8bd3235306b3493cb547fb5ac4bb8fce416e194fec9a7e9b9de68a5a15d572 SHA512 f9dc152964e3f19cf32d5d4cbc923a2bd05ba3b0f8f3880122df79d32852ee9d4795a0bfd66d7a2925299e9e9533888df6103e212ea3e5cbfe799d17ffa2b433 DIST fate-12-r1.tar.xz 763758260 BLAKE2B 299e1a2a773e49c7a51c1222ac34eaea24f77420570a1b0c0b18db5517736656f52ad0a7ca807f65f5e9f9597709265fcd950cf989ad995aa4289ba0e364950e SHA512 084f584c34d34b66c1f4d4742a11376ee2b90f6a07529b5aba6d50421dc8f863fded73dd57ad2c201aadfd529f0f923fa531ea9b417b682846ef565a1018 DIST fate-12.tar.xz 755165356 BLAKE2B 031cef24bcfae6205cd6546f453cddb17387176ae837086dd38c8c7132ad9b8dee5367be5fb1b8c604b2203a1e2a55f0c3be2a62f825a95a7ace1aceb4593b70 SHA512 f6ffb3b673b01debd71d7c79cd5c3c4d6f6adb975ed0bdb7c791d674efd8a84ac98f7db3943dfbe3756a3f8819ceab2bdf4633c15fefddf0f8e10adfc805c1e1 @@ -9,8 +8,6 @@ DIST libav-11.4.tar.xz 4860264 BLAKE2B 3e56751b806cdf542bf078e790085bb0599696df0 DIST libav-11.6.tar.xz 4860268 BLAKE2B 52bd7cce7c1bbf7550d8ebfc00b735903bad1aefe0ecff6bfe80eb23deec6702974f63ec4b50d6956a6511f8dbeb9c6ee57b74786e6f8155b958c3c507391c8d SHA512 bff3e22de93e4ab357715ae20e25b6435df52d1868c5164426a693d14fe7f54e47a46c4c62a36fbf27bd204e12f6a29a6f58016c7deaa838915d424b5ce530bd DIST libav-11.7.tar.xz 4861984 BLAKE2B 4191e47808b4e2827594398c33f4cd95c789379c0ec1256a18385d4570139054fbb0549c2ab45f3c20c41d2a5cb861ea439a7e76939ccfa856ea2101fc181f55 SHA512 23c6ffd0efdfa6b22c7863bf440d7469eba03a7990382fe33c8c4c7871edf250641ac536572516225679b0934e5c250ee0e2e91ea093c770a0c4c32b4776e3c5 DIST libav-11.8.tar.xz 4865796 BLAKE2B fb0e8f129edee0423252f334b12485d514f9fdfb3d916877d83141e0985ec4efb4de0f5b65d6e3e6d94b835f317a52116b849eec99d023ebb109bdbc2b7a8c5c SHA512 26f9a6bb7312acc08b6785c260220ada3ca2a8db0d0f2bd4621b47082c275fbdb7978457cb423693ba9a61dc4570b05d0dceb5861ff0bcce859c349a6a8f49be -DIST libav-12.1.tar.xz 5267292 BLAKE2B 4b8e5c9175aa34b2195238e16af4a21706ef18babb491c0c08d4432cb73ad576eaea55b5231af9033dc252a66b1fd51c5964b1d8ad80c85fe2600c27c332c3da SHA512 a0dd5fcc95cb62901b05b59a63ce4fcc6fb2943f0032a824ff6cfeeab2d13bd5edc65811aba1d06fe4d794119da049c52e5a9efbbc3599b445b61769992c9919 DIST libav-12.2.tar.xz 5268804 BLAKE2B e25b3dfe1026b9e69c89cbec2090070088a7004dc03e8cc23da2da03824a627c733c16c67e5fc65ec9f19942d93405d5ba6926de83cae04c497597f55220f004 SHA512 4b37cfb18a6cf6f12eddb5175b1751c093f3a495ae1d1b54c60157cb260479b1d8fa3a6e3e08c00d7a26422b1e78a750eb35cf7bc763c01790f3567cba03 -DIST libav-12.tar.xz 5265280 BLAKE2B 2fca534267537343ae51bf07ce226057ec0ecef81163c81559c7492a1591b611f393b2e8026733a733c715a890137b353140743a53227f030806a1c35418c910 SHA512 55f7dd171882d191c79c6ade10f02123b8b7d897cbbd13c77766c9af944c5ba4bfbc81487966bac1ee459bc61f7a2471ddd9a3ea29b412296e9044b98440c423 DIST libav-13_pre20171219.tar.xz 5427904 BLAKE2B 074dc5d071aeb656fc14a015c2e3c168aa81d25e2fb08d99e300dc47d7ea28f61500fcfab0b16fa136261a5af27631b7536eb3aefa0e1feb4d615af57f9f5a36 SHA512 0c9b59957f1fbbff8f5b95b02c11014a4efdddf4b7e1b158cd0fda3af8b89bd90d48263ed0239915adfb7abcd7a8b22c278cd5cf1d01822bd22df65cc7f69689 DIST libav-9.17.tar.xz 4080028 BLAKE2B 206e80835292af9f4c1c65539e69981b6993679c11e8a1feef1e37dc32174e47744ebce319b8709bcd60804f493fab1e524c781e174d60d9ebe35ad01f6fbc60 SHA512 20af83d4b6a23c159c2386b6592ba6a6acf3f2c54e8aeb16dd0c8a64d637fbde24f37b864698b1143c6802b64a7b5e8ddfe0e7601b35c35686a789e2b3232f5a diff --git a/media-video/libav/libav-1
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 96b6c0a0b3ee695a996961cb73eb8ec60efbafc0 Author: Luca Barbato gentoo org> AuthorDate: Mon Dec 18 23:48:11 2017 + Commit: Luca Barbato gentoo org> CommitDate: Mon Dec 18 23:48:31 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b6c0a0 media-video/libav: Add a libav-13 snapshot Some software can make use of the new features already. Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-video/libav/Manifest| 2 + media-video/libav/libav-13_pre20171219.ebuild | 342 ++ 2 files changed, 344 insertions(+) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index 84e099d743c..849ca82e11e 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -2,6 +2,7 @@ DIST 0001-x86-Put-COPY3_IF_LT-under-HAVE_6REGS.patch.gz 736 BLAKE2B 04e7b9f1b26e DIST 0001-xcb-Add-all-the-libraries-to-the-link-line-explicitl.patch 1017 BLAKE2B ec5947dc258c03a4077da898b0895693de3a35979f086d0551696616ab2f2df1e7e122ad53f93ff0fbf78782acfd0ef2a9f664a1a33f4a4d40d9072733638a1f SHA512 8cf8d1dd46a423381e70ab046e5843f13028c1d2ee14877e96339ea6a7d80d3ae5b2441b5b41ca23ba0104a5ff2d1b7e871f43680967bad0b7f242952d7b0be9 DIST fate-11.tar.xz 691009480 BLAKE2B 01e1e8125d34a623b5bd4bf1da0daee96d045e73fd069cf438f471970ad4cf71df8bd3235306b3493cb547fb5ac4bb8fce416e194fec9a7e9b9de68a5a15d572 SHA512 f9dc152964e3f19cf32d5d4cbc923a2bd05ba3b0f8f3880122df79d32852ee9d4795a0bfd66d7a2925299e9e9533888df6103e212ea3e5cbfe799d17ffa2b433 DIST fate-12-r1.tar.xz 763758260 BLAKE2B 299e1a2a773e49c7a51c1222ac34eaea24f77420570a1b0c0b18db5517736656f52ad0a7ca807f65f5e9f9597709265fcd950cf989ad995aa4289ba0e364950e SHA512 084f584c34d34b66c1f4d4742a11376ee2b90f6a07529b5aba6d50421dc8f863fded73dd57ad2c201aadfd529f0f923fa531ea9b417b682846ef565a1018 +DIST fate-12.tar.xz 755165356 BLAKE2B 031cef24bcfae6205cd6546f453cddb17387176ae837086dd38c8c7132ad9b8dee5367be5fb1b8c604b2203a1e2a55f0c3be2a62f825a95a7ace1aceb4593b70 SHA512 f6ffb3b673b01debd71d7c79cd5c3c4d6f6adb975ed0bdb7c791d674efd8a84ac98f7db3943dfbe3756a3f8819ceab2bdf4633c15fefddf0f8e10adfc805c1e1 DIST fate-9.tar.xz 467671500 BLAKE2B df4ef8187f257c91b7b6c3c25c2f204c2d4a476cc73cca199ec1c8af2c4641cbb3a314e39ab38f6d8b68c5fe0b91ff1b4b592dec6b518d544806eaeaca003608 SHA512 8e45539f2512ef915b37c857226c0243940259f269b8f99393b9defa3352d7b8c1fcc5078f4f0d40dc0509737f0c915e179cedcc77f71fe5d96b1b956169a202 DIST libav-11.3.tar.xz 4858864 BLAKE2B f029581ea013564b69257f0ba71114c489afff3705bfeb9b7dad4a5c95eb64f727ebee4127b1205d1bbca0a2f56e2ebc907d57c25a5abf02ffdaf0b20ae30004 SHA512 f25b9fb7392d5bb4df35937f79beae26bd8f6606f0ad7cdebf16963834eb9b423d882f6a3a44b5120a5d5d853c7c31bb8c3420a427cd2b360f41a48a6d5df284 DIST libav-11.4.tar.xz 4860264 BLAKE2B 3e56751b806cdf542bf078e790085bb0599696df0646f7bab5187e7af1b008041952ceadb5e1a10a021202c84eb878a8316993eddb6973d9b22fea042114db65 SHA512 82ffe6aaccb1a19782dfcb0de641c8255531ce34ee5f49f9b8ec7f5a11c81713432aafc3a6b7c4de927eb8141ddea41f28e4e3a1ab715b943774193050fb02e7 @@ -11,4 +12,5 @@ DIST libav-11.8.tar.xz 4865796 BLAKE2B fb0e8f129edee0423252f334b12485d514f9fdfb3 DIST libav-12.1.tar.xz 5267292 BLAKE2B 4b8e5c9175aa34b2195238e16af4a21706ef18babb491c0c08d4432cb73ad576eaea55b5231af9033dc252a66b1fd51c5964b1d8ad80c85fe2600c27c332c3da SHA512 a0dd5fcc95cb62901b05b59a63ce4fcc6fb2943f0032a824ff6cfeeab2d13bd5edc65811aba1d06fe4d794119da049c52e5a9efbbc3599b445b61769992c9919 DIST libav-12.2.tar.xz 5268804 BLAKE2B e25b3dfe1026b9e69c89cbec2090070088a7004dc03e8cc23da2da03824a627c733c16c67e5fc65ec9f19942d93405d5ba6926de83cae04c497597f55220f004 SHA512 4b37cfb18a6cf6f12eddb5175b1751c093f3a495ae1d1b54c60157cb260479b1d8fa3a6e3e08c00d7a26422b1e78a750eb35cf7bc763c01790f3567cba03 DIST libav-12.tar.xz 5265280 BLAKE2B 2fca534267537343ae51bf07ce226057ec0ecef81163c81559c7492a1591b611f393b2e8026733a733c715a890137b353140743a53227f030806a1c35418c910 SHA512 55f7dd171882d191c79c6ade10f02123b8b7d897cbbd13c77766c9af944c5ba4bfbc81487966bac1ee459bc61f7a2471ddd9a3ea29b412296e9044b98440c423 +DIST libav-13_pre20171219.tar.xz 5427904 BLAKE2B 074dc5d071aeb656fc14a015c2e3c168aa81d25e2fb08d99e300dc47d7ea28f61500fcfab0b16fa136261a5af27631b7536eb3aefa0e1feb4d615af57f9f5a36 SHA512 0c9b59957f1fbbff8f5b95b02c11014a4efdddf4b7e1b158cd0fda3af8b89bd90d48263ed0239915adfb7abcd7a8b22c278cd5cf1d01822bd22df65cc7f69689 DIST libav-9.17.tar.xz 4080028 BLAKE2B 206e80835292af9f4c1c65539e69981b6993679c11e8a1feef1e37dc32174e47744ebce319b8709bcd60804f493fab1e524c781e174d60d9ebe35ad01f6fbc60 SHA512 20af83d4b6a23c159c2386b6592ba6a6acf3f2c54e8aeb16dd0c8a64d637fbde24f37b864698b1143c6802b64a7b5e8ddfe0e7601b35c35686a789e2b3232f5a diff --git a/media-video/libav/libav-13_pre20171219.ebuild b/media-video/libav/libav-13_pre20171219.ebuild new file mode 100644 index 000..3958953fa54 --- /dev/null +++ b/media-video/libav/libav-13_pre20171219.ebuild @@ -0,0 +1,342 @@ +# Copyright 1999-2017 G
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: bb2ea09f6cc4abebf5af415c108ec804e002da05 Author: Luca Barbato gentoo org> AuthorDate: Mon Dec 18 23:24:06 2017 + Commit: Luca Barbato gentoo org> CommitDate: Mon Dec 18 23:24:43 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2ea09f media-video/libav: Update the live ebuild Depend exclusively on nasm. Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-video/libav/libav-.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/libav/libav-.ebuild b/media-video/libav/libav-.ebuild index 1bba920f5df..d56d1db06ef 100644 --- a/media-video/libav/libav-.ebuild +++ b/media-video/libav/libav-.ebuild @@ -26,7 +26,7 @@ fi [[ ${PV%} != "" ]] && SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-${PV%%.*}.tar.xz )" LICENSE="LGPL-2.1 gpl? ( GPL-3 )" -SLOT="0/12" +SLOT="0/13" [[ ${PV} == * ]] || KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" @@ -109,7 +109,7 @@ DEPEND="${RDEPEND} >=sys-devel/make-3.81 doc? ( app-text/texi2html ) ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) - cpu_flags_x86_mmx? ( dev-lang/yasm ) + cpu_flags_x86_mmx? ( >=dev-lang/nasm-2.13 ) rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) ssl? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 94cddf332533c623aea732db9aa1eb106e36a3a6 Author: Luca Barbato gentoo org> AuthorDate: Tue Oct 17 10:12:57 2017 + Commit: Luca Barbato gentoo org> CommitDate: Tue Oct 17 10:13:33 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cddf33 media-video/libav: Update to current git The outdev support is dropped upstream due inherent brokeness: since the output does not have a mean to rate-control or synchronization it cannot be really used in most situation. Package-Manager: Portage-2.3.8, Repoman-2.3.2 media-video/libav/libav-.ebuild | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-video/libav/libav-.ebuild b/media-video/libav/libav-.ebuild index 53e4dbcf9f8..1bba920f5df 100644 --- a/media-video/libav/libav-.ebuild +++ b/media-video/libav/libav-.ebuild @@ -220,10 +220,7 @@ multilib_src_configure() { use ${i} || myconf+=( --disable-indev=${i} ) done use X && myconf+=( --enable-libxcb ) - # Outdevs - for i in alsa oss ; do - use ${i} || myconf+=( --disable-outdev=${i} ) - done + # libavfilter options use bs2b && myconf+=( --enable-libbs2b ) multilib_is_native_abi && use frei0r && myconf+=( --enable-frei0r )
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: cc7003048c5ad9953602626e144225470b8f9767 Author: Luca Barbato gentoo org> AuthorDate: Sun Oct 1 09:07:34 2017 + Commit: Luca Barbato gentoo org> CommitDate: Sun Oct 1 09:07:49 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc700304 media-video/libav: New point release Bugfixes as usual. Package-Manager: Portage-2.3.8, Repoman-2.3.2 media-video/libav/Manifest | 1 + media-video/libav/libav-12.2.ebuild | 355 2 files changed, 356 insertions(+) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index fcef865fbb9..d9e7283d886 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -9,5 +9,6 @@ DIST libav-11.6.tar.xz 4860268 SHA256 542f30e4266d2d2226e681b888bc718c995f5438f2 DIST libav-11.7.tar.xz 4861984 SHA256 8c9a75c89c6df58dd5e3f6f735d1ba5448680e23013fd66a51b50b4f49913c46 SHA512 23c6ffd0efdfa6b22c7863bf440d7469eba03a7990382fe33c8c4c7871edf250641ac536572516225679b0934e5c250ee0e2e91ea093c770a0c4c32b4776e3c5 WHIRLPOOL adb106828ae1e3c802b719a5c9feede1c96d02d79512bf04e2bf29da3d24e969a044a887eeb94dc76d528582026aed6cb1e0e342115507aaa98a8918de358ecd DIST libav-11.8.tar.xz 4865796 SHA256 7014b869570b9ea759e5c06beb3e9debd024a1c5af517655a9e1ccfe145baf4e SHA512 26f9a6bb7312acc08b6785c260220ada3ca2a8db0d0f2bd4621b47082c275fbdb7978457cb423693ba9a61dc4570b05d0dceb5861ff0bcce859c349a6a8f49be WHIRLPOOL e6ca039aa8919b9e6b593de8d99728980e32176fc33276b419e5d73cb36981f487e1c35eac1f07d2fc0f0672e1b0d59d9fda022e16afe96467f77226c95a34a0 DIST libav-12.1.tar.xz 5267292 SHA256 fad96aa265d3d64b9e53c159559621ec888effa022908da8372164fa4cbe5d2d SHA512 a0dd5fcc95cb62901b05b59a63ce4fcc6fb2943f0032a824ff6cfeeab2d13bd5edc65811aba1d06fe4d794119da049c52e5a9efbbc3599b445b61769992c9919 WHIRLPOOL 31c0f8c0451b81b48a0373f94fcde68f5f23fa7e71fd040f6d97e7e7b20995627a59b08d4f2dfa07e55df3d23e8313af275b38872d923f9455031b8ec66e80b1 +DIST libav-12.2.tar.xz 5268804 SHA256 7b5620261fb3e372bf3992736862f598967988502f7804c39c5246b62348c53b SHA512 4b37cfb18a6cf6f12eddb5175b1751c093f3a495ae1d1b54c60157cb260479b1d8fa3a6e3e08c00d7a26422b1e78a750eb35cf7bc763c01790f3567cba03 WHIRLPOOL 02d4a8bc00262c9dcdc1fd30187b8ac3ce51dadf533ba9df7cd2875d5e83787e4dd91b84a096aa798788535bb964c0eecebd7ec50bc453079cf61902aa269159 DIST libav-12.tar.xz 5265280 SHA256 72291ec223b08716fe5204b7b79ea8b90d75003730caa1c575dbf4232277a90e SHA512 55f7dd171882d191c79c6ade10f02123b8b7d897cbbd13c77766c9af944c5ba4bfbc81487966bac1ee459bc61f7a2471ddd9a3ea29b412296e9044b98440c423 WHIRLPOOL 3e52280b09354fddcf35002010d35b19657756a5b2c77e5c35551f899c1fa2c4e939f97058a1a77801caf7c8a9e8955d7d556ae1874c78f210eaf26b368c20ec DIST libav-9.17.tar.xz 4080028 SHA256 e32d5f152bce1de283c002a35eb6e71f265877633dee8a40db4d16381dd5d17c SHA512 20af83d4b6a23c159c2386b6592ba6a6acf3f2c54e8aeb16dd0c8a64d637fbde24f37b864698b1143c6802b64a7b5e8ddfe0e7601b35c35686a789e2b3232f5a WHIRLPOOL ec07b5dd116e87416a9841044e09a6ef9b124fe4882f53e88711a32813d3d3a1d71f5067854bbd553ecdadec401dbbb8b504bfc1c6966bfd5e2db79459fb9995 diff --git a/media-video/libav/libav-12.2.ebuild b/media-video/libav/libav-12.2.ebuild new file mode 100644 index 000..4d3632d6996 --- /dev/null +++ b/media-video/libav/libav-12.2.ebuild @@ -0,0 +1,355 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs + +if [[ ${PV} == * ]] ; then + : ${EGIT_REPO_URI:="git://git.libav.org/libav.git"} + if [[ ${PV%} != "" ]] ; then + : ${EGIT_BRANCH:="release/${PV%.}"} + fi + inherit git-r3 +fi + +DESCRIPTION="Complete solution to record, convert and stream audio and video" +HOMEPAGE="https://libav.org/"; +if [[ ${PV} == * ]] ; then + SRC_URI="" +elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot + SRC_URI="https://dev.gentoo.org/~lu_zero/libav/${P}.tar.xz"; + SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-${PV}.tar.xz )" +else # Official release + SRC_URI="https://libav.org/releases/${P}.tar.xz"; + FATE_VER=${PV%%_*} + SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-12-r1.tar.xz )" +fi + +# does not have fate-*.tar.xz + +LICENSE="LGPL-2.1 gpl? ( GPL-3 )" +SLOT="0/12" +[[ ${PV} == * ]] || KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 +~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +~x64-solaris ~x86-solaris" +IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk + frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 + +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl + static-libs test theora threads tools truetype twolame v4l vaapi vdpau vorbis vpx X + w
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 50fa8194d60eaf8fb684085959665d7051e4749a Author: Alexis Ballier gentoo org> AuthorDate: Tue Jun 20 12:52:28 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Tue Jun 20 13:15:19 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50fa8194 media-video/libav: Dont pass -mfpu=neon on arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-video/libav/libav-12.1.ebuild | 2 +- media-video/libav/libav-.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/libav/libav-12.1.ebuild b/media-video/libav/libav-12.1.ebuild index 35f9021007d..0790d536a5f 100644 --- a/media-video/libav/libav-12.1.ebuild +++ b/media-video/libav/libav-12.1.ebuild @@ -261,7 +261,7 @@ multilib_src_configure() { done # pass the right -mfpu as extra - use neon && append-cflags -mfpu=neon + use neon && use arm && append-cflags -mfpu=neon # disable mmx accelerated code if PIC is required # as the provided asm decidedly is not PIC for x86. diff --git a/media-video/libav/libav-.ebuild b/media-video/libav/libav-.ebuild index ac7575b7a84..ebdd0e1d9e6 100644 --- a/media-video/libav/libav-.ebuild +++ b/media-video/libav/libav-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -248,7 +248,7 @@ multilib_src_configure() { done # pass the right -mfpu as extra - use neon && append-cflags -mfpu=neon + use neon && use arm && append-cflags -mfpu=neon # disable mmx accelerated code if PIC is required # as the provided asm decidedly is not PIC for x86.
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 01c7f3e84c152bcbbfcbd2006d094af04f0e094c Author: Luca Barbato gentoo org> AuthorDate: Tue Jun 6 13:02:48 2017 + Commit: Luca Barbato gentoo org> CommitDate: Tue Jun 6 13:03:22 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c7f3e8 Version bump Package-Manager: Portage-2.3.3, Repoman-2.3.2 media-video/libav/Manifest | 1 + media-video/libav/libav-12.1.ebuild | 358 2 files changed, 359 insertions(+) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index 3a2762ff3b0..fcef865fbb9 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -8,5 +8,6 @@ DIST libav-11.4.tar.xz 4860264 SHA256 0b7dabc2605f3a254ee410bb4b1a857945696aab49 DIST libav-11.6.tar.xz 4860268 SHA256 542f30e4266d2d2226e681b888bc718c995f5438f2db66a9a27d581243d27aed SHA512 bff3e22de93e4ab357715ae20e25b6435df52d1868c5164426a693d14fe7f54e47a46c4c62a36fbf27bd204e12f6a29a6f58016c7deaa838915d424b5ce530bd WHIRLPOOL 060bd61e784112a56e02ba86d0901ff488d6ef1735d731a869c68a27da72a209734648148edf9922efe2d15fed3380c36129a92c6917af812bf9e606ef97c131 DIST libav-11.7.tar.xz 4861984 SHA256 8c9a75c89c6df58dd5e3f6f735d1ba5448680e23013fd66a51b50b4f49913c46 SHA512 23c6ffd0efdfa6b22c7863bf440d7469eba03a7990382fe33c8c4c7871edf250641ac536572516225679b0934e5c250ee0e2e91ea093c770a0c4c32b4776e3c5 WHIRLPOOL adb106828ae1e3c802b719a5c9feede1c96d02d79512bf04e2bf29da3d24e969a044a887eeb94dc76d528582026aed6cb1e0e342115507aaa98a8918de358ecd DIST libav-11.8.tar.xz 4865796 SHA256 7014b869570b9ea759e5c06beb3e9debd024a1c5af517655a9e1ccfe145baf4e SHA512 26f9a6bb7312acc08b6785c260220ada3ca2a8db0d0f2bd4621b47082c275fbdb7978457cb423693ba9a61dc4570b05d0dceb5861ff0bcce859c349a6a8f49be WHIRLPOOL e6ca039aa8919b9e6b593de8d99728980e32176fc33276b419e5d73cb36981f487e1c35eac1f07d2fc0f0672e1b0d59d9fda022e16afe96467f77226c95a34a0 +DIST libav-12.1.tar.xz 5267292 SHA256 fad96aa265d3d64b9e53c159559621ec888effa022908da8372164fa4cbe5d2d SHA512 a0dd5fcc95cb62901b05b59a63ce4fcc6fb2943f0032a824ff6cfeeab2d13bd5edc65811aba1d06fe4d794119da049c52e5a9efbbc3599b445b61769992c9919 WHIRLPOOL 31c0f8c0451b81b48a0373f94fcde68f5f23fa7e71fd040f6d97e7e7b20995627a59b08d4f2dfa07e55df3d23e8313af275b38872d923f9455031b8ec66e80b1 DIST libav-12.tar.xz 5265280 SHA256 72291ec223b08716fe5204b7b79ea8b90d75003730caa1c575dbf4232277a90e SHA512 55f7dd171882d191c79c6ade10f02123b8b7d897cbbd13c77766c9af944c5ba4bfbc81487966bac1ee459bc61f7a2471ddd9a3ea29b412296e9044b98440c423 WHIRLPOOL 3e52280b09354fddcf35002010d35b19657756a5b2c77e5c35551f899c1fa2c4e939f97058a1a77801caf7c8a9e8955d7d556ae1874c78f210eaf26b368c20ec DIST libav-9.17.tar.xz 4080028 SHA256 e32d5f152bce1de283c002a35eb6e71f265877633dee8a40db4d16381dd5d17c SHA512 20af83d4b6a23c159c2386b6592ba6a6acf3f2c54e8aeb16dd0c8a64d637fbde24f37b864698b1143c6802b64a7b5e8ddfe0e7601b35c35686a789e2b3232f5a WHIRLPOOL ec07b5dd116e87416a9841044e09a6ef9b124fe4882f53e88711a32813d3d3a1d71f5067854bbd553ecdadec401dbbb8b504bfc1c6966bfd5e2db79459fb9995 diff --git a/media-video/libav/libav-12.1.ebuild b/media-video/libav/libav-12.1.ebuild new file mode 100644 index 000..35f9021007d --- /dev/null +++ b/media-video/libav/libav-12.1.ebuild @@ -0,0 +1,358 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs + +if [[ ${PV} == * ]] ; then + : ${EGIT_REPO_URI:="git://git.libav.org/libav.git"} + if [[ ${PV%} != "" ]] ; then + : ${EGIT_BRANCH:="release/${PV%.}"} + fi + inherit git-r3 +fi + +DESCRIPTION="Complete solution to record, convert and stream audio and video" +HOMEPAGE="https://libav.org/"; +if [[ ${PV} == * ]] ; then + SRC_URI="" +elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot + SRC_URI="https://dev.gentoo.org/~lu_zero/libav/${P}.tar.xz"; + SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-${PV}.tar.xz )" +else # Official release + SRC_URI="https://libav.org/releases/${P}.tar.xz"; + FATE_VER=${PV%%_*} + SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-12-r1.tar.xz )" +fi + +SRC_URI+=" https://dev.gentoo.org/~lu_zero/libav/0001-xcb-Add-all-the-libraries-to-the-link-line-explicitl.patch"; +# does not have fate-*.tar.xz + +LICENSE="LGPL-2.1 gpl? ( GPL-3 )" +SLOT="0/12" +[[ ${PV} == * ]] || KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 +~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +~x64-solaris ~x86-solaris" +IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk + frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 + +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl + static-libs test theora thre
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 01caf87a29d03053e4f3a3d729a52387a7c0b00b Author: Luca Barbato gentoo org> AuthorDate: Mon Feb 6 21:45:51 2017 + Commit: Luca Barbato gentoo org> CommitDate: Mon Feb 6 21:46:07 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01caf87a media-video/libav: Make the nvidia-video-codec a non-multilib dep The recent drivers for cuda apparently do not work on x86. Package-Manager: portage-2.3.3 media-video/libav/libav-12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-12.ebuild b/media-video/libav/libav-12.ebuild index 214466a..ee47707 100644 --- a/media-video/libav/libav-12.ebuild +++ b/media-video/libav/libav-12.ebuild @@ -79,7 +79,7 @@ RDEPEND=" x265? ( >=media-libs/x265-1.2:=[${MULTILIB_USEDEP}] ) xvid? ( >=media-libs/xvid-1.3.2-r1[${MULTILIB_USEDEP}] ) ) - nvidia? ( media-video/nvidia-video-codec[${MULTILIB_USEDEP}] ) + nvidia? ( media-video/nvidia-video-codec ) fdk? ( >=media-libs/fdk-aac-0.1.2[${MULTILIB_USEDEP}] ) frei0r? ( media-plugins/frei0r-plugins ) gsm? ( >=media-sound/gsm-1.0.13-r1[${MULTILIB_USEDEP}] )
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/, profiles/arch/x86/
commit: bb5e2dc22c3dbcea53c5f34e7ea924d0bfc322df Author: Luca Barbato gentoo org> AuthorDate: Sun Jan 22 16:06:04 2017 + Commit: Luca Barbato gentoo org> CommitDate: Sun Jan 22 16:06:58 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5e2dc2 media-video/libav: Add nvidia-video-codec support Package-Manager: portage-2.3.3 media-video/libav/libav-12.ebuild | 13 ++--- media-video/libav/metadata.xml | 1 + profiles/arch/x86/package.use.mask | 4 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/media-video/libav/libav-12.ebuild b/media-video/libav/libav-12.ebuild index 57a6507..214466a 100644 --- a/media-video/libav/libav-12.ebuild +++ b/media-video/libav/libav-12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -37,7 +37,7 @@ SLOT="0/12" ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 - +network openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl + +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl static-libs test theora threads tools truetype twolame v4l vaapi vdpau vorbis vpx X wavpack webp x264 x265 xvid +zlib" @@ -79,6 +79,7 @@ RDEPEND=" x265? ( >=media-libs/x265-1.2:=[${MULTILIB_USEDEP}] ) xvid? ( >=media-libs/xvid-1.3.2-r1[${MULTILIB_USEDEP}] ) ) + nvidia? ( media-video/nvidia-video-codec[${MULTILIB_USEDEP}] ) fdk? ( >=media-libs/fdk-aac-0.1.2[${MULTILIB_USEDEP}] ) frei0r? ( media-plugins/frei0r-plugins ) gsm? ( >=media-sound/gsm-1.0.13-r1[${MULTILIB_USEDEP}] ) @@ -139,7 +140,7 @@ REQUIRED_USE=" test? ( encode zlib ) fontconfig? ( truetype ) " -RESTRICT="faac? ( bindist ) fdk? ( bindist ) openssl? ( bindist )" +RESTRICT="faac? ( bindist ) fdk? ( bindist ) openssl? ( bindist ) nvidia? ( bindist )" MULTILIB_WRAPPED_HEADERS=( /usr/include/libavutil/avconfig.h @@ -200,12 +201,18 @@ multilib_src_configure() { use vaapi && myconf+=( --enable-vaapi ) + NVIDIA_INCLUDES="-I/opt/nvidia-video-codec/include -I/opt/cuda/include" + NVIDIA_LIBS="-L/opt/cuda/lib64" + use nvidia && myconf+=( --enable-nonfree --enable-cuda --enable-libnpp + --extra-cflags="$NVIDIA_INCLUDES" --extra-ldflags="$NVIDIA_LIBS" ) + # Encoders if use encode; then use faac && myconf+=( --enable-nonfree ) use mp3 && myconf+=( --enable-libmp3lame ) use amr && myconf+=( --enable-libvo-amrwbenc ) use aac && myconf+=( --enable-libvo-aacenc ) + use nvidia && myconf+=( --enable-nvenc ) uses="faac theora twolame vorbis wavpack webp x264 x265 xvid" for i in ${uses}; do use ${i} && myconf+=( --enable-lib${i} ) diff --git a/media-video/libav/metadata.xml b/media-video/libav/metadata.xml index 9277436..222399a 100644 --- a/media-video/libav/metadata.xml +++ b/media-video/libav/metadata.xml @@ -20,6 +20,7 @@ Build all GPL licensed code. Without this flag set the package is build under LGPL license. Use pre-calculated tables rather than calculating them on the fly. Enable network streaming support. + Enable nvidia video codec hardware acceleration support. Prefer dev-libs/openssl over net-libs/gnutls to provide SSL/TLS support (notice: the resulting binaries are unredistributable). Use the external opus library for encoding and decoding. Enable pulseaudio input support. diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 8bb03a7..7d028f6 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -4,6 +4,10 @@ # This file requires >=portage-2.1.1 +# Luca Barbato (22 Jan 2017) +# cuda is not available on x86 nvidia-video-codec depends on it +media-video/libav nvidia + # Ilya Tumaykin (19 Jan 2017) # Requires yet unavailable >=media-video/ffmpeg-3.3. >=media-video/mpv-0.23.0 cuda
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 87ea0a92bbd6bca2aaee2632b00d51ba25b57589 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jan 22 10:58:05 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jan 22 10:58:05 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ea0a92 media-video/libav: Stable for HPPA (bug #600706). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches media-video/libav/libav-11.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/libav/libav-11.8.ebuild b/media-video/libav/libav-11.8.ebuild index 1a0d847..650c5a3 100644 --- a/media-video/libav/libav-11.8.ebuild +++ b/media-video/libav/libav-11.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/11" [[ ${PV} == * ]] || \ -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: be3a2a051014bb1d19308d56b151e84332a406b8 Author: Luca Barbato gentoo org> AuthorDate: Sun Dec 4 00:39:41 2016 + Commit: Luca Barbato gentoo org> CommitDate: Sat Dec 3 16:50:01 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3a2a05 media-video/libav: New major version Package-Manager: portage-2.3.2 media-video/libav/Manifest | 5 +++-- media-video/libav/{libav-12_beta1.ebuild => libav-12.ebuild} | 8 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index 4c117e1..3a2762f 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -1,11 +1,12 @@ DIST 0001-x86-Put-COPY3_IF_LT-under-HAVE_6REGS.patch.gz 736 SHA256 3df88fc60ad15116c03fd3f70d41f1a18db98b095add0fb937309116d7cf7201 SHA512 dbdfdf7fc1d42ebd93b0853e85ba0c07d816035c126a9303e6a5656bb9faeea16f16068d7e4aa67c7c4ade8ca09f64669e67f52d7d0a2a65518fa3897d586311 WHIRLPOOL 3038214bd498a195f405a0ce6eece3b04004802f50e05cb1ed081bd0345f93a7a00663902f50207061998a33cb4f5f8fcc1f63c8056233e79a3ad43d9823e9c5 +DIST 0001-xcb-Add-all-the-libraries-to-the-link-line-explicitl.patch 1017 SHA256 c7c6ba4a95f168f54907425badcbe445b01a86b35bedf9a3a04a91eb58386a8e SHA512 8cf8d1dd46a423381e70ab046e5843f13028c1d2ee14877e96339ea6a7d80d3ae5b2441b5b41ca23ba0104a5ff2d1b7e871f43680967bad0b7f242952d7b0be9 WHIRLPOOL 8f9270eae1e2d270f2ee440be2e653fe8a0581d77696a1e60f7910e326585412ed841dc13cb1de495481c5ebcdbfd8d3812dff5ebccf7a874d4f374a90eb11ec DIST fate-11.tar.xz 691009480 SHA256 4de446ae8c665e9410475c58f6294720f34cfdb1f20d29bbc0ee2576f810d597 SHA512 f9dc152964e3f19cf32d5d4cbc923a2bd05ba3b0f8f3880122df79d32852ee9d4795a0bfd66d7a2925299e9e9533888df6103e212ea3e5cbfe799d17ffa2b433 WHIRLPOOL 11034760105d1028330712f5ead087dffc9edc119945d618f6b02b37f4599db4c575a04c72f77cd5c6f180dc8e8ac2c9c1786d748b759aef2efd38191fcc6361 -DIST fate-12.tar.xz 755165356 SHA256 d34ae04111d3fff9a733207e9f0ed1a552391f775b1aca337b4a3789f3b48ba7 SHA512 f6ffb3b673b01debd71d7c79cd5c3c4d6f6adb975ed0bdb7c791d674efd8a84ac98f7db3943dfbe3756a3f8819ceab2bdf4633c15fefddf0f8e10adfc805c1e1 WHIRLPOOL 9c80deab59585c1e12de49a44061bfb7cb2f1721b1e7585144b438d98ed1a0fb3a5a9afe5c2f2dad7c2d98861f76b9541b3a577e35558d742a3fc83544ff +DIST fate-12-r1.tar.xz 763758260 SHA256 4056682360a80f40a02f9158b9cb17647b5e9207e607391284f9299df181e73b SHA512 084f584c34d34b66c1f4d4742a11376ee2b90f6a07529b5aba6d50421dc8f863fded73dd57ad2c201aadfd529f0f923fa531ea9b417b682846ef565a1018 WHIRLPOOL 73fa37586d4f1e269eec5bcefb49960789186e8c7dce8f6f31f5cf54bed28352439f91cbcff9a6961a0ff58551dee6e1d24f46fbb304007336f5374776a72df8 DIST fate-9.tar.xz 467671500 SHA256 27d10fd49267452ac787c3f43501a4a21d0ccaccc5ddd6d79d8a6150ee276532 SHA512 8e45539f2512ef915b37c857226c0243940259f269b8f99393b9defa3352d7b8c1fcc5078f4f0d40dc0509737f0c915e179cedcc77f71fe5d96b1b956169a202 WHIRLPOOL d280ac32c6d84f121be8d733774e72a4df3f2e84d71051aea509ef5ca3289c94fd548bf03ff12215e045bf20c83426c547e6b5eb446429d167f38af7c7aa9803 DIST libav-11.3.tar.xz 4858864 SHA256 12ae6c051967765ae5faeddf94c4584129ac0b18edb884afffc5fcedcdb5e030 SHA512 f25b9fb7392d5bb4df35937f79beae26bd8f6606f0ad7cdebf16963834eb9b423d882f6a3a44b5120a5d5d853c7c31bb8c3420a427cd2b360f41a48a6d5df284 WHIRLPOOL 721c4cbe7ee3f7307d24c0e4f1cc1f8ab8b0ccd50ddf88b77ecf1cae05f06fc80d7527e9f7a0a098a6d95d0e7fed50082aaffa07935eab6e9131f7c9be6e696c DIST libav-11.4.tar.xz 4860264 SHA256 0b7dabc2605f3a254ee410bb4b1a857945696aab495fe21b34c3b6544ff5d525 SHA512 82ffe6aaccb1a19782dfcb0de641c8255531ce34ee5f49f9b8ec7f5a11c81713432aafc3a6b7c4de927eb8141ddea41f28e4e3a1ab715b943774193050fb02e7 WHIRLPOOL c2e14e06fd7632852feea45f468803929cb1c1688d77ac8641c56d77523da455ccdf4cc6bf52b3dba9b387af9ad15ea9efd82b11ce365c3a84440fb2998f06aa DIST libav-11.6.tar.xz 4860268 SHA256 542f30e4266d2d2226e681b888bc718c995f5438f2db66a9a27d581243d27aed SHA512 bff3e22de93e4ab357715ae20e25b6435df52d1868c5164426a693d14fe7f54e47a46c4c62a36fbf27bd204e12f6a29a6f58016c7deaa838915d424b5ce530bd WHIRLPOOL 060bd61e784112a56e02ba86d0901ff488d6ef1735d731a869c68a27da72a209734648148edf9922efe2d15fed3380c36129a92c6917af812bf9e606ef97c131 DIST libav-11.7.tar.xz 4861984 SHA256 8c9a75c89c6df58dd5e3f6f735d1ba5448680e23013fd66a51b50b4f49913c46 SHA512 23c6ffd0efdfa6b22c7863bf440d7469eba03a7990382fe33c8c4c7871edf250641ac536572516225679b0934e5c250ee0e2e91ea093c770a0c4c32b4776e3c5 WHIRLPOOL adb106828ae1e3c802b719a5c9feede1c96d02d79512bf04e2bf29da3d24e969a044a887eeb94dc76d528582026aed6cb1e0e342115507aaa98a8918de358ecd DIST libav-11.8.tar.xz 4865796 SHA256 7014b869570b9ea759e5c06beb3e9debd024a1c5af517655a9e1ccfe145baf4e SHA512 26f9a6bb7312acc08b6785c260220ada3ca2a8db0d0f2bd4621b47082c275fbdb7978457cb423693ba9a61dc4570b05d0dceb5861ff0bcce859c349a6a8f49be WHIRLPOOL e6ca039aa8919b9e6b593de8d99728980e32176fc33276b419e5d73cb36981f487e1c35eac1f07d2fc0f0672e1b0d59d9fda02
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 303b38ea601c215c79349dcaca49d942b14c458f Author: Markus Meier gentoo org> AuthorDate: Wed Nov 30 19:40:43 2016 + Commit: Markus Meier gentoo org> CommitDate: Wed Nov 30 19:40:43 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303b38ea media-video/libav: arm stable, bug #600706 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-video/libav/libav-11.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-11.8.ebuild b/media-video/libav/libav-11.8.ebuild index e2820ef..c1d9d04 100644 --- a/media-video/libav/libav-11.8.ebuild +++ b/media-video/libav/libav-11.8.ebuild @@ -29,7 +29,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/11" [[ ${PV} == * ]] || \ -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 270c7e2aa3664bd7ec54f900b380d9654d678101 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Nov 25 18:53:10 2016 + Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Nov 25 18:54:32 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270c7e2a media-video/libav: x86 stable wrt bug #600706 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> media-video/libav/libav-11.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-11.8.ebuild b/media-video/libav/libav-11.8.ebuild index 9c35d69..e2820ef 100644 --- a/media-video/libav/libav-11.8.ebuild +++ b/media-video/libav/libav-11.8.ebuild @@ -29,7 +29,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/11" [[ ${PV} == * ]] || \ -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: f3781759bd7727f5a1b7d3b7db5251f828633a79 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Nov 25 18:26:24 2016 + Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Nov 25 18:26:24 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3781759 media-video/libav: amd64 stable wrt bug #600706 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> media-video/libav/libav-11.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-11.8.ebuild b/media-video/libav/libav-11.8.ebuild index be27d03..9c35d69 100644 --- a/media-video/libav/libav-11.8.ebuild +++ b/media-video/libav/libav-11.8.ebuild @@ -29,7 +29,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/11" [[ ${PV} == * ]] || \ -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 6a4678c542b0548963039b03a522fba2f6cb0b8f Author: Tobias Klausmann gentoo org> AuthorDate: Fri Nov 25 12:37:29 2016 + Commit: Tobias Klausmann gentoo org> CommitDate: Fri Nov 25 12:37:56 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4678c5 media-video/libav-11.8-r0: stable on alpha Gentoo-Bug: 600706 media-video/libav/libav-11.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-11.8.ebuild b/media-video/libav/libav-11.8.ebuild index ee44d33..be27d03 100644 --- a/media-video/libav/libav-11.8.ebuild +++ b/media-video/libav/libav-11.8.ebuild @@ -29,7 +29,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/11" [[ ${PV} == * ]] || \ -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: badd5016d5da83ad73d88f265eb6f2030c6e27bc Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Oct 28 12:38:33 2016 + Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Oct 28 12:42:25 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badd5016 media-video/libav: version bump to 11.8 Package-Manager: portage-2.3.0 Signed-off-by: Agostino Sarubbo gentoo.org> media-video/libav/Manifest | 1 + media-video/libav/libav-11.8.ebuild | 347 2 files changed, 348 insertions(+) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index a9197a9..4c117e1 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -6,5 +6,6 @@ DIST libav-11.3.tar.xz 4858864 SHA256 12ae6c051967765ae5faeddf94c4584129ac0b18ed DIST libav-11.4.tar.xz 4860264 SHA256 0b7dabc2605f3a254ee410bb4b1a857945696aab495fe21b34c3b6544ff5d525 SHA512 82ffe6aaccb1a19782dfcb0de641c8255531ce34ee5f49f9b8ec7f5a11c81713432aafc3a6b7c4de927eb8141ddea41f28e4e3a1ab715b943774193050fb02e7 WHIRLPOOL c2e14e06fd7632852feea45f468803929cb1c1688d77ac8641c56d77523da455ccdf4cc6bf52b3dba9b387af9ad15ea9efd82b11ce365c3a84440fb2998f06aa DIST libav-11.6.tar.xz 4860268 SHA256 542f30e4266d2d2226e681b888bc718c995f5438f2db66a9a27d581243d27aed SHA512 bff3e22de93e4ab357715ae20e25b6435df52d1868c5164426a693d14fe7f54e47a46c4c62a36fbf27bd204e12f6a29a6f58016c7deaa838915d424b5ce530bd WHIRLPOOL 060bd61e784112a56e02ba86d0901ff488d6ef1735d731a869c68a27da72a209734648148edf9922efe2d15fed3380c36129a92c6917af812bf9e606ef97c131 DIST libav-11.7.tar.xz 4861984 SHA256 8c9a75c89c6df58dd5e3f6f735d1ba5448680e23013fd66a51b50b4f49913c46 SHA512 23c6ffd0efdfa6b22c7863bf440d7469eba03a7990382fe33c8c4c7871edf250641ac536572516225679b0934e5c250ee0e2e91ea093c770a0c4c32b4776e3c5 WHIRLPOOL adb106828ae1e3c802b719a5c9feede1c96d02d79512bf04e2bf29da3d24e969a044a887eeb94dc76d528582026aed6cb1e0e342115507aaa98a8918de358ecd +DIST libav-11.8.tar.xz 4865796 SHA256 7014b869570b9ea759e5c06beb3e9debd024a1c5af517655a9e1ccfe145baf4e SHA512 26f9a6bb7312acc08b6785c260220ada3ca2a8db0d0f2bd4621b47082c275fbdb7978457cb423693ba9a61dc4570b05d0dceb5861ff0bcce859c349a6a8f49be WHIRLPOOL e6ca039aa8919b9e6b593de8d99728980e32176fc33276b419e5d73cb36981f487e1c35eac1f07d2fc0f0672e1b0d59d9fda022e16afe96467f77226c95a34a0 DIST libav-12_beta1.tar.xz 5266020 SHA256 323fa43fd23818ebd25b02f645da317bcf224ed8438332a1fabe7616640bb3a1 SHA512 d7f1ba617eaff1ea05392adf02a786cafc172d25407ba4eb485f07392aa57c7b893859b0be46b830617d9733b935403f99c6959759aca5c7c82b2761215f9f75 WHIRLPOOL cd5c73bbc1a83ba247dce62edb9bf23dddbd3003b014c7321f97760791836d07bf8f0db1ddef9873c39d3cf40da14d6a98e5e9473cedea3272503f5f880d6db0 DIST libav-9.17.tar.xz 4080028 SHA256 e32d5f152bce1de283c002a35eb6e71f265877633dee8a40db4d16381dd5d17c SHA512 20af83d4b6a23c159c2386b6592ba6a6acf3f2c54e8aeb16dd0c8a64d637fbde24f37b864698b1143c6802b64a7b5e8ddfe0e7601b35c35686a789e2b3232f5a WHIRLPOOL ec07b5dd116e87416a9841044e09a6ef9b124fe4882f53e88711a32813d3d3a1d71f5067854bbd553ecdadec401dbbb8b504bfc1c6966bfd5e2db79459fb9995 diff --git a/media-video/libav/libav-11.8.ebuild b/media-video/libav/libav-11.8.ebuild new file mode 100644 index ..ee44d33 --- /dev/null +++ b/media-video/libav/libav-11.8.ebuild @@ -0,0 +1,347 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs + +if [[ ${PV} == * ]] ; then + : ${EGIT_REPO_URI:="git://git.libav.org/libav.git"} + if [[ ${PV%} != "" ]] ; then + : ${EGIT_BRANCH:="release/${PV%.}"} + fi + inherit git-r3 +fi + +DESCRIPTION="Complete solution to record, convert and stream audio and video" +HOMEPAGE="https://libav.org/"; +if [[ ${PV} == * ]] ; then + SRC_URI="" +elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot + SRC_URI="https://dev.gentoo.org/~lu_zero/libav/${P}.tar.xz"; +else # Official release + SRC_URI="https://libav.org/releases/${P}.tar.xz"; +fi +# does not have fate-*.tar.xz +[[ ${PV%} != "" ]] && SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-${PV%%.*}.tar.xz )" + +LICENSE="LGPL-2.1 gpl? ( GPL-3 )" +SLOT="0/11" +[[ ${PV} == * ]] || \ +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk + frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 + +network openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl + static-libs test theora threads tools truetype twolame v4l vaapi vdpau vorbis vpx X + wavpack webp x264 x265 xvid +zlib" + +# String for CPU features in the useflag[:configu
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: feec6452d974c4685299bcc9d6b3b517147e2b09 Author: Luca Barbato gentoo org> AuthorDate: Sun Oct 16 12:30:07 2016 + Commit: Luca Barbato gentoo org> CommitDate: Sun Oct 16 12:30:07 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feec6452 media-video/libav: Release 12_beta1 The release 12 will appear in a week. Package-Manager: portage-2.3.0 media-video/libav/Manifest | 4 ++-- .../libav/{libav-12_pre20160529.ebuild => libav-12_beta1.ebuild} | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index bc97847..a9197a9 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -1,10 +1,10 @@ DIST 0001-x86-Put-COPY3_IF_LT-under-HAVE_6REGS.patch.gz 736 SHA256 3df88fc60ad15116c03fd3f70d41f1a18db98b095add0fb937309116d7cf7201 SHA512 dbdfdf7fc1d42ebd93b0853e85ba0c07d816035c126a9303e6a5656bb9faeea16f16068d7e4aa67c7c4ade8ca09f64669e67f52d7d0a2a65518fa3897d586311 WHIRLPOOL 3038214bd498a195f405a0ce6eece3b04004802f50e05cb1ed081bd0345f93a7a00663902f50207061998a33cb4f5f8fcc1f63c8056233e79a3ad43d9823e9c5 DIST fate-11.tar.xz 691009480 SHA256 4de446ae8c665e9410475c58f6294720f34cfdb1f20d29bbc0ee2576f810d597 SHA512 f9dc152964e3f19cf32d5d4cbc923a2bd05ba3b0f8f3880122df79d32852ee9d4795a0bfd66d7a2925299e9e9533888df6103e212ea3e5cbfe799d17ffa2b433 WHIRLPOOL 11034760105d1028330712f5ead087dffc9edc119945d618f6b02b37f4599db4c575a04c72f77cd5c6f180dc8e8ac2c9c1786d748b759aef2efd38191fcc6361 -DIST fate-12_pre20160522.tar.xz 755165356 SHA256 d34ae04111d3fff9a733207e9f0ed1a552391f775b1aca337b4a3789f3b48ba7 SHA512 f6ffb3b673b01debd71d7c79cd5c3c4d6f6adb975ed0bdb7c791d674efd8a84ac98f7db3943dfbe3756a3f8819ceab2bdf4633c15fefddf0f8e10adfc805c1e1 WHIRLPOOL 9c80deab59585c1e12de49a44061bfb7cb2f1721b1e7585144b438d98ed1a0fb3a5a9afe5c2f2dad7c2d98861f76b9541b3a577e35558d742a3fc83544ff +DIST fate-12.tar.xz 755165356 SHA256 d34ae04111d3fff9a733207e9f0ed1a552391f775b1aca337b4a3789f3b48ba7 SHA512 f6ffb3b673b01debd71d7c79cd5c3c4d6f6adb975ed0bdb7c791d674efd8a84ac98f7db3943dfbe3756a3f8819ceab2bdf4633c15fefddf0f8e10adfc805c1e1 WHIRLPOOL 9c80deab59585c1e12de49a44061bfb7cb2f1721b1e7585144b438d98ed1a0fb3a5a9afe5c2f2dad7c2d98861f76b9541b3a577e35558d742a3fc83544ff DIST fate-9.tar.xz 467671500 SHA256 27d10fd49267452ac787c3f43501a4a21d0ccaccc5ddd6d79d8a6150ee276532 SHA512 8e45539f2512ef915b37c857226c0243940259f269b8f99393b9defa3352d7b8c1fcc5078f4f0d40dc0509737f0c915e179cedcc77f71fe5d96b1b956169a202 WHIRLPOOL d280ac32c6d84f121be8d733774e72a4df3f2e84d71051aea509ef5ca3289c94fd548bf03ff12215e045bf20c83426c547e6b5eb446429d167f38af7c7aa9803 DIST libav-11.3.tar.xz 4858864 SHA256 12ae6c051967765ae5faeddf94c4584129ac0b18edb884afffc5fcedcdb5e030 SHA512 f25b9fb7392d5bb4df35937f79beae26bd8f6606f0ad7cdebf16963834eb9b423d882f6a3a44b5120a5d5d853c7c31bb8c3420a427cd2b360f41a48a6d5df284 WHIRLPOOL 721c4cbe7ee3f7307d24c0e4f1cc1f8ab8b0ccd50ddf88b77ecf1cae05f06fc80d7527e9f7a0a098a6d95d0e7fed50082aaffa07935eab6e9131f7c9be6e696c DIST libav-11.4.tar.xz 4860264 SHA256 0b7dabc2605f3a254ee410bb4b1a857945696aab495fe21b34c3b6544ff5d525 SHA512 82ffe6aaccb1a19782dfcb0de641c8255531ce34ee5f49f9b8ec7f5a11c81713432aafc3a6b7c4de927eb8141ddea41f28e4e3a1ab715b943774193050fb02e7 WHIRLPOOL c2e14e06fd7632852feea45f468803929cb1c1688d77ac8641c56d77523da455ccdf4cc6bf52b3dba9b387af9ad15ea9efd82b11ce365c3a84440fb2998f06aa DIST libav-11.6.tar.xz 4860268 SHA256 542f30e4266d2d2226e681b888bc718c995f5438f2db66a9a27d581243d27aed SHA512 bff3e22de93e4ab357715ae20e25b6435df52d1868c5164426a693d14fe7f54e47a46c4c62a36fbf27bd204e12f6a29a6f58016c7deaa838915d424b5ce530bd WHIRLPOOL 060bd61e784112a56e02ba86d0901ff488d6ef1735d731a869c68a27da72a209734648148edf9922efe2d15fed3380c36129a92c6917af812bf9e606ef97c131 DIST libav-11.7.tar.xz 4861984 SHA256 8c9a75c89c6df58dd5e3f6f735d1ba5448680e23013fd66a51b50b4f49913c46 SHA512 23c6ffd0efdfa6b22c7863bf440d7469eba03a7990382fe33c8c4c7871edf250641ac536572516225679b0934e5c250ee0e2e91ea093c770a0c4c32b4776e3c5 WHIRLPOOL adb106828ae1e3c802b719a5c9feede1c96d02d79512bf04e2bf29da3d24e969a044a887eeb94dc76d528582026aed6cb1e0e342115507aaa98a8918de358ecd -DIST libav-12_pre20160529.tar.xz 5238532 SHA256 e12f2c1c737a990e277ec0e78673c971962036374b4e53eddb3c1b417e2672fe SHA512 bcfebbed8b4f65526cb9bea3535a04a99891e89a8dcbe544fa104895558b043848f4521949220ac31210b59441ec280aaa7ec7e9138ccba1e0ab0357805f5d87 WHIRLPOOL d35b7df7b023e4c37115ff196f6ac031662c1fa92c1880ac40a88fe0db02ce606dff807baa1c42422c3512060673262748a93bd577b20510f4538c376f1da77c +DIST libav-12_beta1.tar.xz 5266020 SHA256 323fa43fd23818ebd25b02f645da317bcf224ed8438332a1fabe7616640bb3a1 SHA512 d7f1ba617eaff1ea05392adf02a786cafc172d25407ba4eb485f07392aa57c7b893859b0be46b830617d9733b935403f99c6959759aca5c7c82b2761215f9f75 WHIRLPOOL cd5c73bbc1a83ba247dce62edb9bf23dddbd3003b014c7321f97760791836d07bf8f0db1
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 72fbe51d294b51d15b81f75c5c349ea5cf3f1213 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jul 17 08:45:58 2016 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jul 17 08:46:10 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fbe51d media-video/libav: fix for libvpx-1.5.0, bug #565696 Pulls commit 4e0515713cdef6345aeb04bc57df0468df492bed into stable as libvpx-1.5.0 is now stable. Package-Manager: portage-2.3.0 media-video/libav/libav-11.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-video/libav/libav-11.3.ebuild b/media-video/libav/libav-11.3.ebuild index d3f02a4..71a797f 100644 --- a/media-video/libav/libav-11.3.ebuild +++ b/media-video/libav/libav-11.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -152,6 +152,7 @@ src_prepare() { epatch_user epatch "${WORKDIR}/0001-x86-Put-COPY3_IF_LT-under-HAVE_6REGS.patch" + epatch "${FILESDIR}"/${P}-libvpx-1.5.0.patch #565696 # if we have snapshot then we need to hardcode the version if [[ ${PV%_p*} != ${PV} ]]; then
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 1b4cb637ee61d9f5bd51eaebc890bb04dbd38e03 Author: Aaron Bauman gentoo org> AuthorDate: Thu Jun 30 10:10:59 2016 + Commit: Aaron Bauman gentoo org> CommitDate: Thu Jun 30 10:10:59 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4cb637 media-video/libav: cleanup vulnerable version per security bug #531832 media-video/libav/Manifest | 1 - media-video/libav/libav-9.14.ebuild | 323 2 files changed, 324 deletions(-) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index 4c093c0..bc97847 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -7,5 +7,4 @@ DIST libav-11.4.tar.xz 4860264 SHA256 0b7dabc2605f3a254ee410bb4b1a857945696aab49 DIST libav-11.6.tar.xz 4860268 SHA256 542f30e4266d2d2226e681b888bc718c995f5438f2db66a9a27d581243d27aed SHA512 bff3e22de93e4ab357715ae20e25b6435df52d1868c5164426a693d14fe7f54e47a46c4c62a36fbf27bd204e12f6a29a6f58016c7deaa838915d424b5ce530bd WHIRLPOOL 060bd61e784112a56e02ba86d0901ff488d6ef1735d731a869c68a27da72a209734648148edf9922efe2d15fed3380c36129a92c6917af812bf9e606ef97c131 DIST libav-11.7.tar.xz 4861984 SHA256 8c9a75c89c6df58dd5e3f6f735d1ba5448680e23013fd66a51b50b4f49913c46 SHA512 23c6ffd0efdfa6b22c7863bf440d7469eba03a7990382fe33c8c4c7871edf250641ac536572516225679b0934e5c250ee0e2e91ea093c770a0c4c32b4776e3c5 WHIRLPOOL adb106828ae1e3c802b719a5c9feede1c96d02d79512bf04e2bf29da3d24e969a044a887eeb94dc76d528582026aed6cb1e0e342115507aaa98a8918de358ecd DIST libav-12_pre20160529.tar.xz 5238532 SHA256 e12f2c1c737a990e277ec0e78673c971962036374b4e53eddb3c1b417e2672fe SHA512 bcfebbed8b4f65526cb9bea3535a04a99891e89a8dcbe544fa104895558b043848f4521949220ac31210b59441ec280aaa7ec7e9138ccba1e0ab0357805f5d87 WHIRLPOOL d35b7df7b023e4c37115ff196f6ac031662c1fa92c1880ac40a88fe0db02ce606dff807baa1c42422c3512060673262748a93bd577b20510f4538c376f1da77c -DIST libav-9.14.tar.xz 4077424 SHA256 e4baf0c2adbd941a827854794dd6af9c29cd2042b23501c5828e9b8e1725f61d SHA512 fa8e83cb92a5a565cd23c63467c64972a69a4cbd652b946c7891b73180b609890f67a6f89f009ed263fb9e2c769236f3a8f7f70b0fce4c4373fa93a49470c04d WHIRLPOOL 178ba6c6ad0ecd8ad59eb3bf7a0d4289a3c253d82981cf3ad454e3b222848ae4f875e37cfd280be43faa25a9614c445106555c9f3b5ee4497aec9d71f39ac1af DIST libav-9.17.tar.xz 4080028 SHA256 e32d5f152bce1de283c002a35eb6e71f265877633dee8a40db4d16381dd5d17c SHA512 20af83d4b6a23c159c2386b6592ba6a6acf3f2c54e8aeb16dd0c8a64d637fbde24f37b864698b1143c6802b64a7b5e8ddfe0e7601b35c35686a789e2b3232f5a WHIRLPOOL ec07b5dd116e87416a9841044e09a6ef9b124fe4882f53e88711a32813d3d3a1d71f5067854bbd553ecdadec401dbbb8b504bfc1c6966bfd5e2db79459fb9995 diff --git a/media-video/libav/libav-9.14.ebuild b/media-video/libav/libav-9.14.ebuild deleted file mode 100644 index c0f4a4e..000 --- a/media-video/libav/libav-9.14.ebuild +++ /dev/null @@ -1,323 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -if [[ ${PV} == * ]] ; then - SCM="git-2" - EGIT_REPO_URI="git://git.libav.org/libav.git" - [[ ${PV%} != "" ]] && EGIT_BRANCH="release/${PV%.}" -fi - -inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM} - -DESCRIPTION="Complete solution to record, convert and stream audio and video" -HOMEPAGE="http://libav.org/"; -if [[ ${PV} == * ]] ; then - SRC_URI="" -elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot - SRC_URI="https://dev.gentoo.org/~lu_zero/libav/${P}.tar.xz"; -else # Official release - SRC_URI="http://${PN}.org/releases/${P}.tar.xz"; -fi - -SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-9.tar.xz )" - -LICENSE="LGPL-2.1 gpl? ( GPL-3 )" -SLOT="0/9" - -# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 -[[ ${PV} == * ]] || \ -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" - -IUSE="aac alsa amr +bzip2 cdio cpudetection custom-cflags debug doc+encode - faac fdk frei0r +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k mp3 - +network openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl - static-libs test theora threads tools truetype v4l vaapi vdpau vorbis vpx X - x264 xvid +zlib" - -# String for CPU features in the useflag[:configure_option] form -# if :configure_option isn't set, it will use 'useflag' as configure option -CPU_FEATURES="cpu_flags_x86_3dnow:amd3dnow cpu_flags_x86_3dnowext:amd3dnowext altivec cpu_flags_x86_avx:avx cpu_flags_x86_mmx:mmx cpu_flags_x86_mmxext:mmxext neon cpu_flags_x86_ssse3:ssse3 vis" -for i in ${CPU_FEATURES} ; do - IUSE+=" ${i%:*}" -done - -RDEPEND=" - !media-video/ffmpeg:0 - alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) - amr? ( >=media-libs/opencore-amr-0.1.3-r1[${MULTIL
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 683277d5da27e49e7cb0a519ff6e7765713094bd Author: Luca Barbato gentoo org> AuthorDate: Sun May 29 15:03:17 2016 + Commit: Luca Barbato gentoo org> CommitDate: Sun May 29 15:03:29 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683277d5 media-video/libav: Add version 11.7 Security fixes as usual. Package-Manager: portage-2.2.26 media-video/libav/Manifest | 1 + media-video/libav/libav-11.7.ebuild | 347 2 files changed, 348 insertions(+) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index 0c4e4b8..4c093c0 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -5,6 +5,7 @@ DIST fate-9.tar.xz 467671500 SHA256 27d10fd49267452ac787c3f43501a4a21d0ccaccc5dd DIST libav-11.3.tar.xz 4858864 SHA256 12ae6c051967765ae5faeddf94c4584129ac0b18edb884afffc5fcedcdb5e030 SHA512 f25b9fb7392d5bb4df35937f79beae26bd8f6606f0ad7cdebf16963834eb9b423d882f6a3a44b5120a5d5d853c7c31bb8c3420a427cd2b360f41a48a6d5df284 WHIRLPOOL 721c4cbe7ee3f7307d24c0e4f1cc1f8ab8b0ccd50ddf88b77ecf1cae05f06fc80d7527e9f7a0a098a6d95d0e7fed50082aaffa07935eab6e9131f7c9be6e696c DIST libav-11.4.tar.xz 4860264 SHA256 0b7dabc2605f3a254ee410bb4b1a857945696aab495fe21b34c3b6544ff5d525 SHA512 82ffe6aaccb1a19782dfcb0de641c8255531ce34ee5f49f9b8ec7f5a11c81713432aafc3a6b7c4de927eb8141ddea41f28e4e3a1ab715b943774193050fb02e7 WHIRLPOOL c2e14e06fd7632852feea45f468803929cb1c1688d77ac8641c56d77523da455ccdf4cc6bf52b3dba9b387af9ad15ea9efd82b11ce365c3a84440fb2998f06aa DIST libav-11.6.tar.xz 4860268 SHA256 542f30e4266d2d2226e681b888bc718c995f5438f2db66a9a27d581243d27aed SHA512 bff3e22de93e4ab357715ae20e25b6435df52d1868c5164426a693d14fe7f54e47a46c4c62a36fbf27bd204e12f6a29a6f58016c7deaa838915d424b5ce530bd WHIRLPOOL 060bd61e784112a56e02ba86d0901ff488d6ef1735d731a869c68a27da72a209734648148edf9922efe2d15fed3380c36129a92c6917af812bf9e606ef97c131 +DIST libav-11.7.tar.xz 4861984 SHA256 8c9a75c89c6df58dd5e3f6f735d1ba5448680e23013fd66a51b50b4f49913c46 SHA512 23c6ffd0efdfa6b22c7863bf440d7469eba03a7990382fe33c8c4c7871edf250641ac536572516225679b0934e5c250ee0e2e91ea093c770a0c4c32b4776e3c5 WHIRLPOOL adb106828ae1e3c802b719a5c9feede1c96d02d79512bf04e2bf29da3d24e969a044a887eeb94dc76d528582026aed6cb1e0e342115507aaa98a8918de358ecd DIST libav-12_pre20160529.tar.xz 5238532 SHA256 e12f2c1c737a990e277ec0e78673c971962036374b4e53eddb3c1b417e2672fe SHA512 bcfebbed8b4f65526cb9bea3535a04a99891e89a8dcbe544fa104895558b043848f4521949220ac31210b59441ec280aaa7ec7e9138ccba1e0ab0357805f5d87 WHIRLPOOL d35b7df7b023e4c37115ff196f6ac031662c1fa92c1880ac40a88fe0db02ce606dff807baa1c42422c3512060673262748a93bd577b20510f4538c376f1da77c DIST libav-9.14.tar.xz 4077424 SHA256 e4baf0c2adbd941a827854794dd6af9c29cd2042b23501c5828e9b8e1725f61d SHA512 fa8e83cb92a5a565cd23c63467c64972a69a4cbd652b946c7891b73180b609890f67a6f89f009ed263fb9e2c769236f3a8f7f70b0fce4c4373fa93a49470c04d WHIRLPOOL 178ba6c6ad0ecd8ad59eb3bf7a0d4289a3c253d82981cf3ad454e3b222848ae4f875e37cfd280be43faa25a9614c445106555c9f3b5ee4497aec9d71f39ac1af DIST libav-9.17.tar.xz 4080028 SHA256 e32d5f152bce1de283c002a35eb6e71f265877633dee8a40db4d16381dd5d17c SHA512 20af83d4b6a23c159c2386b6592ba6a6acf3f2c54e8aeb16dd0c8a64d637fbde24f37b864698b1143c6802b64a7b5e8ddfe0e7601b35c35686a789e2b3232f5a WHIRLPOOL ec07b5dd116e87416a9841044e09a6ef9b124fe4882f53e88711a32813d3d3a1d71f5067854bbd553ecdadec401dbbb8b504bfc1c6966bfd5e2db79459fb9995 diff --git a/media-video/libav/libav-11.7.ebuild b/media-video/libav/libav-11.7.ebuild new file mode 100644 index 000..ee44d33 --- /dev/null +++ b/media-video/libav/libav-11.7.ebuild @@ -0,0 +1,347 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs + +if [[ ${PV} == * ]] ; then + : ${EGIT_REPO_URI:="git://git.libav.org/libav.git"} + if [[ ${PV%} != "" ]] ; then + : ${EGIT_BRANCH:="release/${PV%.}"} + fi + inherit git-r3 +fi + +DESCRIPTION="Complete solution to record, convert and stream audio and video" +HOMEPAGE="https://libav.org/"; +if [[ ${PV} == * ]] ; then + SRC_URI="" +elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot + SRC_URI="https://dev.gentoo.org/~lu_zero/libav/${P}.tar.xz"; +else # Official release + SRC_URI="https://libav.org/releases/${P}.tar.xz"; +fi +# does not have fate-*.tar.xz +[[ ${PV%} != "" ]] && SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-${PV%%.*}.tar.xz )" + +LICENSE="LGPL-2.1 gpl? ( GPL-3 )" +SLOT="0/11" +[[ ${PV} == * ]] || \ +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 2ba381a1de9075725232e063c3cc4e4ca6969091 Author: Luca Barbato gentoo org> AuthorDate: Sun May 29 13:03:38 2016 + Commit: Luca Barbato gentoo org> CommitDate: Sun May 29 13:04:20 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba381a1 media-video/libav: bump snapshot version And remove last second typos. Package-Manager: portage-2.2.26 media-video/libav/Manifest | 2 +- .../libav/{libav-12_pre20160522.ebuild => libav-12_pre20160529.ebuild} | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index 84d9b68..0c4e4b8 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -5,6 +5,6 @@ DIST fate-9.tar.xz 467671500 SHA256 27d10fd49267452ac787c3f43501a4a21d0ccaccc5dd DIST libav-11.3.tar.xz 4858864 SHA256 12ae6c051967765ae5faeddf94c4584129ac0b18edb884afffc5fcedcdb5e030 SHA512 f25b9fb7392d5bb4df35937f79beae26bd8f6606f0ad7cdebf16963834eb9b423d882f6a3a44b5120a5d5d853c7c31bb8c3420a427cd2b360f41a48a6d5df284 WHIRLPOOL 721c4cbe7ee3f7307d24c0e4f1cc1f8ab8b0ccd50ddf88b77ecf1cae05f06fc80d7527e9f7a0a098a6d95d0e7fed50082aaffa07935eab6e9131f7c9be6e696c DIST libav-11.4.tar.xz 4860264 SHA256 0b7dabc2605f3a254ee410bb4b1a857945696aab495fe21b34c3b6544ff5d525 SHA512 82ffe6aaccb1a19782dfcb0de641c8255531ce34ee5f49f9b8ec7f5a11c81713432aafc3a6b7c4de927eb8141ddea41f28e4e3a1ab715b943774193050fb02e7 WHIRLPOOL c2e14e06fd7632852feea45f468803929cb1c1688d77ac8641c56d77523da455ccdf4cc6bf52b3dba9b387af9ad15ea9efd82b11ce365c3a84440fb2998f06aa DIST libav-11.6.tar.xz 4860268 SHA256 542f30e4266d2d2226e681b888bc718c995f5438f2db66a9a27d581243d27aed SHA512 bff3e22de93e4ab357715ae20e25b6435df52d1868c5164426a693d14fe7f54e47a46c4c62a36fbf27bd204e12f6a29a6f58016c7deaa838915d424b5ce530bd WHIRLPOOL 060bd61e784112a56e02ba86d0901ff488d6ef1735d731a869c68a27da72a209734648148edf9922efe2d15fed3380c36129a92c6917af812bf9e606ef97c131 -DIST libav-12_pre20160522.tar.xz 5234792 SHA256 1c69f6239f812595442378a08455ca7e94073fe47ce0426ba5d245c65952c51a SHA512 105559a5a939c80a311e076aaa0400380a112e035cff390a3b89f361a74f77310f5ad78f7d2df16d7237a43fdaf9d300eab7998b2c3fc772246d55929953d185 WHIRLPOOL 742bb3678a6a54b762e216c5d6501af136dbaba2a11c7d7eff8431e12ab306bd9dad2a854912b3880c0df3075e060b4c5c6fa501636267573933b2d03aa44638 +DIST libav-12_pre20160529.tar.xz 5238532 SHA256 e12f2c1c737a990e277ec0e78673c971962036374b4e53eddb3c1b417e2672fe SHA512 bcfebbed8b4f65526cb9bea3535a04a99891e89a8dcbe544fa104895558b043848f4521949220ac31210b59441ec280aaa7ec7e9138ccba1e0ab0357805f5d87 WHIRLPOOL d35b7df7b023e4c37115ff196f6ac031662c1fa92c1880ac40a88fe0db02ce606dff807baa1c42422c3512060673262748a93bd577b20510f4538c376f1da77c DIST libav-9.14.tar.xz 4077424 SHA256 e4baf0c2adbd941a827854794dd6af9c29cd2042b23501c5828e9b8e1725f61d SHA512 fa8e83cb92a5a565cd23c63467c64972a69a4cbd652b946c7891b73180b609890f67a6f89f009ed263fb9e2c769236f3a8f7f70b0fce4c4373fa93a49470c04d WHIRLPOOL 178ba6c6ad0ecd8ad59eb3bf7a0d4289a3c253d82981cf3ad454e3b222848ae4f875e37cfd280be43faa25a9614c445106555c9f3b5ee4497aec9d71f39ac1af DIST libav-9.17.tar.xz 4080028 SHA256 e32d5f152bce1de283c002a35eb6e71f265877633dee8a40db4d16381dd5d17c SHA512 20af83d4b6a23c159c2386b6592ba6a6acf3f2c54e8aeb16dd0c8a64d637fbde24f37b864698b1143c6802b64a7b5e8ddfe0e7601b35c35686a789e2b3232f5a WHIRLPOOL ec07b5dd116e87416a9841044e09a6ef9b124fe4882f53e88711a32813d3d3a1d71f5067854bbd553ecdadec401dbbb8b504bfc1c6966bfd5e2db79459fb9995 diff --git a/media-video/libav/libav-12_pre20160522.ebuild b/media-video/libav/libav-12_pre20160529.ebuild similarity index 98% rename from media-video/libav/libav-12_pre20160522.ebuild rename to media-video/libav/libav-12_pre20160529.ebuild index 233f371..ce3a60a 100644 --- a/media-video/libav/libav-12_pre20160522.ebuild +++ b/media-video/libav/libav-12_pre20160529.ebuild @@ -20,11 +20,12 @@ if [[ ${PV} == * ]] ; then SRC_URI="" elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot SRC_URI="https://dev.gentoo.org/~lu_zero/libav/${P}.tar.xz"; + SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-12_pre20160522.tar.xz )" else # Official release SRC_URI="https://libav.org/releases/${P}.tar.xz"; + SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-${PV%%.*}.tar.xz )" fi # does not have fate-*.tar.xz -[[ ${PV%} != "" ]] && SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-${PV%%.*}.tar.xz )" LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12"
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 200e19206f2d5bca1c26bd584c847653828611eb Author: Luca Barbato gentoo org> AuthorDate: Sun May 22 20:36:32 2016 + Commit: Luca Barbato gentoo org> CommitDate: Sun May 22 20:38:06 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200e1920 media-video/libav: Add a Libav 12 Snapshot It is needed by recent handbrake and vlc-3. Package-Manager: portage-2.2.26 media-video/libav/Manifest| 2 + media-video/libav/libav-12_pre20160522.ebuild | 346 ++ 2 files changed, 348 insertions(+) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index f447648..84d9b68 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -1,8 +1,10 @@ DIST 0001-x86-Put-COPY3_IF_LT-under-HAVE_6REGS.patch.gz 736 SHA256 3df88fc60ad15116c03fd3f70d41f1a18db98b095add0fb937309116d7cf7201 SHA512 dbdfdf7fc1d42ebd93b0853e85ba0c07d816035c126a9303e6a5656bb9faeea16f16068d7e4aa67c7c4ade8ca09f64669e67f52d7d0a2a65518fa3897d586311 WHIRLPOOL 3038214bd498a195f405a0ce6eece3b04004802f50e05cb1ed081bd0345f93a7a00663902f50207061998a33cb4f5f8fcc1f63c8056233e79a3ad43d9823e9c5 DIST fate-11.tar.xz 691009480 SHA256 4de446ae8c665e9410475c58f6294720f34cfdb1f20d29bbc0ee2576f810d597 SHA512 f9dc152964e3f19cf32d5d4cbc923a2bd05ba3b0f8f3880122df79d32852ee9d4795a0bfd66d7a2925299e9e9533888df6103e212ea3e5cbfe799d17ffa2b433 WHIRLPOOL 11034760105d1028330712f5ead087dffc9edc119945d618f6b02b37f4599db4c575a04c72f77cd5c6f180dc8e8ac2c9c1786d748b759aef2efd38191fcc6361 +DIST fate-12_pre20160522.tar.xz 755165356 SHA256 d34ae04111d3fff9a733207e9f0ed1a552391f775b1aca337b4a3789f3b48ba7 SHA512 f6ffb3b673b01debd71d7c79cd5c3c4d6f6adb975ed0bdb7c791d674efd8a84ac98f7db3943dfbe3756a3f8819ceab2bdf4633c15fefddf0f8e10adfc805c1e1 WHIRLPOOL 9c80deab59585c1e12de49a44061bfb7cb2f1721b1e7585144b438d98ed1a0fb3a5a9afe5c2f2dad7c2d98861f76b9541b3a577e35558d742a3fc83544ff DIST fate-9.tar.xz 467671500 SHA256 27d10fd49267452ac787c3f43501a4a21d0ccaccc5ddd6d79d8a6150ee276532 SHA512 8e45539f2512ef915b37c857226c0243940259f269b8f99393b9defa3352d7b8c1fcc5078f4f0d40dc0509737f0c915e179cedcc77f71fe5d96b1b956169a202 WHIRLPOOL d280ac32c6d84f121be8d733774e72a4df3f2e84d71051aea509ef5ca3289c94fd548bf03ff12215e045bf20c83426c547e6b5eb446429d167f38af7c7aa9803 DIST libav-11.3.tar.xz 4858864 SHA256 12ae6c051967765ae5faeddf94c4584129ac0b18edb884afffc5fcedcdb5e030 SHA512 f25b9fb7392d5bb4df35937f79beae26bd8f6606f0ad7cdebf16963834eb9b423d882f6a3a44b5120a5d5d853c7c31bb8c3420a427cd2b360f41a48a6d5df284 WHIRLPOOL 721c4cbe7ee3f7307d24c0e4f1cc1f8ab8b0ccd50ddf88b77ecf1cae05f06fc80d7527e9f7a0a098a6d95d0e7fed50082aaffa07935eab6e9131f7c9be6e696c DIST libav-11.4.tar.xz 4860264 SHA256 0b7dabc2605f3a254ee410bb4b1a857945696aab495fe21b34c3b6544ff5d525 SHA512 82ffe6aaccb1a19782dfcb0de641c8255531ce34ee5f49f9b8ec7f5a11c81713432aafc3a6b7c4de927eb8141ddea41f28e4e3a1ab715b943774193050fb02e7 WHIRLPOOL c2e14e06fd7632852feea45f468803929cb1c1688d77ac8641c56d77523da455ccdf4cc6bf52b3dba9b387af9ad15ea9efd82b11ce365c3a84440fb2998f06aa DIST libav-11.6.tar.xz 4860268 SHA256 542f30e4266d2d2226e681b888bc718c995f5438f2db66a9a27d581243d27aed SHA512 bff3e22de93e4ab357715ae20e25b6435df52d1868c5164426a693d14fe7f54e47a46c4c62a36fbf27bd204e12f6a29a6f58016c7deaa838915d424b5ce530bd WHIRLPOOL 060bd61e784112a56e02ba86d0901ff488d6ef1735d731a869c68a27da72a209734648148edf9922efe2d15fed3380c36129a92c6917af812bf9e606ef97c131 +DIST libav-12_pre20160522.tar.xz 5234792 SHA256 1c69f6239f812595442378a08455ca7e94073fe47ce0426ba5d245c65952c51a SHA512 105559a5a939c80a311e076aaa0400380a112e035cff390a3b89f361a74f77310f5ad78f7d2df16d7237a43fdaf9d300eab7998b2c3fc772246d55929953d185 WHIRLPOOL 742bb3678a6a54b762e216c5d6501af136dbaba2a11c7d7eff8431e12ab306bd9dad2a854912b3880c0df3075e060b4c5c6fa501636267573933b2d03aa44638 DIST libav-9.14.tar.xz 4077424 SHA256 e4baf0c2adbd941a827854794dd6af9c29cd2042b23501c5828e9b8e1725f61d SHA512 fa8e83cb92a5a565cd23c63467c64972a69a4cbd652b946c7891b73180b609890f67a6f89f009ed263fb9e2c769236f3a8f7f70b0fce4c4373fa93a49470c04d WHIRLPOOL 178ba6c6ad0ecd8ad59eb3bf7a0d4289a3c253d82981cf3ad454e3b222848ae4f875e37cfd280be43faa25a9614c445106555c9f3b5ee4497aec9d71f39ac1af DIST libav-9.17.tar.xz 4080028 SHA256 e32d5f152bce1de283c002a35eb6e71f265877633dee8a40db4d16381dd5d17c SHA512 20af83d4b6a23c159c2386b6592ba6a6acf3f2c54e8aeb16dd0c8a64d637fbde24f37b864698b1143c6802b64a7b5e8ddfe0e7601b35c35686a789e2b3232f5a WHIRLPOOL ec07b5dd116e87416a9841044e09a6ef9b124fe4882f53e88711a32813d3d3a1d71f5067854bbd553ecdadec401dbbb8b504bfc1c6966bfd5e2db79459fb9995 diff --git a/media-video/libav/libav-12_pre20160522.ebuild b/media-video/libav/libav-12_pre20160522.ebuild new file mode 100644 index 000..233f371 --- /dev/null +++ b/media-video/libav/libav-12_pre20160522.ebuild @@ -0,0 +1,346 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: a67d6cf371e6a34d636abda8123dcd2e8c3a44e6 Author: Ian Stakenvicius gentoo org> AuthorDate: Tue Apr 19 21:11:37 2016 + Commit: Ian Stakenvicius gentoo org> CommitDate: Tue Apr 19 21:11:37 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67d6cf3 media-video/libav: fix references in metadata.xml Package-Manager: portage-2.2.26 media-video/libav/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/metadata.xml b/media-video/libav/metadata.xml index 7c69ef3..9277436 100644 --- a/media-video/libav/metadata.xml +++ b/media-video/libav/metadata.xml @@ -26,7 +26,7 @@ Force shared libraries to be built as PIC (this is slower). Enable Real Time Messaging Protocol using librtmp instead the native implementation. Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec). - Enable SSL/TLS support using dev-libs/openssl or dev-libs/gnutls. + Enable SSL/TLS support using dev-libs/openssl or net-libs/gnutls. Build and install small tools like aviocat, cws2fws, graph2dot, ismindex, qt-faststart. Enable MP2 encoding via media-sound/twolame as an alternative to the internal encoder Adds support for SIMD optimizations for UltraSPARC processors.
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 3594340dccc8aaab73047ab08bd30dd88b6e0a5e Author: Patrice Clement gentoo org> AuthorDate: Mon Apr 18 09:15:51 2016 + Commit: Patrice Clement gentoo org> CommitDate: Mon Apr 18 09:28:38 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3594340d media-video/libav: Fix metadata.xml file. Package-Manager: portage-2.2.26 media-video/libav/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/metadata.xml b/media-video/libav/metadata.xml index 7d50503..7c69ef3 100644 --- a/media-video/libav/metadata.xml +++ b/media-video/libav/metadata.xml @@ -30,7 +30,7 @@ Build and install small tools like aviocat, cws2fws, graph2dot, ismindex, qt-faststart. Enable MP2 encoding via media-sound/twolame as an alternative to the internal encoder Adds support for SIMD optimizations for UltraSPARC processors. - Enable vp8 encoding support using libvpx. + Enable vp8 encoding support using media-libs/libvpx. Enable WebP encoding with media-libs/libwebp. Enable HEVC encoding with media-libs/x265.
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 10f478ec415ab625cefdec0b4a78ea2f2be7 Author: Patrice Clement gentoo org> AuthorDate: Mon Apr 18 07:18:34 2016 + Commit: Patrice Clement gentoo org> CommitDate: Mon Apr 18 07:59:08 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f478ec media-video/libav: Fix metadata.xml file. Package-Manager: portage-2.2.26 media-video/libav/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/metadata.xml b/media-video/libav/metadata.xml index bd84445..7d50503 100644 --- a/media-video/libav/metadata.xml +++ b/media-video/libav/metadata.xml @@ -30,7 +30,7 @@ Build and install small tools like aviocat, cws2fws, graph2dot, ismindex, qt-faststart. Enable MP2 encoding via media-sound/twolame as an alternative to the internal encoder Adds support for SIMD optimizations for UltraSPARC processors. - Enable vp8 encoding support using libvpx. + Enable vp8 encoding support using libvpx. Enable WebP encoding with media-libs/libwebp. Enable HEVC encoding with media-libs/x265.
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 699e5ef7bf5d2f62bff41d508796ae60403a8adb Author: Lei Zhang gmail com> AuthorDate: Wed Mar 9 17:28:42 2016 + Commit: Patrice Clement gentoo org> CommitDate: Sun Mar 13 19:43:53 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699e5ef7 media-video/libav: version bump to 11.6 Package-Manager: portage-2.2.25 Acked-by: Luca Barbato gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/1029 media-video/libav/Manifest | 1 + media-video/libav/libav-11.6.ebuild | 347 2 files changed, 348 insertions(+) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index f6e6527..f447648 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -3,5 +3,6 @@ DIST fate-11.tar.xz 691009480 SHA256 4de446ae8c665e9410475c58f6294720f34cfdb1f20 DIST fate-9.tar.xz 467671500 SHA256 27d10fd49267452ac787c3f43501a4a21d0ccaccc5ddd6d79d8a6150ee276532 SHA512 8e45539f2512ef915b37c857226c0243940259f269b8f99393b9defa3352d7b8c1fcc5078f4f0d40dc0509737f0c915e179cedcc77f71fe5d96b1b956169a202 WHIRLPOOL d280ac32c6d84f121be8d733774e72a4df3f2e84d71051aea509ef5ca3289c94fd548bf03ff12215e045bf20c83426c547e6b5eb446429d167f38af7c7aa9803 DIST libav-11.3.tar.xz 4858864 SHA256 12ae6c051967765ae5faeddf94c4584129ac0b18edb884afffc5fcedcdb5e030 SHA512 f25b9fb7392d5bb4df35937f79beae26bd8f6606f0ad7cdebf16963834eb9b423d882f6a3a44b5120a5d5d853c7c31bb8c3420a427cd2b360f41a48a6d5df284 WHIRLPOOL 721c4cbe7ee3f7307d24c0e4f1cc1f8ab8b0ccd50ddf88b77ecf1cae05f06fc80d7527e9f7a0a098a6d95d0e7fed50082aaffa07935eab6e9131f7c9be6e696c DIST libav-11.4.tar.xz 4860264 SHA256 0b7dabc2605f3a254ee410bb4b1a857945696aab495fe21b34c3b6544ff5d525 SHA512 82ffe6aaccb1a19782dfcb0de641c8255531ce34ee5f49f9b8ec7f5a11c81713432aafc3a6b7c4de927eb8141ddea41f28e4e3a1ab715b943774193050fb02e7 WHIRLPOOL c2e14e06fd7632852feea45f468803929cb1c1688d77ac8641c56d77523da455ccdf4cc6bf52b3dba9b387af9ad15ea9efd82b11ce365c3a84440fb2998f06aa +DIST libav-11.6.tar.xz 4860268 SHA256 542f30e4266d2d2226e681b888bc718c995f5438f2db66a9a27d581243d27aed SHA512 bff3e22de93e4ab357715ae20e25b6435df52d1868c5164426a693d14fe7f54e47a46c4c62a36fbf27bd204e12f6a29a6f58016c7deaa838915d424b5ce530bd WHIRLPOOL 060bd61e784112a56e02ba86d0901ff488d6ef1735d731a869c68a27da72a209734648148edf9922efe2d15fed3380c36129a92c6917af812bf9e606ef97c131 DIST libav-9.14.tar.xz 4077424 SHA256 e4baf0c2adbd941a827854794dd6af9c29cd2042b23501c5828e9b8e1725f61d SHA512 fa8e83cb92a5a565cd23c63467c64972a69a4cbd652b946c7891b73180b609890f67a6f89f009ed263fb9e2c769236f3a8f7f70b0fce4c4373fa93a49470c04d WHIRLPOOL 178ba6c6ad0ecd8ad59eb3bf7a0d4289a3c253d82981cf3ad454e3b222848ae4f875e37cfd280be43faa25a9614c445106555c9f3b5ee4497aec9d71f39ac1af DIST libav-9.17.tar.xz 4080028 SHA256 e32d5f152bce1de283c002a35eb6e71f265877633dee8a40db4d16381dd5d17c SHA512 20af83d4b6a23c159c2386b6592ba6a6acf3f2c54e8aeb16dd0c8a64d637fbde24f37b864698b1143c6802b64a7b5e8ddfe0e7601b35c35686a789e2b3232f5a WHIRLPOOL ec07b5dd116e87416a9841044e09a6ef9b124fe4882f53e88711a32813d3d3a1d71f5067854bbd553ecdadec401dbbb8b504bfc1c6966bfd5e2db79459fb9995 diff --git a/media-video/libav/libav-11.6.ebuild b/media-video/libav/libav-11.6.ebuild new file mode 100644 index 000..ee44d33 --- /dev/null +++ b/media-video/libav/libav-11.6.ebuild @@ -0,0 +1,347 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs + +if [[ ${PV} == * ]] ; then + : ${EGIT_REPO_URI:="git://git.libav.org/libav.git"} + if [[ ${PV%} != "" ]] ; then + : ${EGIT_BRANCH:="release/${PV%.}"} + fi + inherit git-r3 +fi + +DESCRIPTION="Complete solution to record, convert and stream audio and video" +HOMEPAGE="https://libav.org/"; +if [[ ${PV} == * ]] ; then + SRC_URI="" +elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot + SRC_URI="https://dev.gentoo.org/~lu_zero/libav/${P}.tar.xz"; +else # Official release + SRC_URI="https://libav.org/releases/${P}.tar.xz"; +fi +# does not have fate-*.tar.xz +[[ ${PV%} != "" ]] && SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-${PV%%.*}.tar.xz )" + +LICENSE="LGPL-2.1 gpl? ( GPL-3 )" +SLOT="0/11" +[[ ${PV} == * ]] || \ +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk + frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 + +network openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl + static-libs test theora threads tools truetype twolame v4l vaapi vdpau vorbis vpx X + wavpack webp x264 x265 xvid +zlib" + +# String for CPU featu
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 501fd5e1d3064aae90a39ed27275fb46a072f2ee Author: Luca Barbato gentoo org> AuthorDate: Mon Jan 25 22:19:58 2016 + Commit: Luca Barbato gentoo org> CommitDate: Mon Jan 25 22:21:44 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501fd5e1 media-video/libav: Update the version And blacklist a security problematic module. Package-Manager: portage-2.2.26 media-video/libav/Manifest | 3 +- media-video/libav/libav-10..ebuild | 325 - .../libav/{libav-10.5.ebuild => libav-11.4.ebuild} | 103 --- media-video/libav/libav-11..ebuild | 5 +- 4 files changed, 67 insertions(+), 369 deletions(-) diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest index b2e3409..f6e6527 100644 --- a/media-video/libav/Manifest +++ b/media-video/libav/Manifest @@ -1,8 +1,7 @@ DIST 0001-x86-Put-COPY3_IF_LT-under-HAVE_6REGS.patch.gz 736 SHA256 3df88fc60ad15116c03fd3f70d41f1a18db98b095add0fb937309116d7cf7201 SHA512 dbdfdf7fc1d42ebd93b0853e85ba0c07d816035c126a9303e6a5656bb9faeea16f16068d7e4aa67c7c4ade8ca09f64669e67f52d7d0a2a65518fa3897d586311 WHIRLPOOL 3038214bd498a195f405a0ce6eece3b04004802f50e05cb1ed081bd0345f93a7a00663902f50207061998a33cb4f5f8fcc1f63c8056233e79a3ad43d9823e9c5 -DIST fate-10.tar.xz 558524508 SHA256 65779319ff75a5d93f20132a7c348db2ff6f0f0275fb64a23f81fbda6e44c1cb SHA512 5e569b899961d82c579d974eb13b8a5263ae7a83dc788119d6abf923c9c133029fd861960a85c316e0b0a0bd61722cc3bcb393a65d9d2c551084c0b1103cc582 WHIRLPOOL d9e0bb01ae809ca57a566ae804b9e30ff0239e43047a7f93d07ab0d31e95c7f06cadd651dd3badc2b906f34ffa12669cff87910ffe115f34c3279615f8afaddb DIST fate-11.tar.xz 691009480 SHA256 4de446ae8c665e9410475c58f6294720f34cfdb1f20d29bbc0ee2576f810d597 SHA512 f9dc152964e3f19cf32d5d4cbc923a2bd05ba3b0f8f3880122df79d32852ee9d4795a0bfd66d7a2925299e9e9533888df6103e212ea3e5cbfe799d17ffa2b433 WHIRLPOOL 11034760105d1028330712f5ead087dffc9edc119945d618f6b02b37f4599db4c575a04c72f77cd5c6f180dc8e8ac2c9c1786d748b759aef2efd38191fcc6361 DIST fate-9.tar.xz 467671500 SHA256 27d10fd49267452ac787c3f43501a4a21d0ccaccc5ddd6d79d8a6150ee276532 SHA512 8e45539f2512ef915b37c857226c0243940259f269b8f99393b9defa3352d7b8c1fcc5078f4f0d40dc0509737f0c915e179cedcc77f71fe5d96b1b956169a202 WHIRLPOOL d280ac32c6d84f121be8d733774e72a4df3f2e84d71051aea509ef5ca3289c94fd548bf03ff12215e045bf20c83426c547e6b5eb446429d167f38af7c7aa9803 -DIST libav-10.5.tar.xz 4650900 SHA256 c7a57042a5e4720152d27a0beea961ae52a3ae1d916a88c78c1e192e9e0d5f86 SHA512 fa4837daa3bf40f05902ac2d849179d104b1f9881b63b460363e577849cd55b0795e6e41aadec817eac89d1eaca88ce4a9ad0eb2dbf1dd789496dd9cd2637c59 WHIRLPOOL 03ba4cb4dbe8da4dee4a242dc14333ed6b1a2198783f687d143d65cd9c25a5f05aa7b30e49b784309af04045d4726ee3a702159da72ed00d76eaa1be01b7c4d3 DIST libav-11.3.tar.xz 4858864 SHA256 12ae6c051967765ae5faeddf94c4584129ac0b18edb884afffc5fcedcdb5e030 SHA512 f25b9fb7392d5bb4df35937f79beae26bd8f6606f0ad7cdebf16963834eb9b423d882f6a3a44b5120a5d5d853c7c31bb8c3420a427cd2b360f41a48a6d5df284 WHIRLPOOL 721c4cbe7ee3f7307d24c0e4f1cc1f8ab8b0ccd50ddf88b77ecf1cae05f06fc80d7527e9f7a0a098a6d95d0e7fed50082aaffa07935eab6e9131f7c9be6e696c +DIST libav-11.4.tar.xz 4860264 SHA256 0b7dabc2605f3a254ee410bb4b1a857945696aab495fe21b34c3b6544ff5d525 SHA512 82ffe6aaccb1a19782dfcb0de641c8255531ce34ee5f49f9b8ec7f5a11c81713432aafc3a6b7c4de927eb8141ddea41f28e4e3a1ab715b943774193050fb02e7 WHIRLPOOL c2e14e06fd7632852feea45f468803929cb1c1688d77ac8641c56d77523da455ccdf4cc6bf52b3dba9b387af9ad15ea9efd82b11ce365c3a84440fb2998f06aa DIST libav-9.14.tar.xz 4077424 SHA256 e4baf0c2adbd941a827854794dd6af9c29cd2042b23501c5828e9b8e1725f61d SHA512 fa8e83cb92a5a565cd23c63467c64972a69a4cbd652b946c7891b73180b609890f67a6f89f009ed263fb9e2c769236f3a8f7f70b0fce4c4373fa93a49470c04d WHIRLPOOL 178ba6c6ad0ecd8ad59eb3bf7a0d4289a3c253d82981cf3ad454e3b222848ae4f875e37cfd280be43faa25a9614c445106555c9f3b5ee4497aec9d71f39ac1af DIST libav-9.17.tar.xz 4080028 SHA256 e32d5f152bce1de283c002a35eb6e71f265877633dee8a40db4d16381dd5d17c SHA512 20af83d4b6a23c159c2386b6592ba6a6acf3f2c54e8aeb16dd0c8a64d637fbde24f37b864698b1143c6802b64a7b5e8ddfe0e7601b35c35686a789e2b3232f5a WHIRLPOOL ec07b5dd116e87416a9841044e09a6ef9b124fe4882f53e88711a32813d3d3a1d71f5067854bbd553ecdadec401dbbb8b504bfc1c6966bfd5e2db79459fb9995 diff --git a/media-video/libav/libav-10..ebuild b/media-video/libav/libav-10..ebuild deleted file mode 100644 index bc0a8d9..000 --- a/media-video/libav/libav-10..ebuild +++ /dev/null @@ -1,325 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -if [[ ${PV} == * ]] ; then - SCM="git-2" - EGIT_REPO_URI="git://git.libav.org/libav.git" - [[ ${PV%} != "" ]] && EGIT_BRANCH="release/${PV%.}" -fi - -inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM} - -DESC
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/files/, media-video/libav/
commit: 4e0515713cdef6345aeb04bc57df0468df492bed Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Dec 29 19:51:00 2015 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 29 19:51:15 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e051571 media-video/libav: fix for libvpx-1.5.0, bug #565696 Pulled upstream patch as is. Reported-by: Peter Levine Bug: https://bugs.gentoo.org/565696 Package-Manager: portage-2.2.26 .../libav/files/libav-11.3-libvpx-1.5.0.patch | 47 ++ media-video/libav/libav-11.3-r1.ebuild | 1 + 2 files changed, 48 insertions(+) diff --git a/media-video/libav/files/libav-11.3-libvpx-1.5.0.patch b/media-video/libav/files/libav-11.3-libvpx-1.5.0.patch new file mode 100644 index 000..6844a15 --- /dev/null +++ b/media-video/libav/files/libav-11.3-libvpx-1.5.0.patch @@ -0,0 +1,47 @@ +https://bugs.gentoo.org/565696 + +commit 4d05e9392f84702e3c833efa86e84c7f1cf5f612 +Author: James Zern +Date: Mon Oct 19 22:44:11 2015 -0700 + +libvpxenc: remove some unused ctrl id mappings + +VP8E_UPD_ENTROPY, VP8E_UPD_REFERENCE, VP8E_USE_REFERENCE were removed +from libvpx and the remaining values were never used here + +Reviewed-by: Michael Niedermayer +Signed-off-by: James Zern +Signed-off-by: Luca Barbato + +diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c +index 563117f..d1e2523 100644 +--- a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c +@@ -71,23 +71,15 @@ typedef struct VP8EncoderContext { + + /** String mappings for enum vp8e_enc_control_id */ + static const char *const ctlidstr[] = { +-[VP8E_UPD_ENTROPY] = "VP8E_UPD_ENTROPY", +-[VP8E_UPD_REFERENCE] = "VP8E_UPD_REFERENCE", +-[VP8E_USE_REFERENCE] = "VP8E_USE_REFERENCE", +-[VP8E_SET_ROI_MAP] = "VP8E_SET_ROI_MAP", +-[VP8E_SET_ACTIVEMAP] = "VP8E_SET_ACTIVEMAP", +-[VP8E_SET_SCALEMODE] = "VP8E_SET_SCALEMODE", ++[VP8E_SET_ARNR_MAXFRAMES]= "VP8E_SET_ARNR_MAXFRAMES", ++[VP8E_SET_ARNR_STRENGTH] = "VP8E_SET_ARNR_STRENGTH", ++[VP8E_SET_ARNR_TYPE] = "VP8E_SET_ARNR_TYPE", + [VP8E_SET_CPUUSED] = "VP8E_SET_CPUUSED", ++[VP8E_SET_CQ_LEVEL] = "VP8E_SET_CQ_LEVEL", + [VP8E_SET_ENABLEAUTOALTREF] = "VP8E_SET_ENABLEAUTOALTREF", + [VP8E_SET_NOISE_SENSITIVITY] = "VP8E_SET_NOISE_SENSITIVITY", +-[VP8E_SET_SHARPNESS] = "VP8E_SET_SHARPNESS", + [VP8E_SET_STATIC_THRESHOLD] = "VP8E_SET_STATIC_THRESHOLD", + [VP8E_SET_TOKEN_PARTITIONS] = "VP8E_SET_TOKEN_PARTITIONS", +-[VP8E_GET_LAST_QUANTIZER]= "VP8E_GET_LAST_QUANTIZER", +-[VP8E_SET_ARNR_MAXFRAMES]= "VP8E_SET_ARNR_MAXFRAMES", +-[VP8E_SET_ARNR_STRENGTH] = "VP8E_SET_ARNR_STRENGTH", +-[VP8E_SET_ARNR_TYPE] = "VP8E_SET_ARNR_TYPE", +-[VP8E_SET_CQ_LEVEL] = "VP8E_SET_CQ_LEVEL", + }; + + static av_cold void log_encoder_error(AVCodecContext *avctx, const char *desc) diff --git a/media-video/libav/libav-11.3-r1.ebuild b/media-video/libav/libav-11.3-r1.ebuild index 4034d60..ef74325 100644 --- a/media-video/libav/libav-11.3-r1.ebuild +++ b/media-video/libav/libav-11.3-r1.ebuild @@ -155,6 +155,7 @@ src_prepare() { epatch_user epatch "${WORKDIR}/0001-x86-Put-COPY3_IF_LT-under-HAVE_6REGS.patch" + epatch "${FILESDIR}"/${P}-libvpx-1.5.0.patch #565696 # if we have snapshot then we need to hardcode the version if [[ ${PV%_p*} != ${PV} ]]; then
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 97619fe996cd0638683e3ad05cfe707b088cfb29 Author: Julian Ospald gentoo org> AuthorDate: Sat Oct 17 11:54:11 2015 + Commit: Julian Ospald gentoo org> CommitDate: Sat Oct 17 13:30:28 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97619fe9 media-video/libav: add libressl support .../libav/{libav-11..ebuild => libav-11.3-r1.ebuild} | 10 -- media-video/libav/libav-11..ebuild | 7 +-- media-video/libav/libav-.ebuild| 7 +-- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/media-video/libav/libav-11..ebuild b/media-video/libav/libav-11.3-r1.ebuild similarity index 97% copy from media-video/libav/libav-11..ebuild copy to media-video/libav/libav-11.3-r1.ebuild index 98af3cc..4034d60 100644 --- a/media-video/libav/libav-11..ebuild +++ b/media-video/libav/libav-11.3-r1.ebuild @@ -22,6 +22,7 @@ elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot SRC_URI="https://dev.gentoo.org/~lu_zero/libav/${P}.tar.xz"; else # Official release SRC_URI="https://libav.org/releases/${P}.tar.xz"; + SRC_URI+=" https://dev.gentoo.org/~lu_zero/libav/patches/0001-x86-Put-COPY3_IF_LT-under-HAVE_6REGS.patch.gz"; fi # does not have fate-*.tar.xz [[ ${PV%} != "" ]] && SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-${PV%%.*}.tar.xz )" @@ -31,7 +32,7 @@ SLOT="0/11" [[ ${PV} == * ]] || \ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk - frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k mp3 + frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl static-libs test theora threads tools truetype twolame v4l vaapi vdpau vorbis vpx X wavpack webp x264 x265 xvid +zlib" @@ -87,7 +88,10 @@ RDEPEND=" pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) rtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] ) ssl? ( - openssl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) + openssl? ( + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) + ) !openssl? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}] ) ) sdl? ( >=media-libs/libsdl-1.2.15-r4[sound,video,${MULTILIB_USEDEP}] ) @@ -150,6 +154,8 @@ src_unpack() { src_prepare() { epatch_user + epatch "${WORKDIR}/0001-x86-Put-COPY3_IF_LT-under-HAVE_6REGS.patch" + # if we have snapshot then we need to hardcode the version if [[ ${PV%_p*} != ${PV} ]]; then sed -i -e "s/UNKNOWN/DATE-${PV#*_pre}/" "${S}/version.sh" || die diff --git a/media-video/libav/libav-11..ebuild b/media-video/libav/libav-11..ebuild index 98af3cc..5970b53 100644 --- a/media-video/libav/libav-11..ebuild +++ b/media-video/libav/libav-11..ebuild @@ -31,7 +31,7 @@ SLOT="0/11" [[ ${PV} == * ]] || \ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk - frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k mp3 + frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl static-libs test theora threads tools truetype twolame v4l vaapi vdpau vorbis vpx X wavpack webp x264 x265 xvid +zlib" @@ -87,7 +87,10 @@ RDEPEND=" pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) rtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] ) ssl? ( - openssl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) + openssl? ( + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) + ) !openssl? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}] ) ) sdl? ( >=media-libs/libsdl-1.2.15-r4[sound,video,${MULTILIB_USEDEP}] ) diff --git a/media-video/libav/libav-.ebuild b/media-video/libav/libav-.ebuild index 09447da..180b645 100644 --- a/media-video/libav/libav-.ebuild +++ b/media-video/libav/libav-.ebuild @@ -32,7 +32,7 @@ SLOT="0/12" ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 644e0b3952fd1fc4bce3b9315fb95c7dc9283cfa Author: Luca Barbato gentoo org> AuthorDate: Tue Sep 15 13:21:25 2015 + Commit: Luca Barbato gentoo org> CommitDate: Fri Sep 25 10:08:27 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644e0b39 libav: Filter -marm It is know to cause horrible problems. media-video/libav/libav-.ebuild | 5 + 1 file changed, 5 insertions(+) diff --git a/media-video/libav/libav-.ebuild b/media-video/libav/libav-.ebuild index 503d6e6..09447da 100644 --- a/media-video/libav/libav-.ebuild +++ b/media-video/libav/libav-.ebuild @@ -276,6 +276,11 @@ multilib_src_configure() { # Misc stuff use hardcoded-tables && myconf+=( --enable-hardcoded-tables ) + # Forcing arm would make the compiler break left and right + if [[ ${ABI} == arm ]]; then + filter-flags -marm + fi + # Specific workarounds for too-few-registers arch... if [[ ${ABI} == x86 ]]; then local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: b50cd4218102c08ab6ebbc7b423f794e91327880 Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 15 12:15:39 2015 + Commit: Luca Barbato gentoo org> CommitDate: Tue Sep 15 12:55:54 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50cd421 media-libs/xine-lib: fix build with ffmpeg git master Package-Manager: portage-2.2.20.1 media-video/libav/libav-.ebuild | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/media-video/libav/libav-.ebuild b/media-video/libav/libav-.ebuild index 3222da1..503d6e6 100644 --- a/media-video/libav/libav-.ebuild +++ b/media-video/libav/libav-.ebuild @@ -99,10 +99,7 @@ RDEPEND=" vaapi? ( >=x11-libs/libva-1.2.1-r1[${MULTILIB_USEDEP}] ) vdpau? ( >=x11-libs/libvdpau-0.7[${MULTILIB_USEDEP}] ) vpx? ( >=media-libs/libvpx-1.2.0_pre20130625[${MULTILIB_USEDEP}] ) - X? ( - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] - ) + X? ( >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) " @@ -131,7 +128,7 @@ RDEPEND="${RDEPEND} # x264 requires gpl2 REQUIRED_USE=" rtmp? ( network ) - amr? ( gpl ) aac? ( gpl ) x264? ( gpl ) X? ( gpl ) cdio? ( gpl ) x265? ( gpl ) + amr? ( gpl ) aac? ( gpl ) x264? ( gpl ) cdio? ( gpl ) x265? ( gpl ) test? ( encode zlib ) fontconfig? ( truetype ) "