You are not logged in.

#1 2009-03-28 16:04:52

adamruss
Member
Registered: 2008-01-17
Posts: 143

[REQUEST] gnome-web-photo

http://aur.archlinux.org/packages.php?ID=25429

Last edited by adamruss (2009-04-18 15:49:31)

Offline

#2 2009-03-29 09:28:52

adamruss
Member
Registered: 2008-01-17
Posts: 143

Re: [REQUEST] gnome-web-photo

top

Last edited by adamruss (2009-04-09 23:23:51)

Offline

#3 2009-03-29 14:38:09

jelly
Administrator
From: /dev/null
Registered: 2008-06-10
Posts: 716

Re: [REQUEST] gnome-web-photo

did you put it on AUR , that would be nice ?

Offline

#4 2009-03-29 19:54:10

adamruss
Member
Registered: 2008-01-17
Posts: 143

Re: [REQUEST] gnome-web-photo

i didnt have time to check if it works with shutter yet, and also this is not optimal to disable jpeg support, i dont know why it breaks, also i dont have time to really maintain another package, so if somone whats to take it to aur, no problem.

Offline

#5 2009-03-30 19:21:46

jelly
Administrator
From: /dev/null
Registered: 2008-06-10
Posts: 716

Re: [REQUEST] gnome-web-photo

i could maintain it, but it seems that it's jpeg support is broken. I also dont get the jpeg support right and google doesnt help either.

Offline

#6 2009-04-09 14:27:57

Xemertix
Member
Registered: 2009-04-09
Posts: 66

Re: [REQUEST] gnome-web-photo

Hello,sorry for my bad english smile
I'm new to pkgbuilds,but this one that i made builds for me.. it maybe useful indicating to --enable-jpeg the path to libjpeg.

pkgname=gnome-web-photo
pkgver=0.6
pkgrel=1
pkgdesc="a tool to generate full-size image files and thumbnails from HTML files and web pages"
arch=('i686' 'x86_64')
url="http://www.gnome.org/"
license=('GPL')
depends=('gtk' 'libpng' 'gconf' 'nspr')
provides=('gnome-web-photo')
source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
md5sums=('e93f80ee0c0c1ea41d27df0e411ba1a7')

build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc --enable-jpeg=/usr/lib/
make || return 1
make DESTDIR=${pkgdir}/ install || return 1
}
yaourt -Ql gnome-web-photo
gnome-web-photo /etc/
gnome-web-photo /etc/gconf/
gnome-web-photo /etc/gconf/schemas/
gnome-web-photo /etc/gconf/schemas/thumbnailer.schemas
gnome-web-photo /usr/
gnome-web-photo /usr/bin/
gnome-web-photo /usr/bin/gnome-web-photo
gnome-web-photo /usr/bin/gnome-web-print
gnome-web-photo /usr/bin/gnome-web-thumbnail
gnome-web-photo /usr/share/
gnome-web-photo /usr/share/gnome-web-photo/
gnome-web-photo /usr/share/gnome-web-photo/prefs.js
gnome-web-photo /usr/share/gnome-web-photo/style.css
gnome-web-photo /usr/share/locale/
gnome-web-photo /usr/share/locale/ja/
gnome-web-photo /usr/share/locale/ja/LC_MESSAGES/
gnome-web-photo /usr/share/locale/ja/LC_MESSAGES/gnome-web-photo.mo
gnome-web-photo /usr/share/locale/oc/
gnome-web-photo /usr/share/locale/oc/LC_MESSAGES/
gnome-web-photo /usr/share/locale/oc/LC_MESSAGES/gnome-web-photo.mo
gnome-web-photo /usr/share/locale/sv/
gnome-web-photo /usr/share/locale/sv/LC_MESSAGES/
gnome-web-photo /usr/share/locale/sv/LC_MESSAGES/gnome-web-photo.mo

Offline

#7 2009-04-09 15:15:20

tdy
Member
From: Sacremende
Registered: 2008-12-14
Posts: 440

Re: [REQUEST] gnome-web-photo

Xemertix wrote:

Hello,sorry for my bad english smile
I'm new to pkgbuilds,but this one that i made builds for me.. it maybe useful indicating to --enable-jpeg the path to libjpeg.

