spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit c2d983eda323ed3f68925c8af875b6e789fa2bbf
parent 68e59cd5ede59f89b6fc4cf467ab13ba113f9e18
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sun, 20 Jun 2010 14:27:52 +0900

[osx] Add gst-ffmpeg package

Diffstat:
Mbockbuild/profiles/spek/packages.py | 2+-
Mbundle.sh | 3++-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/bockbuild/profiles/spek/packages.py b/bockbuild/profiles/spek/packages.py @@ -59,7 +59,7 @@ class SpekPackages: 'gst-plugins-good.py', 'gst-plugins-bad.py', 'gst-plugins-ugly.py', -# 'gst-ffmpeg', + 'gst-ffmpeg.py', ]) if isinstance (self, DarwinProfile): diff --git a/bundle.sh b/bundle.sh @@ -9,7 +9,8 @@ # TODO: # - DS_Store -# - ffmpeg and deps above +# - Check which gtkrc other projects are using +# - deps above # - credit bockbuild pushd $(dirname $0)