mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
graphics/photivo: Updated for version 20160525.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
5f33e29653
commit
0f30c31d26
5 changed files with 18 additions and 24 deletions
|
@ -1,7 +1,7 @@
|
|||
Photivo is a free and open source (GPL3) photo processor.
|
||||
It handles your RAW files as well as your bitmap files
|
||||
(TIFF, JPEG, BMP, PNG and many more) in a non-destructive
|
||||
16 bit processing pipe with gimp workflow integration
|
||||
Photivo is a free and open source (GPL3) photo processor.
|
||||
It handles your RAW files as well as your bitmap files
|
||||
(TIFF, JPEG, BMP, PNG and many more) in a non-destructive
|
||||
16 bit processing pipe with gimp workflow integration
|
||||
and batch mode.
|
||||
|
||||
Photivo requires GraphicsMagick to be compiled with
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Photivo
|
||||
|
||||
# Copyright 2014 Giorgio Peron <giorgio.peron@gmail.com>, Campodarsego, PD, Italy
|
||||
# Copyright 2017 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,14 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=photivo
|
||||
VERSION=${VERSION:-20150519}
|
||||
SRC_VERSION=66a8c1082d88
|
||||
VERSION=${VERSION:-20160525}
|
||||
SRC_VERSION="5d7d1cc4ef4d"
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
@ -60,9 +60,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$SRC_VERSION.tar.gz || tar xvf $CWD/66a8c1082d88e6fb8e6ade73f373d28a6ac09721.tar.gz
|
||||
cd $PRGNAM-$SRC_VERSION
|
||||
rm -rf Photivo-$PRGNAM-$SRC_VERSION
|
||||
tar xvf $CWD/Photivo-$PRGNAM-$SRC_VERSION.tar.gz || tar xvf $CWD/$SRC_VERSION.tar.gz
|
||||
cd Photivo-$PRGNAM-$SRC_VERSION
|
||||
find . -exec touch {} \;
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="photivo"
|
||||
VERSION="20150519"
|
||||
HOMEPAGE="http://photivo.org"
|
||||
DOWNLOAD="https://photivo.googlecode.com/archive/66a8c1082d88e6fb8e6ade73f373d28a6ac09721.tar.gz"
|
||||
MD5SUM="fd072f91a459878e00ee378d4e3ae5bd"
|
||||
VERSION="20160525"
|
||||
HOMEPAGE="http://photivo.org/"
|
||||
DOWNLOAD="https://bitbucket.org/Photivo/photivo/get/5d7d1cc4ef4d.tar.gz"
|
||||
MD5SUM="42fc15bafe1d49c8fd464926950a73bf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="GraphicsMagick lensfun liblqr"
|
||||
|
|
|
@ -14,6 +14,6 @@ photivo: (TIFF, JPEG, BMP, PNG and many more) in a non-destructive
|
|||
photivo: 16 bit processing pipe with gimp workflow integration
|
||||
photivo: and batch mode.
|
||||
photivo:
|
||||
photivo: Homepage http://photivo.org/photivo/
|
||||
photivo: Homepage http://photivo.org/
|
||||
photivo:
|
||||
photivo:
|
||||
|
|
Loading…
Reference in a new issue