mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
gstreamer - Upgrade to 1.8.2.
Refresh patches, fix dependencies. Fix cpu build issues in gst-libav. Opus moved to plugins-base. Add opusparse and hls to plugins-bad. Add myself as co-maintainer Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2006-2015 OpenWrt.org
|
||||
# Copyright (C) 2006-2016 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@@ -8,14 +8,15 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gst1-libav
|
||||
PKG_VERSION:=1.6.2
|
||||
PKG_VERSION:=1.8.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \
|
||||
Ted Hess <thess@kitschensync.net>
|
||||
|
||||
PKG_SOURCE:=gst-libav-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-libav
|
||||
PKG_MD5SUM:=09644a38827d233f53edeac815dd0ec0
|
||||
PKG_MD5SUM:=b5f3c7a27b39b5f5c2f0bfd546b0c655020faf6b38d27b64b346c43e5ebf687a
|
||||
|
||||
PKG_LICENSE:=GPL-2.0 LGPL-2.0
|
||||
PKG_LICENSE_FILES:=COPYING COPYING.LIB
|
||||
@@ -53,7 +54,6 @@ LIBAV_DECODERS:= \
|
||||
mpeg1video \
|
||||
mpeg2video \
|
||||
mpeg4 \
|
||||
mpeg4aac \
|
||||
mpegvideo \
|
||||
pcm_s16be \
|
||||
pcm_s16le \
|
||||
@@ -121,7 +121,7 @@ define Package/gst1-libav
|
||||
URL:=http://www.gstreamer.net/modules/gst-libav.html
|
||||
DEPENDS:= +libgstreamer1 +gstreamer1-plugins-base \
|
||||
+gst1-mod-alsa +libgst1audio +libgst1pbutils +libgst1video \
|
||||
+libbz2
|
||||
+libbz2 +liblzma
|
||||
endef
|
||||
|
||||
define Package/gst1-libav/description
|
||||
@@ -146,7 +146,7 @@ LIBAV_CONFIGURE_PROTOCOLS:=$(call FILTER_CONFIG,PROTOCOL,protocol,$(LIBAV_PROTOC
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--without-system-libav \
|
||||
--with-libav-extra-configure="--target-os=linux \
|
||||
--with-libav-extra-configure="--target-os=linux --cpu=$(CONFIG_CPU_TYPE) \
|
||||
--disable-bsfs \
|
||||
--disable-programs \
|
||||
--disable-devices \
|
||||
@@ -179,21 +179,13 @@ CONFIGURE_ARGS += \
|
||||
--disable-fma3 \
|
||||
--disable-fma4 \
|
||||
--disable-avx2 \
|
||||
--disable-vfp \
|
||||
--disable-neon \
|
||||
--disable-inline-asm \
|
||||
--disable-yasm"
|
||||
|
||||
# XXX: trick to force use of embedded Libav headers
|
||||
TARGET_CFLAGS += $(TARGET_CPPFLAGS) -D_GNU_SOURCE
|
||||
TARGET_CPPFLAGS :=
|
||||
TARGET_CFLAGS += -D_GNU_SOURCE
|
||||
|
||||
TARGET_LDFLAGS += $(FPIC)
|
||||
|
||||
define Build/Prepare
|
||||
$(call Build/Prepare/Default)
|
||||
endef
|
||||
|
||||
define Package/gst1-libav/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib/gstreamer-$(GST_VERSION)
|
||||
( cd $(PKG_INSTALL_DIR); $(CP) \
|
||||
|
||||
Reference in New Issue
Block a user