avidemux ver. bump
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
diff -u -r avidemux_2.7.4/bootStrap.bash avidemux_2.7.4-fix/bootStrap.bash
|
||||
--- avidemux_2.7.4/bootStrap.bash 2019-08-15 07:25:40.000000000 +0000
|
||||
+++ avidemux_2.7.4-fix/bootStrap.bash 2020-06-05 13:40:10.633140851 +0000
|
||||
@@ -66,7 +66,7 @@
|
||||
fi
|
||||
cd $BUILDDIR
|
||||
cmake $COMPILER $PKG $FAKEROOT $QT_FLAVOR -DCMAKE_EDIT_COMMAND=vim $INSTALL_PREFIX $EXTRA $BUILD_QUIRKS $ASAN $DEBUG -G "$BUILDER" $SOURCEDIR || fail cmakeZ
|
||||
- make $PARAL >& /tmp/log$BUILDDIR || fail "make, result in /tmp/log$BUILDDIR"
|
||||
+ make $PARAL || fail make
|
||||
if [ "x$PKG" != "x" ] ; then
|
||||
$FAKEROOT_COMMAND make package DESTDIR=$FAKEROOT_DIR/tmp || fail package
|
||||
fi
|
||||
@@ -0,0 +1,11 @@
|
||||
diff -u -r avidemux_2.7.4/avidemux/qt4/ADM_UIs/src/T_RubberControl.cpp avidemux_2.7.4-fix/avidemux/qt4/ADM_UIs/src/T_RubberControl.cpp
|
||||
--- avidemux_2.7.4/avidemux/qt4/ADM_UIs/src/T_RubberControl.cpp 2019-08-15 07:25:39.000000000 +0000
|
||||
+++ avidemux_2.7.4-fix/avidemux/qt4/ADM_UIs/src/T_RubberControl.cpp 2020-06-05 13:48:28.014061206 +0000
|
||||
@@ -8,6 +8,7 @@
|
||||
***************************************************************************///
|
||||
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QRubberBand>
|
||||
#include <QBoxLayout>
|
||||
#include <QSizeGrip>
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Simple video editing/encoding tool</Summary>
|
||||
<Description>Avidemux is a video editor designed for simple cutting, filtering and encoding tasks. It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting capabilities.</Description>
|
||||
<Archive sha1sum="cafde9bdaa3e02c0c8e3b10428f70c0e88dbe6e8" type="targz">mirrors://sourceforge/avidemux/avidemux_2.7.4.tar.gz</Archive>
|
||||
<Archive sha1sum="37a9e58739c2ec69db1652dea4ae15a7765987cf" type="targz">mirrors://sourceforge/avidemux/avidemux_2.7.6.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-assistant-devel</Dependency>
|
||||
@@ -66,9 +66,14 @@
|
||||
<Dependency>libvorbis-devel</Dependency>
|
||||
<Dependency>fontconfig-devel</Dependency>
|
||||
<Dependency>opencore-amr-devel</Dependency>
|
||||
<Dependency>libfdk-aac-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>jack-audio-connection-kit-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">log.diff</Patch>
|
||||
<Patch level="1">qt-5.15.diff</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -106,6 +111,7 @@
|
||||
<Dependency>libvorbis</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>opencore-amr</Dependency>
|
||||
<Dependency>libfdk-aac</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
<Dependency>jack-audio-connection-kit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -191,6 +197,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Date>2020-10-15</Date>
|
||||
<Version>2.7.6</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2020-03-08</Date>
|
||||
<Version>2.7.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user