[arch-commits] Commit in synfigstudio/trunk (PKGBUILD bug699.patch)

Sergej Pupykin spupykin at archlinux.org
Thu Jul 23 12:41:04 UTC 2015


    Date: Thursday, July 23, 2015 @ 14:41:03
  Author: spupykin
Revision: 137325

upgpkg: synfigstudio 1.0.1-1

upd

Modified:
  synfigstudio/trunk/PKGBUILD
Deleted:
  synfigstudio/trunk/bug699.patch

--------------+
 PKGBUILD     |   18 ++++++------------
 bug699.patch |   24 ------------------------
 2 files changed, 6 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-23 11:36:36 UTC (rev 137324)
+++ PKGBUILD	2015-07-23 12:41:03 UTC (rev 137325)
@@ -3,8 +3,8 @@
 # Contributor: Franco Iacomella <yaco at gnu.org>
 
 pkgname=synfigstudio
-pkgver=1.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="Professional vector animation program (GUI)"
 arch=(i686 x86_64)
 url="http://synfig.org"
@@ -11,20 +11,14 @@
 license=('GPL2')
 depends=('gtkmm3' 'synfig')
 makedepends=('openexr' 'imagemagick' 'xorg-fonts-100dpi' 'xorg-fonts-75dpi'
-	     'xorg-fonts-misc' 'xorg-fonts-type1' 'intltool')
+	     'xorg-fonts-misc' 'xorg-fonts-type1' 'intltool' 'etl')
 install=synfigstudio.install
-source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfigstudio-$pkgver.tar.gz
-	bug699.patch)
-md5sums=('49ddb743f84916fa2fe453c48c0fb377'
-         'd1b095606377430e68c80797dcf87ced')
+source=(http://download.tuxfamily.org/synfig/releases/$pkgver/synfigstudio-$pkgver.tar.gz)
+md5sums=('8173da720908bd7d9f79081deded1017')
 
-prepare() {
-  cd $srcdir/synfigstudio-$pkgver
-#  patch -Np1 -i "$srcdir/bug699.patch"
-}
-
 build() {
   cd $srcdir/synfigstudio-$pkgver
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
   [ -f configure ] || { libtoolize --ltdl --copy --force && autoreconf --install --force; }
   [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc --with-libavcodec --with-libdv
   sed -i 's#Gtk::IconSize::IconSize#Gtk::IconSize#' src/gui/dialogs/dialog_color.cpp

Deleted: bug699.patch
===================================================================
--- bug699.patch	2015-07-23 11:36:36 UTC (rev 137324)
+++ bug699.patch	2015-07-23 12:41:03 UTC (rev 137325)
@@ -1,24 +0,0 @@
-diff -wbBur synfigstudio-0.64.2/src/gui/cellrenderer/cellrenderer_value.cpp synfigstudio-0.64.2.my/src/gui/cellrenderer/cellrenderer_value.cpp
---- synfigstudio-0.64.2/src/gui/cellrenderer/cellrenderer_value.cpp	2014-10-12 20:06:36.000000000 +0400
-+++ synfigstudio-0.64.2.my/src/gui/cellrenderer/cellrenderer_value.cpp	2014-12-08 14:31:46.427833494 +0300
-@@ -72,7 +72,7 @@
- 
- /* === G L O B A L S ======================================================= */
- 
--class studio::ValueBase_Entry : public Gtk::EventBox, public Gtk::CellEditable
-+class studio::ValueBase_Entry : public Gtk::CellEditable, public Gtk::EventBox
- {
- 	Glib::ustring path;
- 	Widget_ValueBase *valuewidget;
-@@ -80,9 +80,9 @@
- 	Gtk::Widget *parent;
- public:
- 	ValueBase_Entry():
-+		Gtk::CellEditable (),
- 		Glib::ObjectBase  (typeid(ValueBase_Entry)),
--		Gtk::EventBox     (),
--		Gtk::CellEditable ()
-+		Gtk::EventBox     ()
- 	{
- 		parent=0;
- 		edit_done_called=false;



More information about the arch-commits mailing list