From 3dd6008646d2d3435d937e8f90a5044990cdd429 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 21 Nov 2016 20:26:01 -0300 Subject: avidemux 2.6.15-1.parabola1: updating version --- libre/avidemux/PKGBUILD | 6 +-- libre/avidemux/PKGBUILD.WIP | 90 --------------------------------------------- 2 files changed, 3 insertions(+), 93 deletions(-) delete mode 100644 libre/avidemux/PKGBUILD.WIP (limited to 'libre') diff --git a/libre/avidemux/PKGBUILD b/libre/avidemux/PKGBUILD index f77f7151f..41ab9aa36 100644 --- a/libre/avidemux/PKGBUILD +++ b/libre/avidemux/PKGBUILD @@ -4,8 +4,8 @@ pkgbase=avidemux pkgname=('avidemux-cli' 'avidemux-qt') -pkgver=2.6.14 -pkgrel=2.parabola1 +pkgver=2.6.15 +pkgrel=1.parabola1 pkgdesc='Graphical tool to edit video (filter/re-encode/split), without nonfree faac support' url='http://fixounet.free.fr/avidemux/' arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 'des 'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'pkg-config') options=('!emptydirs') source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz) -sha512sums=('c940850df93e77b3176850cfdd7851c1e133835802a2bc979a497d825d85ca2fd394e2dc813242b9009f1b6ec2904f63163bd9afda9478be064518e4572449a1') +sha512sums=('42964509cb51133abe624631d07bd223a7cee9fcfd971655ce26193598a48428a2eb1ba0c43034477b60a626fd332431281217644baa82f935f4aeb945d4508a') prepare() { cd ${pkgbase}_${pkgver} diff --git a/libre/avidemux/PKGBUILD.WIP b/libre/avidemux/PKGBUILD.WIP deleted file mode 100644 index e56dca7ff..000000000 --- a/libre/avidemux/PKGBUILD.WIP +++ /dev/null @@ -1,90 +0,0 @@ -# $Id: PKGBUILD 160693 2012-06-03 22:00:17Z eric $ -# Maintainer (Arch): Eric Bélanger -# Maintainer: André Silva - -pkgbase=avidemux -pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt') -pkgver=2.6.8 -pkgrel=1.parabola1 -arch=('i686' 'x86_64') -license=('GPL2') -url="http://fixounet.free.fr/avidemux/" -makedepends=('cmake' 'libxslt' 'gtk3' 'qt4' 'jack' 'libvorbis' 'sdl' 'libxv' \ - 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'x264' 'libsamplerate' \ - 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva' \ - 'libvdpau' 'libdca' 'fribidi' 'glu') -options=('!makeflags' '!emptydirs') -source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz) -sha1sums=('50f3dfe270e6272fce46d725b198b9d0dd95664b') -#source=(http://www.avidemux.org/nightly/snapshot/source_r8810.tar.gz) -#sha1sums=('8c27d54e2b0655a8b8a3adfde1c0308ffedfec0c') - -prepare() { -# mv 2.6_snapshot ${pkgbase}_${pkgver} - cd ${pkgbase}_${pkgver} - sed -i 's|avidemux2|avidemux3|' avidemux2.desktop - sed -i 's|../avidemux/qt4|../avidemux/qt4 -DLRELEASE_EXECUTABLE=/usr/bin/lrelease-qt4|' bootStrap.bash - sed -i 's|#include "ADM_files.h"|#include "ADM_files.h"\n#include "ADM_toolkitGtk.h"|' avidemux/gtk/ADM_userInterfaces/ui_support.cpp -} - -build() { - cd ${pkgbase}_${pkgver} - bash bootStrap.bash --with-core --with-cli --with-gtk --with-qt4 --with-plugins -} - -package_avidemux-cli() { - pkgdesc="A graphical tool to edit video (filter/re-encode/split), without nonfree faac support" - depends=('libxml2' 'sdl' 'fontconfig' 'libvpx' 'libva') - optdepends=('lame: for the corresponding audio encoder plugin' - 'faad2: for the corresponding audio decoder plugin' - 'opencore-amr: for the corresponding audio decoder plugin' - 'jack: for the corresponding audio device plugin' - 'libpulse: for the corresponding audio device plugin' - 'sdl: for the corresponding audio device plugin' - 'x264: for the corresponding video encoder plugin' - 'xvidcore: for the corresponding video encoder plugin' - 'qt4: for the QtScript scripting support' - 'libdca: for the corresponding audio decoder plugin' - 'fribidi: for the corresponding video filter plugin') - replaces=('avidemux-libre-cli' 'avidemux-cli-parabola') - conflicts=('avidemux-libre-cli' 'avidemux-cli-parabola') - - cd ${pkgbase}_${pkgver} - (cd buildCli; make DESTDIR="${pkgdir}" install) - (cd buildCore; make DESTDIR="${pkgdir}" install) - (cd buildPluginsCLI; make DESTDIR="${pkgdir}" install) - (cd buildPluginsCommon; make DESTDIR="${pkgdir}" install) - - install -D -m644 avidemux_icon.png "${pkgdir}/usr/share/pixmaps/avidemux.png" - install -D -m644 man/avidemux.1 "${pkgdir}/usr/share/man/man1/avidemux.1" -} - -package_avidemux-gtk() { - pkgdesc="A graphical tool to edit video (filter/re-encode/split) - GTK GUI, without nonfree faac support" - depends=("avidemux-cli=${pkgver}" 'gtk3' 'libxv' 'desktop-file-utils') - replaces=('avidemux-libre-gtk' 'avidemux-gtk-parabola') - conflicts=('avidemux-libre-gtk' 'avidemux-gtk-parabola') - install=avidemux.install - - cd ${pkgbase}_${pkgver} - (cd buildGtk; make DESTDIR="${pkgdir}" install) - (cd buildPluginsGtk; make DESTDIR="${pkgdir}" install) - install -D -m644 avidemux2.desktop "${pkgdir}/usr/share/applications/avidemux-gtk.desktop" - - rm "${pkgdir}/usr/lib/ADM_plugins6/videoEncoders/libADM_ve_x264_other.so" -} - -package_avidemux-qt() { - pkgdesc="A graphical tool to edit video (filter/re-encode/split) - Qt GUI, without nonfree faac support" - depends=("avidemux-cli=${pkgver}" 'qt4' 'x264' 'glu') - replaces=('avidemux-libre-qt' 'avidemux-qt-parabola') - conflicts=('avidemux-libre-qt' 'avidemux-qt-parabola') - install=avidemux.install - - cd ${pkgbase}_${pkgver} - (cd buildQt4; make DESTDIR="${pkgdir}" install) - (cd buildPluginsQt4; make DESTDIR="${pkgdir}" install) - - install -D -m644 avidemux2.desktop "${pkgdir}/usr/share/applications/avidemux-qt.desktop" - sed -i 's|gtk|qt4|' "${pkgdir}/usr/share/applications/avidemux-qt.desktop" -} -- cgit v1.2.3