Re: [Shotwell] New Map Feature: Hide map

2016-07-24 Thread Max



/shotwell/INSTALL

 To build and install Shotwell, type the following commands:

-$ ./configure
+$ sudo apt-get build-dep shotwell
+$ ./autogen.sh
 $ make
 $ make install

+ Note:
+ The most up to date instructions can be found at
+ https://wiki.gnome.org/Apps/Shotwell/BuildingAndInstalling



On 2016년 07월 25일 02:37, Jens Georg wrote:



sudo apt-get build-dep shotwell


ok, then why not including this step in the INSTALL?


Because I updated the wiki page and can't remember all of the
threlfthousend places that also mention how to compile it -.-


___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] New Map Feature: Hide map

2016-07-24 Thread Max

works


On 2016년 07월 23일 07:10, Andreas Brauchli wrote:

Hi List

One more requested feature to test: hiding the map works either from
the menu View / Map Overview or with F10.

Also, rebased on master (forced update)

You might need to either install shotwell (make install) or manually
deploy the updated gsettings:
sudo cp ./misc/org.yorba.shotwell.gschema.xml /usr/share/glib-2.0/schemas/
then restart gsettings (e.g. a reboot)

cheers

https://github.com/abrauchli/shotwell/tree/map-widget



___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list



___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] New Map Feature: Hide map

2016-07-24 Thread Jens Georg

> > sudo apt-get build-dep shotwell
> 
> ok, then why not including this step in the INSTALL?

Because I updated the wiki page and can't remember all of the
threlfthousend places that also mention how to compile it -.-

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] New Map Feature: Hide map

2016-07-24 Thread Max

On 2016년 07월 24일 22:05, Andreas Brauchli wrote:

Hey Max
looks like libtool is missing. sudo apt-get install libtool


compiled and installed successfully after installing the last missing 
dependency libtool


how to make sure the installed version is the one launched when clicked 
on the icon? In Shotwell the version shows 0.23.5



Not to be rude, but I don't think the point of this mailing list is
individual compilation support. There's tons of documentation on
building packages on linux in general, so don't be shy to at least
google the error message first. If it's really shotwell specific, then
yes, this is absolutely the place for.
I certainly don't want to discourage people from helping to test and I
don't want to intimidate anyone to ask for help if a build doesn't work
right away - we all had to learn it - but I do want to encourage a
sustainable helping culture.


I've compiled your version before, so I didn't expect a new dependency 
hell to break out since the last time.


Look, I don't want to be condescending either, but it's 32 degrees C  + 
humid here and that's around midnight. there is no aircon. It's hard to 
focus a thought here and it doesn't help when the documentation tells 
you to run ./configure and that isn't even there.



> In general to set up a debian/ubuntu machine to build you'll need:
sudo apt-get install build-essentials


build-essential was already installed, that wasn't the issue.


and if a package already exists that you want to recompile, chances are
high that you'll get all or most dependencies from the version in the
repository. Apt has a built in command to install build dependencies:

sudo apt-get build-dep shotwell


ok, then why not including this step in the INSTALL?




-


/shotwell-map-widget/INSTALL
@@ -4,7 +4,8 @@

 To build and install Shotwell, type the following commands:

-$ ./configure
+$ sudo apt-get build-dep shotwell
+$ ./autogen.sh
 $ make
 $ make install


___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] New Map Feature: Hide map

2016-07-24 Thread Andreas Brauchli
Hey Max

On Son, 2016-07-24 at 21:48 +0900, Max wrote:
[...]
> 
> Makefile.am:50: error: Libtool library used but 'LIBTOOL' is
> undefined
> Makefile.am:50:   The usual way to define 'LIBTOOL' is to add
> 'LT_INIT'
> Makefile.am:50:   to 'configure.ac' and run 'aclocal' and 'autoconf'
> again.
> Makefile.am:50:   If 'LT_INIT' is in 'configure.ac', make sure
> Makefile.am:50:   its definition is in aclocal's search path.
> Makefile.am: installing 'build-aux/depcomp'
> autoreconf: automake failed with exit status: 1

http://lmgtfy.com/?q=error%3A+Libtool+library+used+but+%27LIBTOOL%27+is
+undefined
looks like libtool is missing. sudo apt-get install libtool

Not to be rude, but I don't think the point of this mailing list is
individual compilation support. There's tons of documentation on
building packages on linux in general, so don't be shy to at least
google the error message first. If it's really shotwell specific, then
yes, this is absolutely the place for.
I certainly don't want to discourage people from helping to test and I
don't want to intimidate anyone to ask for help if a build doesn't work
right away - we all had to learn it - but I do want to encourage a
sustainable helping culture.

In general to set up a debian/ubuntu machine to build you'll need:
sudo apt-get install build-essentials

and if a package already exists that you want to recompile, chances are
high that you'll get all or most dependencies from the version in the
repository. Apt has a built in command to install build dependencies:

sudo apt-get build-dep shotwell

I'm saying most because for shotwell, the map feature is not built in
the packaged version so that's a new dependency (libchamplain-dev
needed).

Good luck!
andreas

signature.asc
Description: This is a digitally signed message part
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] New Map Feature: Hide map

2016-07-24 Thread Max

On 2016년 07월 24일 19:56, Jens Georg wrote:



Gettext 0.19.8 is easily buildable on 16.04, though. Maybe I'll put
it
in the PPA.


Thanks for doing that.

What am i missing now?


appstream-util and yelp-tools


and autopoint.

What now?

fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
*** WARNING: I am going to run 'configure' with no arguments.
*** If you wish to pass any to it, please specify them on the
*** './autogen.sh' command line.

fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
Copying file ABOUT-NLS
Creating directory build-aux
Copying file build-aux/config.rpath
Copying file m4/codeset.m4
Copying file m4/extern-inline.m4
Copying file m4/fcntl-o.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/printf-posix.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
autoreconf: running: aclocal --force
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
autoreconf: configure.ac: tracing
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
autoreconf: running: /usr/bin/autoheader --force
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
autoreconf: running: automake --add-missing --copy --force-missing
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
configure.ac:65: installing 'build-aux/compile'
configure.ac:27: installing 'build-aux/config.guess'
configure.ac:27: installing 'build-aux/config.sub'
configure.ac:45: installing 'build-aux/install-sh'
configure.ac:45: installing 'build-aux/missing'
Makefile.am:50: error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am:50:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
Makefile.am:50:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
Makefile.am:50:   If 'LT_INIT' is in 'configure.ac', make sure
Makefile.am:50:   its definition is in aclocal's search path.
Makefile.am: installing 'build-aux/depcomp'
autoreconf: automake failed with exit status: 1


___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] New Map Feature: Hide map

2016-07-24 Thread Jens Georg

> > Gettext 0.19.8 is easily buildable on 16.04, though. Maybe I'll put
> > it
> > in the PPA.
> 
> Thanks for doing that.
> 
> What am i missing now?

appstream-util and yelp-tools

> 
> ./autogen.sh
> *** WARNING: I am going to run 'configure' with no arguments.
> *** If you wish to pass any to it, please specify them on the
> *** './autogen.sh' command line.
> 
> fatal: Not a git repository (or any parent up to mount point /home)
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not
> set).
> fatal: Not a git repository (or any parent up to mount point /home)
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not
> set).
> configure.ac:150: error: macro APPDATA_XML is not defined; is a m4
> file 
> missing?
> m4/ax_require_defined.m4:35: AX_REQUIRE_DEFINED is expanded from...
> configure.ac:150: the top level
> autom4te: /usr/bin/m4 failed with exit status: 1
> aclocal: error: echo failed with exit status: 1
> 
> 
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] New Map Feature: Hide map

2016-07-24 Thread Max

On 2016년 07월 24일 15:29, Jens Georg wrote:

On So, 2016-07-24 at 08:08 +0200, Andreas Brauchli wrote:
Gettext 0.19.8 is easily buildable on 16.04, though. Maybe I'll put it
in the PPA.


Thanks for doing that.

What am i missing now?

./autogen.sh
*** WARNING: I am going to run 'configure' with no arguments.
*** If you wish to pass any to it, please specify them on the
*** './autogen.sh' command line.

fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
configure.ac:150: error: macro APPDATA_XML is not defined; is a m4 file 
missing?

m4/ax_require_defined.m4:35: AX_REQUIRE_DEFINED is expanded from...
configure.ac:150: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1


___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] New Map Feature: Hide map

2016-07-24 Thread Jens Georg
On So, 2016-07-24 at 08:08 +0200, Andreas Brauchli wrote:
> Hi Max
> ./autogen.sh  # (generates and runs configure)
> 
> make
> Due to changes in master, you'll need a recent gettext though.

Sorry. You can change it back to 0.19.6 or .7 but need to be aware that
the resulting .desktop files will be broken.

Gettext 0.19.8 is easily buildable on 16.04, though. Maybe I'll put it
in the PPA.

> > 
> Cheers


> > On Jul 24, 2016 06:11, "Max"  wrote:
> > > > > > > > > > > > > > > > > > the doc says to do a ./configure, but this 
> > > > > > > > > > > > > > > > > > just results in

bash: ./configure: No such file or directory







On 2016년 07월 23일 07:10, Andreas Brauchli wrote:

> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 
Hi List



One more requested feature to test: hiding the map works either from

the menu View / Map Overview or with F10.



Also, rebased on master (forced update)



You might need to either install shotwell (make install) or manually

deploy the updated gsettings:

sudo cp ./misc/org.yorba.shotwell.gschema.xml /usr/share/glib-2.0/schemas/

then restart gsettings (e.g. a reboot)



cheers



https://github.com/abrauchli/shotwell/tree/map-widget







___

shotwell-list mailing list

shotwell-list@gnome.org

https://mail.gnome.org/mailman/listinfo/shotwell-list









> > > ___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] New Map Feature: Hide map

2016-07-23 Thread Max

the doc says to do a ./configure, but this just results in
bash: ./configure: No such file or directory



On 2016년 07월 23일 07:10, Andreas Brauchli wrote:

Hi List

One more requested feature to test: hiding the map works either from
the menu View / Map Overview or with F10.

Also, rebased on master (forced update)

You might need to either install shotwell (make install) or manually
deploy the updated gsettings:
sudo cp ./misc/org.yorba.shotwell.gschema.xml /usr/share/glib-2.0/schemas/
then restart gsettings (e.g. a reboot)

cheers

https://github.com/abrauchli/shotwell/tree/map-widget



___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list



___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] New Map Feature: Hide map

2016-07-22 Thread Jens Georg

> One more requested feature to test: hiding the map works either from
> the menu View / Map Overview or with F10.

Nice :)

> You might need to either install shotwell (make install) or manually
> deploy the updated gsettings:
> sudo cp ./misc/org.yorba.shotwell.gschema.xml /usr/share/glib-
> 2.0/schemas/
> then restart gsettings (e.g. a reboot)

sudo  $(pkg-config --variable glib_compile_schemas gio-2.0)
/usr/share/glib-2.0/schemas is a bit faster and less intrusive than
reboot :)

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list