It doesn't work for me.. I get an error about libxul.  Also note that it says "configure: WARNING: JPEG support disabled" even with the jpeg flag.

==> Retrieving Sources...
  -> Found gnome-web-photo-0.6.tar.gz in build dir
==> Validating source files with md5sums...
    gnome-web-photo-0.6.tar.gz ... Passed
==> Extracting Sources...
  -> bsdtar -x -f gnome-web-photo-0.6.tar.gz
==> Entering fakeroot environment...
==> Starting build()...
checking for a BSD-compatible install... /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 NLS is requested... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 dependency style of gcc... gcc3
checking for intltool >= 0.35.0... 0.40.6 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for library containing strerror... none required
checking whether ln -s works... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for ANSI C header files... (cached) yes
checking whether byte ordering is bigendian... no
checking whether gcc understands -Wno-sign-compare... yes
checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare
checking what language compliance flags to pass to the C compiler... 
checking what warning flags to pass to the C++ compiler... -Wall -Wno-unused
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 DEPENDENCY... yes
checking whether JPEG support is requested... /usr/lib
checking for jpeg_destroy_decompress in -ljpeg... yes
checking for jpeglib.h... yes
configure: WARNING: JPEG support disabled
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
configure: error: libxul not found
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.
    Aborting...
==> Removing installed dependencies...

Offline

#8 2009-04-09 17:34:59

Xemertix
Member
Registered: 2009-04-09
Posts: 66

Re: [REQUEST] gnome-web-photo

I think this error is related to a missing dependence, the 'xulrunner' package.

yaourt -Qo /usr/lib/xulrunner-1.9.0.8/libxul.so
/usr/lib/xulrunner-1.9.0.8/libxul.so è contenuto in xulrunner 1.9.0.8-1

Same problem with Jpeg for my build sad

checking whether JPEG support is requested... /usr/lib/
checking for jpeg_destroy_decompress in -ljpeg... yes
checking for jpeglib.h... yes
configure: WARNING: JPEG support disabled

Last edited by Xemertix (2009-04-09 17:37:11)

Offline

#9 2009-04-09 17:50:11

tdy
Member
From: Sacremende
Registered: 2008-12-14
Posts: 440

Re: [REQUEST] gnome-web-photo

Yes xulrunner was it.. I forgot that I switched to firefox-pgo and didn't have xulrunner anymore.  So basically, this does the same thing as adamlau's PKGBUILD except his handles gconf properly.  The question remains: is there a point to this package without jpeg support?

Offline

#10 2009-04-11 04:49:43

The_infinite_loop
Member
From: México
Registered: 2009-04-10
Posts: 16
Website

Re: [REQUEST] gnome-web-photo

I get an error when I try to compile it:

make[2]: se ingresa al directorio `/home/eduardo/Programas/abs/shutter/src/gnome-web-photo-0.6'
make[2]: se sale del directorio `/home/eduardo/Programas/abs/shutter/src/gnome-web-photo-0.6'
make[1]: se sale del directorio `/home/eduardo/Programas/abs/shutter/src/gnome-web-photo-0.6'
install: missing file operand
Pruebe `install --help' para más información.
==> ERROR: Falló la compilación.
    Abortando...

Thanls guys smile


MacBook 2,1, 3GB RAM.

They say it changes... When the Sun goes down.

Offline

#11 2009-04-18 11:11:58

Xemertix
Member
Registered: 2009-04-09
Posts: 66

Re: [REQUEST] gnome-web-photo

Hello to all.
New version available http://ftp.acc.umu.se/pub/gnome/sources … photo/0.7/

Jpeg support seems to be still broken for me..

checking for DEPENDENCY... yes
checking whether JPEG support is requested... /usr/lib/
checking for jpeg_destroy_decompress in -ljpeg... yes
checking for jpeglib.h... yes
configure: WARNING: JPEG support disabled

Offline

#12 2009-04-18 15:47:04

adamruss
Member
Registered: 2008-01-17
Posts: 143

Re: [REQUEST] gnome-web-photo

updated in AUR:
http://aur.archlinux.org/packages.php?ID=25429

with jpeg support

Offline

Board footer

Powered by FluxBB