Date: Friday, October 6, 2017 @ 11:20:12 Author: spupykin Revision: 261884
upgpkg: synfig 1.2.1-1 Modified: synfig/trunk/PKGBUILD ----------+ PKGBUILD | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-06 11:20:07 UTC (rev 261883) +++ PKGBUILD 2017-10-06 11:20:12 UTC (rev 261884) @@ -3,8 +3,8 @@ # Contributor: Franco Iacomella <[email protected]> pkgname=synfig -pkgver=1.2.0 -pkgrel=6 +pkgver=1.2.1 +pkgrel=1 pkgdesc="Professional vector animation program (CLI renderer only)" arch=(i686 x86_64) url="http://synfig.org" @@ -11,25 +11,20 @@ license=('GPL2') depends=('libxml++2.6' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg' 'fontconfig' 'libpng' 'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs' 'mlt' - 'fftw') + 'fftw' 'intltool') makedepends=('boost') optdepends=('openexr' 'libsigc++') conflicts=('synfig-core') replaces=('synfig-core') -#source=(https://download.tuxfamily.org/synfig/releases/$pkgver/synfig-$pkgver.tar.gz source=(https://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfig-$pkgver.tar.gz - ffmpeg-3.0.patch synfig-gcc7.patch::"https://github.com/synfig/synfig/commit/8406fe91.patch") -md5sums=('d44fea7a16572ec638f2ca9f765bdc39' - '62fb382cbf418f5e2f536ed73656cf89' - '79c9be3599e156aa20f5fa3dd8e1d3ab') + ffmpeg-3.0.patch) +sha256sums=('4d8bada4e99f05ee16b4256fc3f5a551d00a745347944837bbd6fa158b57e457' + 'a443f7c663ec0f9969f7044e5831a4f543df5c69dfca3cc56b15259f56c516d1') prepare() { cd $pkgname-$pkgver patch -p1 -i "$srcdir"/ffmpeg-3.0.patch -# fix build with GCC 7 - patch -p2 -i ../synfig-gcc7.patch - - autoreconf -fi +# autoreconf -fi } build() {
