Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
retokromer committed Apr 22, 2023
1 parent 23d484d commit 6952b41
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- **bash-avpres** – Bash scripts for audiovisual preservation
- **cineform** – Alternate static and shared CineForm libraries: `libcineform.a`, as well as `libcineform.so` under Linux or `libcineform.dylib` under macOS
- **cineform-gopro** – GoPro’s static CineForm library: `libCFHDCodec.a`
- **ffcommand-engine** – Instals the FFCommand\_Engine app by Colorlab<br>Attention: This formula is `--HEAD` only and installs the not-yet-released version 0.6 rather than the current version 0.51 for macOS (and 0.5 for Windows).
- **ffcommand-engine** – Instals the FFCommand\_Engine app by Colorlab<br>Attention: Use the `--HEAD` flag to install the not-yet-released version 0.6 rather than the current version 0.51 for macOS (and 0.5 for Windows).
- **ffmpeg** – Alternate FFmpeg formula with options:<br>`brew options avpres/formulae/ffmpeg`

Full installation requires to log into our [extranet](https://reto.ch/cgi-bin/login.pl) before running the following formulae:
Expand Down
2 changes: 1 addition & 1 deletion bash-avpres.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

# Bash scripts for audiovisual preservation
Expand Down
2 changes: 1 addition & 1 deletion cineform-gopro.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

# GoPro's static CineForm library
Expand Down
6 changes: 5 additions & 1 deletion cineform.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

# alternate static and shared CineForm librairies
Expand Down Expand Up @@ -28,4 +28,8 @@ def install
# lib.install "libcineform.dll" if OS.windows?
end
end

test do
system "echo"
end
end
6 changes: 4 additions & 2 deletions ffcommand-engine.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# typed: false
# typed: true
# frozen_string_literal: true

# instals the FFCommand_Engine app by Colorlab
class FfcommandEngine < Formula
desc "Instals the FFCommand_Engine app by Colorlab"
homepage "https://github.com/ColorlabMD/FFCommand_Engine"
revision 3
url "https://github.com/ColorlabMD/FFCommand_Engine/releases/tag/V0.5"
sha256 "471b1bc2e910a01402e93cbf311a62e81e081ebbd73ebb369a2f9b78310e1d22"
revision 4
head "https://github.com/ColorlabMD/FFCommand_Engine.git"

depends_on "pkg-config" => :build
Expand Down
2 changes: 1 addition & 1 deletion ffmpeg.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

# alternate FFmpeg formula with options
Expand Down
2 changes: 1 addition & 1 deletion movim.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

# encode, decode, play and analyse moving images
Expand Down
2 changes: 1 addition & 1 deletion openltfs.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

# LTFS for both tape drives and DIY tape libraries
Expand Down
2 changes: 1 addition & 1 deletion openlto.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

# Bash scripts to manage LTO cartridges with LTFS
Expand Down
2 changes: 1 addition & 1 deletion spoiledapples.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

# emulate 6502, 680x0 and PowerPC-based Apple computers and clones
Expand Down
6 changes: 3 additions & 3 deletions vrecord-x.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

# vrecord flavour running on Linux, macOS and Windows
Expand All @@ -7,8 +7,8 @@ class VrecordX < Formula
homepage "https://github.com/amiaopensource/vrecord"
url "https://github.com/amiaopensource/vrecord/archive/refs/tags/v2023-03-01.tar.gz"
version "2023-03-01"
revision 1
sha256 "d7a6de526f8cf992a24e1456d3935b3a938e5f8220abc09c722a1da9608e8e5e"
revision 2

option "with-doc", "Install the documentation locally"
option "with-vtest", "Test streams from computer out to monitor through Blackmagic card"
Expand All @@ -17,10 +17,10 @@ class VrecordX < Formula

depends_on "amiaopensource/amiaos/decklinksdk"
depends_on "amiaopensource/amiaos/ffmpegdecklink"
depends_on "amiaopensource/amiaos/gtkdialog"
depends_on "bash"
depends_on "cowsay"
depends_on "gnuplot"
depends_on "gtkdialog"
depends_on "mediaconch"
depends_on "mkvtoolnix"
depends_on "mpv"
Expand Down

0 comments on commit 6952b41

Please sign in to comment.