/video-contact-sheet/branches/1.11.2/pkg/deb/Makefile |
---|
File deleted |
Property changes: |
Deleted: svn:keywords |
-Rev Id Date |
\ No newline at end of property |
/video-contact-sheet/branches/1.11.2/pkg/deb/debian/compat |
---|
File deleted |
/video-contact-sheet/branches/1.11.2/pkg/deb/debian/changelog |
---|
File deleted |
/video-contact-sheet/branches/1.11.2/pkg/deb/debian/copyright |
---|
File deleted |
/video-contact-sheet/branches/1.11.2/pkg/deb/debian/rules |
---|
File deleted |
Property changes: |
Deleted: svn:executable |
-* |
\ No newline at end of property |
/video-contact-sheet/branches/1.11.2/pkg/deb/debian/control |
---|
File deleted |
/video-contact-sheet/branches/1.11.2/pkg/deb/debian/dirs |
---|
File deleted |
/video-contact-sheet/branches/1.11.2/pkg/rpm/Makefile |
---|
File deleted |
Property changes: |
Deleted: svn:keywords |
-Rev Id Date |
\ No newline at end of property |
/video-contact-sheet/branches/1.11.2/pkg/debian/rules |
---|
0,0 → 1,98 |
#!/usr/bin/make -f |
# -*- makefile -*- |
# Sample debian/rules that uses debhelper. |
# This file was originally written by Joey Hess and Craig Small. |
# As a special exception, when this file is copied by dh-make into a |
# dh-make output file, you may use that output file without restriction. |
# This special exception was added by Craig Small in version 0.37 of dh-make. |
# Uncomment this to turn on verbose mode. |
#export DH_VERBOSE=1 |
CFLAGS = -Wall -g |
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) |
CFLAGS += -O0 |
else |
CFLAGS += -O2 |
endif |
configure: configure-stamp |
configure-stamp: |
dh_testdir |
# Add here commands to configure the package. |
touch configure-stamp |
build: build-stamp |
build-stamp: configure-stamp |
dh_testdir |
# Add here commands to compile the package. |
$(MAKE) |
#docbook-to-man debian/vcs.sgml > vcs.1 |
touch $@ |
clean: |
dh_testdir |
dh_testroot |
rm -f build-stamp configure-stamp |
# Add here commands to clean up after the build process. |
-$(MAKE) clean |
dh_clean |
install: build |
dh_testdir |
dh_testroot |
dh_clean -k |
dh_installdirs |
# Add here commands to install the package into debian/vcs. |
$(MAKE) DESTDIR=$(CURDIR)/debian/vcs prefix=/usr install |
# Build architecture-independent files here. |
binary-indep: build install |
# We have nothing to do by default. |
# Build architecture-dependent files here. |
binary-arch: build install |
dh_testdir |
dh_testroot |
dh_installchangelogs CHANGELOG |
dh_installdocs |
dh_installexamples |
# dh_install |
# dh_installmenu |
# dh_installdebconf |
# dh_installlogrotate |
# dh_installemacsen |
# dh_installpam |
# dh_installmime |
# dh_python |
# dh_installinit |
# dh_installcron |
# dh_installinfo |
dh_installman |
dh_link |
dh_strip |
dh_compress |
dh_fixperms |
# dh_perl |
# dh_makeshlibs |
dh_installdeb |
dh_shlibdeps |
dh_gencontrol |
dh_md5sums |
dh_builddeb |
binary: binary-indep binary-arch |
.PHONY: build clean binary-indep binary-arch binary install configure |
Property changes: |
Added: svn:executable |
+* |
\ No newline at end of property |
/video-contact-sheet/branches/1.11.2/pkg/debian/changelog |
---|
0,0 → 1,50 |
vcs (1.11.1-upstream.1) experimental; urgency=low |
* New version. |
-- Toni Corvera <outlyer@gmail.com> Tue, 11 Mar 2010 00:07:28 +0100 |
vcs (1.11-upstream.1) experimental; urgency=low |
* debian/control: |
- Added min. bash version |
- Rw-worded short description |
- Don't Depend on bc anymore |
- Remove mktemp (now coreutils) from Depends:, they're essential anyway |
- Bumped min IM to 6.3.5-7 |
-- Toni Corvera <outlyer@gmail.com> Sun, 07 Mar 2010 21:47:41 +0100 |
vcs (1.0.100a-upstream.1) experimental; urgency=low |
* New version |
-- Toni Corvera <outlyer@gmail.com> Fri, 10 Apr 2009 17:08:33 +0200 |
vcs (1.0.99-upstream.0) experimental; urgency=low |
* New version. |
* debian/control: |
- Added lsdvd as recommendation (required for dvd support) |
- Using 'Homepage:' |
-- Toni Corvera <outlyer@gmail.com> Wed, 11 Mar 2009 22:50:25 +0100 |
vcs (1.0.12-upstream.1) experimental; urgency=low |
* debian/control: Added missing requirement (gsfonts) |
-- Toni Corvera <outlyer@gmail.com> Mon, 06 Oct 2008 14:26:27 +0200 |
vcs (1.0.12-upstream.0) experimental; urgency=low |
* New version. |
* Added suffix to version number. |
-- Toni Corvera <outlyer@gmail.com> Wed, 16 Apr 2008 17:59:46 +0200 |
vcs (1.0.11) experimental; urgency=low |
* First package released. |
-- Toni Corvera <outlyer@gmail.com> Tue, 08 Apr 2008 21:15:14 +0200 |
/video-contact-sheet/branches/1.11.2/pkg/debian/control |
---|
0,0 → 1,17 |
Source: vcs |
Section: contrib/graphics |
Priority: extra |
Maintainer: Toni Corvera <outlyer@gmail.com> |
Build-Depends: debhelper (>= 5) |
Standards-Version: 3.7.2 |
Homepage: http://p.outlyer.net/vcs/ |
Package: vcs |
Architecture: all |
Depends: bash (>= 2.05b), imagemagick (>= 6.3.5-7), mplayer | ffmpeg |
Recommends: lsdvd, ttf-dejavu-core |
Description: tool to create contact sheets (previews) from videos |
Video Contact Sheet *NIX (vcs for short) is a script that creates a contact |
sheet (preview) from videos by taking still captures distributed over the |
length of the video. The output image contains useful information on the video |
such as codecs, file size, screen size, frame rate, and length. |
/video-contact-sheet/branches/1.11.2/pkg/debian/copyright |
---|
0,0 → 1,35 |
This package was debianized by Toni Corvera <outlyer@gmail.com> on |
Mon, 04 Feb 2008 03:32:28 +0100. |
It was downloaded from <http://p.outlyer.net/vcs/> |
Upstream Author: |
Toni Corvera <outlyer@gmail.com> |
Copyright: |
<Copyright (C) 2007 Toni Corvera> |
License: |
This package is free software; you can redistribute it and/or |
modify it under the terms of the GNU Lesser General Public |
License as published by the Free Software Foundation; either |
version 2 of the License, or (at your option) any later version. |
This package is distributed in the hope that it will be useful, |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
Lesser General Public License for more details. |
You should have received a copy of the GNU Lesser General Public |
License along with this package; if not, write to the Free Software |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
On Debian systems, the complete text of the GNU Lesser General |
Public License can be found in `/usr/share/common-licenses/LGPL'. |
The Debian packaging is (C) 2008, Toni Corvera <outlyer@gmail.com> and |
is licensed under the GPL, see `/usr/share/common-licenses/GPL'. |
/video-contact-sheet/branches/1.11.2/pkg/debian/dirs |
---|
0,0 → 1,0 |
usr/bin |
/video-contact-sheet/branches/1.11.2/pkg/debian/compat |
---|
0,0 → 1,0 |
5 |
/video-contact-sheet/branches/1.11.2/pkg/arch/PKGBUILD |
---|
File deleted |
/video-contact-sheet/branches/1.11.2/pkg/arch/PKGBUILD.in |
---|
0,0 → 1,28 |
# Maintainer: Toni Corvera <outlyer@gmail.com> |
pkgname=vcs |
pkgver=@VERSION@ |
pkgrel=1.upstream |
pkgdesc="tool to create contact sheets (previews) from videos" |
arch=('any') |
url="http://p.outlyer.net/vcs/" |
license=('LGPL') |
depends=('bash>=2.05b' 'imagemagick>=6.3.5.7' 'mplayer' 'ffmpeg') |
makedepends=('bzip2') |
optdepends=('lsdvd: for DVD support' |
'perl: for DVD support') |
backup=() |
source=($url/files/$pkgname-$pkgver.bz2) |
md5sums=(@MD5@) #generate with 'makepkg -g' |
sha1sums=(@SHA1@) |
# Debian & Arch don't agree on this (???) sha256sums=() |
build() { |
# cd $srcdir/$pkgname-$pkgver |
# bzip2 -dc $pkgname-$pkgver.bz2 > $pkgname-$pkgver |
install -D -m755 $pkgname-$pkgver ${pkgdir}/usr/bin/$pkgname || return 1 |
} |
#man page (TODO) |
# install -D -m644 $pkgname.1 ${pkgdir}/usr/share/man1/$pkgname.1 || return 1 |
/video-contact-sheet/branches/1.11.2/pkg/Makefile |
---|
0,0 → 1,39 |
# $Id$ |
prefix:=/usr/local |
DESTDIR:=/ |
VERSION:=$(shell head -50 vcs | grep 'declare -r VERSION=' | perl -pe 's/.*"(.*)".*/\1/') |
PACKAGER:=$(shell echo $$DEBFULLNAME) |
ifeq ($(PACKAGER),) |
PACKAGER:=$(shell finger -lp `echo $USER` 2>/dev/null | head -n1 | cut -d: -f3) |
endif |
ifeq ($(PACKAGER),) |
PACKAGER:=$(shell grep ^`id -un` /etc/passwd | cut -d: -f5 | cut -d, -f1) |
endif |
all: vcs.spec |
install: |
install -D -m755 vcs $(DESTDIR)$(prefix)/bin/vcs |
uninstall: |
$(RM) $(DESTDIR)$(prefix)/bin/vcs |
-rmdir -p $(DESTDIR)$(prefix)/bin |
vcs.spec: rpm/vcs.spec.in |
test -f vcs -a "$(VERSION)" # Version (=$(VERSION)) must be detected |
@echo "[vcs.spec]" |
@cat $< | sed 's!@VERSION@!$(VERSION)!g' | \ |
sed 's!@PACKAGER@!$(PACKAGER)!g' > $@ |
PKGBUILD: arch/PKGBUILD.in |
test -f vcs -a "$(VERSION)" # Version (=$(VERSION)) must be detected |
@echo "[PKGBUILD]" |
@cat $< | sed -e 's!@VERSION@!$(VERSION)!g' \ |
-e 's!@MD5@!'\''$(shell bzip2 -c9 < vcs | md5sum -b - | cut -d' ' -f1)'\''!g' \ |
-e 's!@SHA1@!'\''$(shell bzip2 -c9 < vcs | sha1sum -b - | cut -d' ' -f1)'\''!g' > $@ |
clean: |
-$(RM) vcs.spec PKGBUILD |
.PHONY: all install clean |
Property changes: |
Added: svn:keywords |
+Rev Id Date |
\ No newline at end of property |