Skip to content

Commit

Permalink
[GStreamer] Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Oct 11, 2022
1 parent 6f8a8d6 commit 618f263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions G/GStreamer/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ sources = [

# Bash recipe for building across all platforms
script = raw"""
cd $WORKSPACE/srcdir
apk add bash-completion libcap gettext
cd gstreamer-*
cd $WORKSPACE/srcdir/gstreamer-*
mkdir build
cd build
if [[ "${target}" == *-mingw* ]]; then
Expand Down Expand Up @@ -46,6 +44,8 @@ products = [

# Dependencies that must be installed before this package can be built
dependencies = [
# Need a host gettext for msgfmt
HostBuildDependency("Gettext_jll")
Dependency(PackageSpec(name="Glib_jll", uuid="7746bdde-850d-59dc-9ae8-88ece973131d"); compat="2.68.1")
Dependency(PackageSpec(name="LibUnwind_jll", uuid="745a5e78-f969-53e9-954f-d19f2f74f4e3"))
Dependency(PackageSpec(name="Elfutils_jll", uuid="ab5a07f8-06af-567f-a878-e8bb879eba5a"))
Expand Down

0 comments on commit 618f263

Please sign in to comment.