Merge pull request #4700 from Rmys/master

ffmpeg-3.4.2:ver.bump
This commit is contained in:
Rmys
2018-04-18 13:27:30 +03:00
committed by GitHub
2 changed files with 14 additions and 7 deletions
+1 -2
View File
@@ -32,7 +32,6 @@ def setup():
--enable-libopus \ --enable-libopus \
--enable-libpulse \ --enable-libpulse \
--enable-librtmp \ --enable-librtmp \
--enable-libschroedinger \
--enable-libspeex \ --enable-libspeex \
--enable-libtheora \ --enable-libtheora \
--enable-libv4l2 \ --enable-libv4l2 \
@@ -49,7 +48,6 @@ def setup():
--enable-vdpau \ --enable-vdpau \
--enable-version3 \ --enable-version3 \
--enable-libdc1394 \ --enable-libdc1394 \
--enable-libnut \
--enable-libcelt \ --enable-libcelt \
--enable-frei0r \ --enable-frei0r \
--enable-libcdio \ --enable-libcdio \
@@ -59,6 +57,7 @@ def setup():
def build(): def build():
autotools.make() autotools.make()
autotools.make('tools/qt-faststart') 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,server}.1")
def install(): def install():
+13 -5
View File
@@ -15,7 +15,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>A command-line tool to record, convert and stream audio and video</Summary> <Summary>A command-line tool to record, convert and stream audio and video</Summary>
<Description>FFmpeg is a complete solution to record, convert and stream audio and video.</Description> <Description>FFmpeg is a complete solution to record, convert and stream audio and video.</Description>
<Archive sha1sum="bc729e38c313ad381a56ffd29a61a7b985a49ea4" type="tarxz">http://ffmpeg.org/releases/ffmpeg-3.3.6.tar.xz</Archive> <Archive sha1sum="baef74d93683c6b2029ac36b900732795216e066" type="tarxz">http://ffmpeg.org/releases/ffmpeg-3.4.2.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>freetype-devel</Dependency> <Dependency>freetype-devel</Dependency>
<Dependency>faac-devel</Dependency> <Dependency>faac-devel</Dependency>
@@ -55,9 +55,10 @@
<Dependency>libXv-devel</Dependency> <Dependency>libXv-devel</Dependency>
<Dependency>libidn-devel</Dependency> <Dependency>libidn-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<!--<Patches> <Patches>
<Patch>fix_build_x265.patch</Patch> <Patch>chromium.patch</Patch>
</Patches>--> <Patch>fs56089.patch</Patch>
</Patches>
</Source> </Source>
<Package> <Package>
@@ -121,12 +122,19 @@
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path> <Path fileType="library">/usr/lib/pkgconfig</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="8">
<Date>2018-04-17</Date>
<Version>3.4.2</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7"> <Update release="7">
<Date>2018-02-18</Date> <Date>2018-02-18</Date>
<Version>3.3.6</Version> <Version>3.3.6</Version>