summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-bad.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-10-28 16:34:17 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-10-28 16:34:17 +0000
commit6a0966d216adcbd15457ec77da0ec630c4e0e00b (patch)
tree9eec712eada51af14c6070d5a9834d6641e61cc0 /rules/gst-plugins-bad.make
parentb4368b33228291e26eb957176b69c04c537619cd (diff)
downloadptxdist-6a0966d216adcbd15457ec77da0ec630c4e0e00b.tar.gz
ptxdist-6a0966d216adcbd15457ec77da0ec630c4e0e00b.tar.xz
* gst-plugins-bad.make:
cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8973 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gst-plugins-bad.make')
-rw-r--r--rules/gst-plugins-bad.make41
1 files changed, 2 insertions, 39 deletions
diff --git a/rules/gst-plugins-bad.make b/rules/gst-plugins-bad.make
index 84e1783df..f18b3224d 100644
--- a/rules/gst-plugins-bad.make
+++ b/rules/gst-plugins-bad.make
@@ -20,7 +20,7 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_BAD) += gst-plugins-bad
GST_PLUGINS_BAD_VERSION := 0.10.8
GST_PLUGINS_BAD := gst-plugins-bad-$(GST_PLUGINS_BAD_VERSION)
GST_PLUGINS_BAD_SUFFIX := tar.bz2
-GST_PLUGINS_BAD_URL := http://gstreamer.freedesktop.org/src/gst-plugins-bad//$(GST_PLUGINS_BAD).$(GST_PLUGINS_BAD_SUFFIX)
+GST_PLUGINS_BAD_URL := http://gstreamer.freedesktop.org/src/gst-plugins-bad/$(GST_PLUGINS_BAD).$(GST_PLUGINS_BAD_SUFFIX)
GST_PLUGINS_BAD_SOURCE := $(SRCDIR)/$(GST_PLUGINS_BAD).$(GST_PLUGINS_BAD_SUFFIX)
GST_PLUGINS_BAD_DIR := $(BUILDDIR)/$(GST_PLUGINS_BAD)
@@ -33,17 +33,6 @@ $(GST_PLUGINS_BAD_SOURCE):
@$(call get, GST_PLUGINS_BAD)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/gst-plugins-bad.extract:
- @$(call targetinfo)
- @$(call clean, $(GST_PLUGINS_BAD_DIR))
- @$(call extract, GST_PLUGINS_BAD)
- @$(call patchin, GST_PLUGINS_BAD)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -113,32 +102,6 @@ GST_PLUGINS_BADD_AUTOCONF += --disable-bayer
endif
-$(STATEDIR)/gst-plugins-bad.prepare:
- @$(call targetinfo)
- @$(call clean, $(GST_PLUGINS_BAD_DIR)/config.cache)
- cd $(GST_PLUGINS_BAD_DIR) && \
- $(GST_PLUGINS_BAD_PATH) $(GST_PLUGINS_BAD_ENV) \
- ./configure $(GST_PLUGINS_BAD_AUTOCONF)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/gst-plugins-bad.compile:
- @$(call targetinfo)
- cd $(GST_PLUGINS_BAD_DIR) && $(GST_PLUGINS_BAD_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/gst-plugins-bad.install:
- @$(call targetinfo)
- @$(call install, GST_PLUGINS_BAD)
- @$(call touch)
-
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------
@@ -151,7 +114,7 @@ $(STATEDIR)/gst-plugins-bad.targetinstall:
@$(call install_fixup, gst-plugins-bad,PRIORITY,optional)
@$(call install_fixup, gst-plugins-bad,VERSION,$(GST_PLUGINS_BAD_VERSION))
@$(call install_fixup, gst-plugins-bad,SECTION,base)
- @$(call install_fixup, gst-plugins-bad,AUTHOR,"Sascha Hauer <your@email.please>")
+ @$(call install_fixup, gst-plugins-bad,AUTHOR,"Sascha Hauer")
@$(call install_fixup, gst-plugins-bad,DEPENDS,)
@$(call install_fixup, gst-plugins-bad,DESCRIPTION,missing)