Skip to content

Commit

Permalink
Merge pull request #820 from mariux64/add-gstreamer-0.10.32-back
Browse files Browse the repository at this point in the history
Install GStreamer 0.10.32-0 in parallel
  • Loading branch information
donald authored Jun 14, 2018
2 parents 467c4bb + 70d4143 commit 3406c39
Show file tree
Hide file tree
Showing 2 changed files with 71 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
}

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 3406c39

Please sign in to comment.