Skip to content

Commit

Permalink
gstreamer: Install version 0.10.32-0 in parallel
Browse files Browse the repository at this point in the history
The shared libraries `libgstreamer-0.10.so.0` and
`libgstreamer-0.10.so.0` are still needed by several programs as found
by @buczek’s check scripts.

Therefore, install GStreamer 0.10.32 in parallel.

Fixes: 3dac19a (gstreamer: update from 1.5.2 to 1.12.4)
Fixes: #816
  • Loading branch information
pmenzel committed Jun 14, 2018
1 parent 467c4bb commit 2fb7500
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions gstreamer-0.10.32-0.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/bin/env beesh

SRCURL[0]="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PKGVERSION}.tar.gz"

PATCHURL[0]=""

PGRP=( uncategorized )


#B=${S}

# BEE_CONFIGURE=compat

# EXCLUDE=""

mee_patch() {
bee_patch

# was fuer eine voll null hat das verbrochen????

sed -ie 's/^ /\t/' \
${S}/docs/{gst,libs,plugins}/Makefile.in
}

mee_configure() {
bee_configure --enable-introspection
}

mee_build() {
bee_build
}

mee_install() {
bee_install
}

0 comments on commit 2fb7500

Please sign in to comment.