mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/videocut: Fix 15.0 build.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
94c9c38d15
commit
b86ee16959
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ sed -i "s%/usr/share/doc/videocut/%/usr/doc/$PRGNAM-$VERSION/%" videocut.pro
|
|||
# Needed for gcc-4.7.x
|
||||
echo "QMAKE_CXXFLAGS += $SLKCFLAGS -fpermissive" >> videocut.pro
|
||||
|
||||
qmake
|
||||
qmake-qt4
|
||||
|
||||
make
|
||||
make install INSTALL_ROOT=$PKG
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://storage.googleapis.com/google-code-archive-downloads/v2/code.g
|
|||
MD5SUM="470effa63836545391d6ff08c7e6e40e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="qt4"
|
||||
MAINTAINER="Pablo Santamaria"
|
||||
EMAIL="pablosantamaria@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue