diff options
Diffstat (limited to 'src/gst-plugins-base.mk')
-rw-r--r-- | src/gst-plugins-base.mk | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/src/gst-plugins-base.mk b/src/gst-plugins-base.mk index 6b3a0d7..0b12e2c 100644 --- a/src/gst-plugins-base.mk +++ b/src/gst-plugins-base.mk @@ -1,10 +1,10 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := gst-plugins-base -$(PKG)_WEBSITE := https://gstreamer.freedesktop.org/ +$(PKG)_WEBSITE := https://gstreamer.freedesktop.org/modules/gst-plugins-base.html $(PKG)_IGNORE := -$(PKG)_VERSION := 1.6.2 -$(PKG)_CHECKSUM := c75dd400e451526ed71e1c4955e33d470a2581f5e71ecf84920a41c0a5c75322 +$(PKG)_VERSION := 1.12.2 +$(PKG)_CHECKSUM := 5067dce3afe197a9536fea0107c77213fab536dff4a213b07fc60378d5510675 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz $(PKG)_URL := https://gstreamer.freedesktop.org/src/$(PKG)/$($(PKG)_FILE) @@ -13,18 +13,16 @@ $(PKG)_DEPS := gcc glib gstreamer liboil libxml2 ogg pango theora vorbis $(PKG)_UPDATE = $(subst gstreamer/refs,gst-plugins-base/refs,$(gstreamer_UPDATE)) define $(PKG)_BUILD - find '$(1)' -name Makefile.in \ - -exec $(SED) -i 's,glib-mkenums,$(PREFIX)/$(TARGET)/bin/glib-mkenums,g' {} \; \ - -exec $(SED) -i 's,glib-genmarshal,$(PREFIX)/$(TARGET)/bin/glib-genmarshal,g' {} \; - cd '$(1)' && ./configure \ + cd '$(BUILD_DIR)' && '$(SOURCE_DIR)/configure' \ $(MXE_CONFIGURE_OPTS) \ --disable-debug \ --disable-examples \ --disable-x \ - --mandir='$(1)/sink' \ - --docdir='$(1)/sink' \ - --with-html-dir='$(1)/sink' - $(MAKE) -C '$(1)' -j '$(JOBS)' install + --mandir='$(BUILD_DIR)/sink' \ + --docdir='$(BUILD_DIR)/sink' \ + --with-html-dir='$(BUILD_DIR)/sink' + $(MAKE) -C '$(BUILD_DIR)' -j $(JOBS) + $(MAKE) -C '$(BUILD_DIR)' -j 1 install # some .dlls are installed to lib - no obvious way to change $(if $(BUILD_SHARED), |