X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 8AE0B5C2CC6 for ; Tue, 30 Oct 2018 00:11:58 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1540858917; bh=61vRbzD5vnIqjLUeIvbbeeMTByWe7IsxC5wLi5Fp5Io=; h=From:To:Cc:Subject:Date; b=0eqWC1LGVR0ijA3+h4U1TQAFlZ6fWe9awnW26Fdt/88ts2IT8AmrxKVbixXcKPi03 fZqqXGvM7xZJwrOLUVIMzTs3wuT5DolVGxsOoRc8neQol4N49M2Nbd6ODrCQrUI8AT ktO+WhzlGI9DBDDyWX3FMUsOH3fFdmk7lyEG6/ho= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault , Natanael Copa , Carlo Landmeter , Nathan Angelacos , ScrumpyJack , Mika Havela , William Pitcock , =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= , Stuart Cardall , Francesco Colista , Mark Riedesel , =?UTF-8?q?Timo=20Ter=C3=A4s?= Subject: [alpine-aports] [PATCH 00/15] community/ffmpeg: upgrade to 4.0.2 Date: Mon, 29 Oct 2018 20:11:22 -0400 Message-Id: <20181030001137.13087-1-sir@cmpwn.com> X-Mailer: git-send-email 2.18.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: The following packages required version bumps: - community/mpv - community/tvheadend - testing/handbrake The following packages required patches: - community/guvcview - community/moc - testing/motion The following packages required abuild linter fixes: - community/deadbeef - community/cmus - community/ffmpegthumbnailer - community/minidlna - community/pianobar - community/unpaper - community/vlc - testing/openimageio The following packages compiled without changes: - community/keyfinder-cli - testing/alsa-plugins - testing/chromaprint - testing/mgba The following packages fail to build for reasons unrelated to ffmpeg: - community/audacious-plugins - community/gst-libav - community/mpd - testing/mlt - testing/opencv Also, vhr-softhdevice is listed as a dependent of ffmpeg, but I couldn't find it. I was unable to test community/omxplayer because I don't have a build machine with a supported architecture. I was also unable to compile community/qt5-qtwebengine, it requires patches but is a real pain to compile so it'll take me some time to get this one done. Help would be appreciated. Drew DeVault (15): community/ffmpeg: upgrade to 4.0.2 community/mpv: upgrade to 0.29.1 community/tvheadend: upgrade to 4.2.7 testing/handbrake: upgrade to 1.1.2 community/guvcview: add ffmpeg 4 patch community/moc: patch for ffmpeg 4 testing/motion: patch for ffmpeg 4 community/deadbeef: add !check community/cmus: add maintainer community/ffmpegthumbnailer: add !check community/minidlna: add !check community/pianobar: remove depends_dev community/unpaper: remove depends_dev community/vlc: fix various linting issues testing/openimageio: add !check community/cmus/APKBUILD | 2 +- community/deadbeef/APKBUILD | 1 + community/ffmpeg/APKBUILD | 8 +- community/ffmpegthumbnailer/APKBUILD | 1 + community/guvcview/APKBUILD | 8 +- community/guvcview/ffmpeg4.patch | 220 +++++++++++++++++++++++++++ community/minidlna/APKBUILD | 2 +- community/moc/APKBUILD | 12 +- community/moc/ffmpeg-3.patch | 14 -- community/moc/ffmpeg4.patch | 34 +++++ community/mpv/APKBUILD | 22 +-- community/mpv/fix-libva2.patch | 88 ----------- community/pianobar/APKBUILD | 3 +- community/tvheadend/APKBUILD | 4 +- community/unpaper/APKBUILD | 3 +- community/vlc/APKBUILD | 6 +- testing/handbrake/APKBUILD | 9 +- testing/motion/APKBUILD | 5 +- testing/motion/ffmpeg4.patch | 43 ++++++ testing/openimageio/APKBUILD | 1 + 20 files changed, 348 insertions(+), 138 deletions(-) create mode 100644 community/guvcview/ffmpeg4.patch delete mode 100644 community/moc/ffmpeg-3.patch create mode 100644 community/moc/ffmpeg4.patch delete mode 100644 community/mpv/fix-libva2.patch create mode 100644 testing/motion/ffmpeg4.patch -- 2.18.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---