Skip to content
Permalink
83e0d7979c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
The package is still installed on the distmaster, therefore add it back.
Also keep it, as GStreamer 0.10.32-0 is added back in the previous
commit.

Fixes: 3dac19a (gstreamer: update from 1.5.2 to 1.12.4)
2 contributors

Users who have contributed to this file

@pmenzel @wwwutz
executable file 35 lines (20 sloc) 439 Bytes
#!/bin/env beesh
SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${PV}.tar.bz2"
PATCHURL[0]=""
PGRP=( uncategorized )
# BEE_CONFIGURE=compat
# EXCLUDE=""
mee_patch() {
bee_patch
sed -ie 's/^ /\t/' \
${S}/docs/{libs,plugins}/Makefile.in
}
mee_configure() {
bee_configure
}
mee_build() {
bee_build
}
mee_install() {
bee_install
}