Re: [Shotwell] Shotwell autotools conversion

2016-07-10 Thread Norbert Preining
On Sun, 10 Jul 2016, Jens Georg wrote: > That's a new build dependency. Please Install appstream-util  (though I Thanks, that worked Norbert -- PREINING Norbert + TeX Live & Debian Developer + http://www.preining.info GPG: 0x860CDC13fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13

Re: [Shotwell] Shotwell autotools conversion

2016-07-10 Thread Jens Georg
> Trying to compile on Debian and  > autoreconf --verbose --install > I get > configure.ac:146: error: macro APPDATA_XML is not defined; is a > m4 file missing? > > But AFAIS the build-deps are installed. What package is shipping this > macro? That's a new build dependency. Please Ins

Re: [Shotwell] Shotwell autotools conversion

2016-07-10 Thread Norbert Preining
Hi all, > Fix pushed, thx. Trying to compile on Debian and autoreconf --verbose --install I get configure.ac:146: error: macro APPDATA_XML is not defined; is a m4 file missing? But AFAIS the build-deps are installed. What package is shipping this macro? Norbert -- PREINING No

Re: [Shotwell] Shotwell autotools conversion

2016-07-10 Thread Kevin McBride
On July 10, 2016, at 8:08 AM, Jens Georg wrote: > >> >> autoreconf --verbose --install >> mkdir objdir; cd objdir; >> ../configure --prefix=/usr --libdir=/usr/lib64 --enable-debug >> make >Fix pushed, thx. Fix is verified. >___ >shotwell-list maili

Re: [Shotwell] Shotwell autotools conversion

2016-07-10 Thread Jens Georg
> > autoreconf --verbose --install > mkdir objdir; cd objdir; > ../configure --prefix=/usr --libdir=/usr/lib64 --enable-debug > make Fix pushed, thx. ___ shotwell-list mailing list shotwell-list@gnome.org https://mail.gnome.org/mailman/listinfo/shotwel

Re: [Shotwell] Shotwell autotools conversion

2016-07-10 Thread Kevin McBride
On July 10, 2016, at 7:52 AM, "Hoffmann, Jobst" wrote: >Am Samstag, den 09.07.2016, 19:36 -0400 schrieb Kevin McBride: >> Hello, >> >> On 06/30/2016 05:14 PM, Hoffmann, Jobst wrote: >> > Am Donnerstag, den 30.06.2016, 21:32 +0200 schrieb Jens Georg: >> > > It still happens. What version of Ubu

Re: [Shotwell] Shotwell autotools conversion

2016-07-10 Thread Hoffmann, Jobst
Am Samstag, den 09.07.2016, 19:36 -0400 schrieb Kevin McBride: > Hello, > > On 06/30/2016 05:14 PM, Hoffmann, Jobst wrote: > > Am Donnerstag, den 30.06.2016, 21:32 +0200 schrieb Jens Georg: > > > It still happens. What version of Ubuntu did you test this > > > against? I > > > > tried compiling th

Re: [Shotwell] Shotwell autotools conversion

2016-07-09 Thread Kevin McBride
Hello, On 06/30/2016 05:14 PM, Hoffmann, Jobst wrote: Am Donnerstag, den 30.06.2016, 21:32 +0200 schrieb Jens Georg: It still happens. What version of Ubuntu did you test this against? I tried compiling that branch inside a VM running Ubuntu Server 16.04 and I get the same error there as well.

Re: [Shotwell] Shotwell autotools conversion

2016-06-30 Thread Brian Masney
On Thu, Jun 30, 2016 at 09:32:38PM +0200, Jens Georg wrote: > I just remembered that I applied the autotools fix for that. Sorry > about that. It now works for me on Fedora 23. Thanks, Brian ___ shotwell-list mailing list shotwell-list@gnome.org https:

Re: [Shotwell] Shotwell autotools conversion

2016-06-30 Thread Hoffmann, Jobst
Am Donnerstag, den 30.06.2016, 21:32 +0200 schrieb Jens Georg: > It still happens. What version of Ubuntu did you test this against? I > > tried compiling that branch inside a VM running Ubuntu Server 16.04 > > and I get > > the same error there as well. > > I just remembered that I applied the au

Re: [Shotwell] Shotwell autotools conversion

2016-06-30 Thread Jens Georg
It still happens. What version of Ubuntu did you test this against? I > tried compiling that branch inside a VM running Ubuntu Server 16.04 > and I get > the same error there as well. I just remembered that I applied the autotools fix for that. Sorry about that. __

Re: [Shotwell] Shotwell autotools conversion

2016-06-30 Thread Brian Masney
On Thu, Jun 30, 2016 at 02:48:06PM +0200, Jens Georg wrote: > Can you try to "git clean -dxf" and start over with autogen? I will setup a > fedora 23 later to check this It still happens. What version of Ubuntu did you test this against? I tried compiling that branch inside a VM running Ubuntu Ser

Re: [Shotwell] Shotwell autotools conversion

2016-06-30 Thread Jens Georg
I installed the yelp-tools and libappstream-glib-devel packages on Fedora. autogen.sh now runs with no errors (see attached log). However, make still fails with the same error as above. $ make Makefile:5730: *** recipe commences before first target. Stop. Any suggestions for something else that

Re: [Shotwell] Shotwell autotools conversion

2016-06-29 Thread Brian Masney
On Wed, Jun 29, 2016 at 07:20:48PM +0200, Jens Georg wrote: > > > $(srcdir)/--target-glib=2.32: > > > $(srcdir)/thumbnailer_shotwell_video_thumbnailer_vala.stamp > > > @if test -f $@; then :; else rm -f > > > $(srcdir)/thumbnailer_shotwell_video_thumbnailer_vala.stamp; fi > > > @if

Re: [Shotwell] Shotwell autotools conversion

2016-06-29 Thread Jens Georg
> > $(srcdir)/--target-glib=2.32: > > $(srcdir)/thumbnailer_shotwell_video_thumbnailer_vala.stamp > > @if test -f $@; then :; else rm -f > > $(srcdir)/thumbnailer_shotwell_video_thumbnailer_vala.stamp; fi > > @if test -f $@; then :; else \ > >   $(MAKE) $(AM_MAKEFLAGS) > >

Re: [Shotwell] Shotwell autotools conversion

2016-06-29 Thread Jens Georg
I would appreciate any testing, especially on non-ubuntu systems. Hi Jens, I tested that branch on Fedora 23. I had to install the Thank you :) autoconf-archive package for the AX_GENERATE_CHANGELOG macro. autogen.sh now runs however make fails with this error: Ah, good point, I alway

Re: [Shotwell] Shotwell autotools conversion

2016-06-29 Thread Brian Masney
On Wed, Jun 29, 2016 at 12:49:57AM +0200, Jens Georg wrote: > I would appreciate any testing, especially on non-ubuntu systems. Hi Jens, I tested that branch on Fedora 23. I had to install the autoconf-archive package for the AX_GENERATE_CHANGELOG macro. autogen.sh now runs however make fails

[Shotwell] Shotwell autotools conversion

2016-06-28 Thread Jens Georg
Hello, I have pushed the current state of the autotools conversion to wip/autotools branch[1] I would appreciate any testing, especially on non-ubuntu systems. Also, is anyone using the apport integration? Thanks. [1] https://git.gnome.org/browse/shotwell/log/?h=wip/autotools _