Skip to content

Commit

Permalink
gst-plugins-base: Add version 0.10.32-0 back
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pmenzel committed Jun 14, 2018
1 parent 2fb7500 commit 911d19a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions gst-plugins-base-0.10.32-0.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/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
}

0 comments on commit 911d19a

Please sign in to comment.