diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-10-04 01:29:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-10-04 01:29:56 +0000 |
commit | 8c2a4b5397650926c4f6e47c1b9863a3e8464687 (patch) | |
tree | 0436881653653430e7dfd36e727ebb0bb0ff43c8 /app-emulation/vice/files | |
parent | Beta channel bump. (diff) | |
download | gentoo-2-8c2a4b5397650926c4f6e47c1b9863a3e8464687.tar.gz gentoo-2-8c2a4b5397650926c4f6e47c1b9863a3e8464687.tar.bz2 gentoo-2-8c2a4b5397650926c4f6e47c1b9863a3e8464687.zip |
old
(Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation/vice/files')
-rw-r--r-- | app-emulation/vice/files/vice-2.3-libav.patch | 47 | ||||
-rw-r--r-- | app-emulation/vice/files/vice-2.3-notexi.patch | 17 |
2 files changed, 0 insertions, 64 deletions
diff --git a/app-emulation/vice/files/vice-2.3-libav.patch b/app-emulation/vice/files/vice-2.3-libav.patch deleted file mode 100644 index 6d8f7dac7962..000000000000 --- a/app-emulation/vice/files/vice-2.3-libav.patch +++ /dev/null @@ -1,47 +0,0 @@ ---- src/gfxoutputdrv/ffmpegdrv.c -+++ src/gfxoutputdrv/ffmpegdrv.c -@@ -342,7 +342,7 @@ - - c = st->codec; - c->codec_id = ffmpegdrv_fmt->audio_codec; -- c->codec_type = CODEC_TYPE_AUDIO; -+ c->codec_type = AVMEDIA_TYPE_AUDIO; - c->sample_fmt = SAMPLE_FMT_S16; - - /* put sample parameters */ -@@ -370,7 +370,7 @@ - pkt.size = (*ffmpeglib.p_avcodec_encode_audio)(c, - audio_outbuf, audio_outbuf_size, audio_in->buffer); - pkt.pts = c->coded_frame->pts; -- pkt.flags |= PKT_FLAG_KEY; -+ pkt.flags |= AV_PKT_FLAG_KEY; - pkt.stream_index = audio_st->index; - pkt.data = audio_outbuf; - -@@ -559,7 +559,7 @@ - - c = st->codec; - c->codec_id = ffmpegdrv_fmt->video_codec; -- c->codec_type = CODEC_TYPE_VIDEO; -+ c->codec_type = AVMEDIA_TYPE_VIDEO; - - /* put sample parameters */ - c->bit_rate = video_bitrate; -@@ -819,7 +819,7 @@ - if (ffmpegdrv_oc->oformat->flags & AVFMT_RAWPICTURE) { - AVPacket pkt; - (*ffmpeglib.p_av_init_packet)(&pkt); -- pkt.flags |= PKT_FLAG_KEY; -+ pkt.flags |= AV_PKT_FLAG_KEY; - pkt.stream_index = video_st->index; - pkt.data = (uint8_t*)picture; - pkt.size = sizeof(AVPicture); -@@ -840,7 +840,7 @@ - (*ffmpeglib.p_av_init_packet)(&pkt); - pkt.pts = c->coded_frame->pts; - if (c->coded_frame->key_frame) -- pkt.flags |= PKT_FLAG_KEY; -+ pkt.flags |= AV_PKT_FLAG_KEY; - pkt.stream_index = video_st->index; - pkt.data = video_outbuf; - pkt.size = out_size; diff --git a/app-emulation/vice/files/vice-2.3-notexi.patch b/app-emulation/vice/files/vice-2.3-notexi.patch deleted file mode 100644 index 5f3b9c6de0e3..000000000000 --- a/app-emulation/vice/files/vice-2.3-notexi.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- doc/Makefile.am.orig -+++ doc/Makefile.am -@@ -48,14 +48,7 @@ - $(srcdir)/vice.txt: vice.texi - $(MAKEINFO) -o $(srcdir)/vice.txt --no-headers $(srcdir)/vice.texi - --if BUILD_PDF --$(srcdir)/vice.pdf: vice.texi -- $(TEXI2DVI) -q --clean --pdf -o $(srcdir)/vice.pdf $(srcdir)/vice.texi -- --PDF_DEPS=$(srcdir)/vice.pdf --else - PDF_DEPS= --endif - - if BUILD_AMIGAGUIDE - $(srcdir)/vice.guide: vice.texi |