Search Criteria
Package Details: piwigo 13.8.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/piwigo.git (read-only, click to copy) |
---|---|
Package Base: | piwigo |
Description: | Photo gallery software for the web |
Upstream URL: | https://piwigo.org/ |
Keywords: | gallery photo php web |
Licenses: | GPL |
Submitter: | Fanch |
Maintainer: | Fanch |
Last Packager: | audeoudh |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-09 18:33 (UTC) |
Last Updated: | 2023-11-25 14:35 (UTC) |
Dependencies (12)
- mariadb (mysql55AUR, mysql56AUR, mysql81AUR, mysql57AUR, mysqlAUR, mysql80AUR, mariadb-lts, percona-server)
- php
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (optional) – some command-line scripts
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR) (optional) – VideoJS plugin to create video poster
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (optional) – graphic library (one graphic library is required)
- nginx (nginx-nchan-gitAUR, nginx-rtmp-sergey-gitAUR, nginx-mainline-boringsslAUR, nginx-quic-openssl-hgAUR, nginx-mainline-pushstreamAUR, tengineAUR, tengine-extraAUR, freenginx-mainline-hgAUR, freenginx-mainlineAUR, angieAUR, nginx-quic-libresslAUR, nginx-mainline) (optional) – nginx Web Server (one web server is required)
- perl (perl-gitAUR) (optional) – some command-line scripts
- php-apache (optional) – Apache Web Server (one web server is required)
- php-fpm (optional) – FastCGI, required with nginx Web Server
- php-gd (optional) – graphic library (one graphic library is required)
- poppler (poppler-gitAUR) (optional) – generate poster from PDF files
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
Fanch commented on 2021-09-16 18:08 (UTC)
@audeoudh I added you as co maintainer, feel free to push your modification ;)
Fanch commented on 2021-09-16 18:08 (UTC)
piwigo perm script was added to have an easy way to fix permission
uploaded image file (via rsync for example) or downloaded plugin may or may not have the good permission (as it depend on your config)
audeoudh commented on 2021-09-14 12:48 (UTC)
Why did you use the piwigo.perm.sh script in "install"? Chmod has to be done in package() as you did (so no need of that two lines in the .sh script); chown may also be done there AFAIK (so no need of that script at all).
audeoudh commented on 2021-09-14 12:40 (UTC) (edited on 2021-09-14 12:48 (UTC) by audeoudh)
According to the "source" array, PKGBUILD builds the "latest" version; according to "md5sums" array, it expect a fixed archive. These is not compatible. Please either
Provide the "latest" version but use "SKIP" as md5sum value for the archive, keep the pkgver() function;
Provide a fixed version (using URL "https://piwigo.org/download/dlcounter.php?code=${pkgver}"), drop the pkgver() function, and you may provide a "md5sums" value.
kingmk13 commented on 2021-04-09 22:24 (UTC)
Hello, md5sums validation failed for "piwigo.zip". Maybe an update of the md5sums in PKGBUILD is needed ?
Fanch commented on 2021-01-30 12:15 (UTC) (edited on 2021-01-30 12:17 (UTC) by Fanch)
you may want to run something like:
(there is an example in the PKGBUILD)
Fanch commented on 2021-01-30 12:07 (UTC)
Fix are here : https://github.com/Piwigo/Piwigo/pull/1282/files
micwoj92 commented on 2021-01-29 22:17 (UTC)
https://github.com/Piwigo/Piwigo/issues/1305
carbolymer commented on 2021-01-29 17:27 (UTC)
Seems to be broken with php 8:
and this function is removed since php 8: https://www.php.net/manual/en/function.get-magic-quotes-gpc.php
any news upstream?
Fanch commented on 2021-01-20 22:22 (UTC)
@akshay.v sorry piwigo is not desktop application, it is a webapp, so you have to configure a web server to access this app, there is an example for apache but you are free to use any web server you like
« First ‹ Previous 1 2 3 4 Next › Last »