GithubHelp home page GithubHelp logo

deevad / gnome-kra-ora-thumbnailer Goto Github PK

View Code? Open in Web Editor NEW
22.0 22.0 4.0 18 KB

A thumbnailer for KRA ( Krita native file ) and ORA ( open-raster ) for the Gnome desktop ( version < 3.10 )

License: Do What The F*ck You Want To Public License

Shell 4.47% C 80.07% Makefile 11.53% M4 3.94%

gnome-kra-ora-thumbnailer's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

gnome-kra-ora-thumbnailer's Issues

Fails to compile on solus.

Hello, I tried to compile this on solus-budgie which is currently using gnome3.26.2, but it fails with some warnings about deprecated functions.

You probably don't have much time to fix those issues, although I think I should report the issue anyway. I'm also an artist so I don't know how to fix this.

17:10:48 ninao@soul ▶ make
  CC       gnome_openraster_thumbnailer-gnome-openraster-thumbnailer.o
  CC       gnome_openraster_thumbnailer-gnome-thumbnailer-skeleton.o
gnome-thumbnailer-skeleton.c: In function ‘main’:
gnome-thumbnailer-skeleton.c:60:2: warning: ‘g_type_init’ is deprecated [-Wdeprecated-declarations]
  g_type_init ();
  ^~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from gnome-thumbnailer-skeleton.c:24:
/usr/include/glib-2.0/gobject/gtype.h:686:23: note: declared here
 void                  g_type_init                    (void);
                       ^~~~~~~~~~~
  CCLD     gnome-openraster-thumbnailer
  CC       gnome_kra_thumbnailer-gnome-kra-thumbnailer.o
  CC       gnome_kra_thumbnailer-gnome-thumbnailer-skeleton.o
gnome-thumbnailer-skeleton.c: In function ‘main’:
gnome-thumbnailer-skeleton.c:60:2: warning: ‘g_type_init’ is deprecated [-Wdeprecated-declarations]
  g_type_init ();
  ^~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from gnome-thumbnailer-skeleton.c:24:
/usr/include/glib-2.0/gobject/gtype.h:686:23: note: declared here
 void                  g_type_init                    (void);
                       ^~~~~~~~~~~
  CCLD     gnome-kra-thumbnailer
  GEN      gnome-openraster-thumbnailer.thumbnailer
  GEN      gnome-kra-thumbnailer.thumbnailer


Gtk3 Support?

I attempted to compile this on LinuxMint Cinnamon 17.2 (Gtk version 3.10.8~8+qiana)

It stopped with:

No package 'gdk-pixbuf-2.0' found
No package 'gio-2.0' found
No package 'libarchive' found

I'm not entirely certain, to me the g*2.0 implies these tools are targeted at gtk 2.0 series. I was unable to install gdk-pixbuf from the Ubuntu apt packages either, which confused me as Ubuntu appears to list that package

Full autogen log:

gnome-kra-ora-thumbnailer-master $ ./autogen.sh 
/usr/bin/gnome-autogen.sh
checking for autoreconf >= 2.53...
  testing autoreconf... found 2.69
checking for pkg-config >= 0.17.1...
  testing pkg-config... found 0.26
Checking for required M4 macros...
Checking for forbidden M4 macros...
**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.

Processing ./configure.ac
Running autoreconf...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force --warnings=no-portability 
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing --warnings=no-portability
configure.ac:9: installing './compile'
configure.ac:4: installing './install-sh'
configure.ac:4: installing './missing'
Makefile.am: installing './INSTALL'
Makefile.am: installing './depcomp'
autoreconf: Leaving directory `.'
Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for a sed that does not truncate output... /bin/sed
checking whether gcc understands -Wall... yes
checking whether gcc understands -Wstrict-prototypes... yes
checking whether gcc understands -Wnested-externs... yes
checking whether gcc understands -Werror=missing-prototypes... yes
checking whether gcc understands -Werror=implicit-function-declaration... yes
checking whether gcc understands -Werror=pointer-arith... yes
checking whether gcc understands -Werror=init-self... yes
checking whether gcc understands -Werror=format-security... yes
checking whether gcc understands -Werror=format=2... yes
checking whether gcc understands -Werror=missing-include-dirs... yes
checking what warning flags to pass to the C compiler...  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
checking what language compliance flags to pass to the C compiler... 
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for THUMBNAILER... no
configure: error: Package requirements (gdk-pixbuf-2.0 gio-2.0 libarchive) were not met:



Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables THUMBNAILER_CFLAGS
and THUMBNAILER_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

gnome-kra-ora-thumbnailer-master $  make
make: *** No targets specified and no makefile found.  Stop.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.