summaryrefslogtreecommitdiffstats
path: root/src/gst-plugins-good.mk
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2017-03-05 03:41:39 (GMT)
committerViktor Szakats <vszakats@users.noreply.github.com>2017-03-10 13:59:00 (GMT)
commit45d34aaac7be400a5befb5a7a67d3b7b0072bc92 (patch)
tree7e0c7bf6f06d4cf82695aa4add7c6beff849216f /src/gst-plugins-good.mk
parent700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff)
downloadmxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2
more URL updates
Diffstat (limited to 'src/gst-plugins-good.mk')
-rw-r--r--src/gst-plugins-good.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gst-plugins-good.mk b/src/gst-plugins-good.mk
index df35657..43f32de 100644
--- a/src/gst-plugins-good.mk
+++ b/src/gst-plugins-good.mk
@@ -1,13 +1,13 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := gst-plugins-good
-$(PKG)_WEBSITE := http://gstreamer.freedesktop.org/
+$(PKG)_WEBSITE := https://gstreamer.freedesktop.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.6.2
$(PKG)_CHECKSUM := 876e54dfce93274b98e024f353258d35fa4d49d1f9010069e676c530f6eb6a92
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
-$(PKG)_URL := http://gstreamer.freedesktop.org/src/$(PKG)/$($(PKG)_FILE)
+$(PKG)_URL := https://gstreamer.freedesktop.org/src/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc cairo flac glib gst-plugins-base gstreamer jpeg \
liboil libpng libshout libsoup libxml2 speex taglib wavpack
@@ -18,8 +18,8 @@ define $(PKG)_BUILD
-exec $(SED) -i 's,glib-mkenums,$(PREFIX)/$(TARGET)/bin/glib-mkenums,g' {} \; \
-exec $(SED) -i 's,glib-genmarshal,$(PREFIX)/$(TARGET)/bin/glib-genmarshal,g' {} \;
# The value for WAVE_FORMAT_DOLBY_AC3_SPDIF comes from vlc and mplayer:
- # http://www.videolan.org/developers/vlc/doc/doxygen/html/vlc__codecs_8h-source.html
- # http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/2004-August/019283.html
+ # https://www.videolan.org/developers/vlc/doc/doxygen/html/vlc__codecs_8h-source.html
+ # https://lists.mplayerhq.hu/pipermail/mplayer-cvslog/2004-August/019283.html
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--disable-debug \