From fd00a9698319697e77b61e5c47c4e0d5f2ff59eb Mon Sep 17 00:00:00 2001 From: Good Guy Date: Mon, 31 Dec 2018 13:13:18 -0700 Subject: [PATCH] version update, rpm spec tweak for repo, shebang for RenderMux.sh --- cinelerra-5.1/blds/PKGBUILD | 2 +- cinelerra-5.1/blds/cinelerra.spec | 15 ++++++++++++++- cinelerra-5.1/blds/debian/changelog | 2 +- cinelerra-5.1/blds/debian/control | 2 +- cinelerra-5.1/doc/RenderMux.sh | 1 + 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/cinelerra-5.1/blds/PKGBUILD b/cinelerra-5.1/blds/PKGBUILD index a9889e4e..ddf2393b 100644 --- a/cinelerra-5.1/blds/PKGBUILD +++ b/cinelerra-5.1/blds/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: goodguy pkgname=cin pkgver=5.1 -pkgrel=20181129 +pkgrel=20181231 pkgdesc="Cinelerra git://git.cinelerra-gg.org/goodguy/cinelerra.git ($pkgrel)" arch=('x86_64') url="https://www.cinelerra-gg.org" diff --git a/cinelerra-5.1/blds/cinelerra.spec b/cinelerra-5.1/blds/cinelerra.spec index 884c83be..b8367ead 100644 --- a/cinelerra-5.1/blds/cinelerra.spec +++ b/cinelerra-5.1/blds/cinelerra.spec @@ -1,4 +1,4 @@ -%define ver 20181129 +%define ver 20181231 %define cin cinelerra Summary: Multimedia Editing and construction @@ -79,6 +79,19 @@ Multimedia editing and construction %clean %{__rm} -rf %{buildroot} +%post +if [ -d /etc/yum.repos.d ]; then + echo > /etc/yum.repos.d/cin.repo "[cin]" + echo >> /etc/yum.repos.d/cin.repo name=cinelerra-gg + echo >> /etc/yum.repos.d/cin.repo baseurl=https://cinelerra-gg.org/download/pkgs/fedora$releasever/ + echo >> /etc/yum.repos.d/cin.repo enabled=1 + echo >> /etc/yum.repos.d/cin.repo gpgcheck=0 +fi +%postun +if [ -d /etc/yum.repos.d ]; then + rm -f /etc/yum.repos.d/cin.repo +fi + %files %defattr(-, root, root, -) %{_bindir}/* diff --git a/cinelerra-5.1/blds/debian/changelog b/cinelerra-5.1/blds/debian/changelog index e4744dab..a17371c8 100644 --- a/cinelerra-5.1/blds/debian/changelog +++ b/cinelerra-5.1/blds/debian/changelog @@ -1,4 +1,4 @@ -cin (1:5.1.20181129) unstable; urgency=low +cin (1:5.1.20181231) unstable; urgency=low [ guy goode ] diff --git a/cinelerra-5.1/blds/debian/control b/cinelerra-5.1/blds/debian/control index 82ac0d42..2a0f24a0 100644 --- a/cinelerra-5.1/blds/debian/control +++ b/cinelerra-5.1/blds/debian/control @@ -1,7 +1,7 @@ Source: cin Section: video Priority: optional -Standards-Version: 5.1.20181129 +Standards-Version: 5.1.20181231 Maintainer: mailing list Homepage: https://www.cinelerra-gg.org/ Build-Depends: nasm, yasm, g++, gdb, build-essential, e2fsprogs, diff --git a/cinelerra-5.1/doc/RenderMux.sh b/cinelerra-5.1/doc/RenderMux.sh index 9c172294..d109bd63 100755 --- a/cinelerra-5.1/doc/RenderMux.sh +++ b/cinelerra-5.1/doc/RenderMux.sh @@ -1,2 +1,3 @@ +#!/bin/bash # Render output mux-ed into a single file ffmpeg -f concat -safe 0 -i <(for f in "$CIN_RENDER"0*; do echo "file '$f'"; done) -c copy -y $CIN_RENDER -- 2.26.2