mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
multimedia/dvgrab: Updated for version 3.5
This commit is contained in:
parent
cc2682d946
commit
2a06a6e365
4 changed files with 18 additions and 11 deletions
|
@ -4,5 +4,5 @@ several file formats. It features autosplit of long video sequences,
|
|||
and supports saving the data as raw frames, AVI type 1, AVI type 2,
|
||||
Quicktime DV, or a series of JPEG stills.
|
||||
|
||||
Dependencies: libiec61883, libavc1394, libdv, libquicktime (optional)
|
||||
(all available from SlackBuilds.org)
|
||||
Requires: libiec61883, libavc1394, and libdv, libquicktime is optional.
|
||||
All are available at SlackBuilds.org.
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
# Slackware build script for dvgrab
|
||||
|
||||
# Written by Murat D. Kadirov <banderols@gmail.com>
|
||||
# Copyright 2008-2009 Murat D. Kadirov <banderols@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -10,7 +11,7 @@
|
|||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
|
@ -22,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=dvgrab
|
||||
VERSION=${VERSION:-3.3}
|
||||
VERSION=${VERSION:-3.5}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -34,10 +35,13 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
@ -59,6 +63,7 @@ CFLAGS="$SLKCFLAGS" \
|
|||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
|
@ -89,4 +94,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="dvgrab"
|
||||
VERSION="3.3"
|
||||
VERSION="3.5"
|
||||
HOMEPAGE="http://www.kinodv.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/kino/dvgrab-3.3.tar.gz"
|
||||
MD5SUM="0154f15cbf2496a03d36beb5175bce99"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/kino/dvgrab-3.5.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="b39a242ce63e80fc347ab59931f75649"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Murat D. Kadirov"
|
||||
EMAIL="banderols@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -15,5 +15,5 @@ dvgrab: one or several files and can later be processed by video editing soft-
|
|||
dvgrab: ware. dvgrab can remote control the camcorder but it does not show the
|
||||
dvgrab: video's content on screen.
|
||||
dvgrab:
|
||||
dvgrab:
|
||||
dvgrab: Homepage: http://www.kinodv.org/
|
||||
dvgrab:
|
||||
|
|
Loading…
Reference in a new issue