diff --git a/bockbuild/profiles/spek/packages.py b/bockbuild/profiles/spek/packages.py index adeeda5..4033afa 100644 --- 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 index 934386c..08028b8 100755 --- 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)