graphics/entangle: Updated for version 0.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
73397bc6fe
commit
86b8196a41
|
@ -1,8 +1,8 @@
|
|||
Entangle is Open Source software licensed under the GNU GPL v3+.
|
||||
It is built on top of libgphoto using GTK-3 for its interface.
|
||||
It is fully colour managed, auto-detecting system monitor profile and
|
||||
It is built on top of libgphoto using GTK-3 for its interface.
|
||||
It is fully colour managed, auto-detecting system monitor profile and
|
||||
applying the neccessary transforms when displaying images.
|
||||
|
||||
Entangle provides a graphical interface for “tethered shooting”,
|
||||
aka taking photographs with a digital camera completely controlled
|
||||
from the computer.
|
||||
Entangle provides a graphical interface for “tethered shooting”,
|
||||
aka taking photographs with a digital camera completely controlled
|
||||
from the computer.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=entangle
|
||||
VERSION=${VERSION:-0.5.1}
|
||||
VERSION=${VERSION:-0.5.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -63,12 +63,11 @@ rm -rf $TMP/$PRGNAM-$VERSION
|
|||
tar -zxvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
DOCS="AUTHORS COPYING ChangeLog NEWS README"
|
||||
|
||||
|
@ -81,14 +80,12 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--build=$ARCH-slackware-linux
|
||||
--build=$ARCH-slackware-linux \
|
||||
--disable-schemas-compile
|
||||
|
||||
make V=1
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
# Remove this, it will be created upon install
|
||||
rm $PKG/usr/share/glib-2.0/schemas/gschemas.compiled
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="entangle"
|
||||
VERSION="0.5.1"
|
||||
VERSION="0.5.3"
|
||||
HOMEPAGE="http://entangle-photo.org"
|
||||
DOWNLOAD="http://entangle-photo.org/download/sources/entangle-0.5.1.tar.gz"
|
||||
MD5SUM="64519066aba25b2d22e997a7884a1911"
|
||||
DOWNLOAD="http://entangle-photo.org/download/sources/entangle-0.5.3.tar.gz"
|
||||
MD5SUM="761c6bae31cb9d87ac3250675d663aae"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libgexiv2 libpeas LibRaw"
|
||||
|
|
Loading…
Reference in New Issue