diff --git a/multimedia/video/ffmpeg/actions.py b/multimedia/video/ffmpeg/actions.py index 231df93310..baf030734b 100644 --- a/multimedia/video/ffmpeg/actions.py +++ b/multimedia/video/ffmpeg/actions.py @@ -57,10 +57,10 @@ def setup(): def build(): autotools.make() autotools.make('tools/qt-faststart') - #autotools.make("doc/ffmpeg-utils.1") üst sürümde kullan - autotools.make("doc/ff{mpeg,play,server}.1") + autotools.make("doc/ff{mpeg,play}.1") def install(): autotools.rawInstall("DESTDIR=%s install-man" % get.installDIR()) pisitools.dobin("tools/qt-faststart") + pisitools.dodoc("Changelog", "README.md", "LICENSE.md", "COPYING*") diff --git a/multimedia/video/ffmpeg/pspec.xml b/multimedia/video/ffmpeg/pspec.xml index edbf05f23f..cd07d706e3 100644 --- a/multimedia/video/ffmpeg/pspec.xml +++ b/multimedia/video/ffmpeg/pspec.xml @@ -15,7 +15,7 @@ app:console A command-line tool to record, convert and stream audio and video FFmpeg is a complete solution to record, convert and stream audio and video. - http://ffmpeg.org/releases/ffmpeg-3.4.2.tar.xz + https://ffmpeg.org/releases/ffmpeg-4.0.tar.gz freetype-devel faac-devel @@ -23,7 +23,7 @@ x264-devel x265-devel libva-devel - libsdl-devel + libsdl2-devel libvpx-devel libass-devel libopus-devel @@ -38,7 +38,8 @@ opencore-amr-devel libmodplug-devel pulseaudio-libs-devel - openjpeg-devel + + openjpeg2-devel frei0r-plugins-devel rtmpdump-devel schroedinger-devel @@ -57,7 +58,7 @@ chromium.patch - fs56089.patch + @@ -79,7 +80,7 @@ gnutls libX11 libnut - libsdl + libsdl2 libv4l libvpx libxcb @@ -89,7 +90,7 @@ alsa-lib freetype libvdpau - openjpeg + openjpeg2 rtmpdump libbluray libdc1394 @@ -122,14 +123,21 @@ /usr/include - /usr/lib/pkgconfig + /usr/lib/pkgconfig - - 2018-04-17 + + 2018-04-26 + 4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-18 3.4.2 Rebuild Mustafa Cinasal