From 212e62c1c0df68d84d62ec662fac562af8695c86 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Fri, 16 Jun 2017 22:39:14 +1000 Subject: [PATCH] gstreamer: cleanup recipe * change http to https for SOURCE_URI and HOMEPAGE * sort BUILD_PREREQUIRES * remove haiku$secondaryArchSuffix from REQUIRES_devel * remove .la files --- media-libs/gstreamer/gstreamer-1.12.0.recipe | 23 ++++++++++---------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/media-libs/gstreamer/gstreamer-1.12.0.recipe b/media-libs/gstreamer/gstreamer-1.12.0.recipe index a247531d7..224b8df16 100644 --- a/media-libs/gstreamer/gstreamer-1.12.0.recipe +++ b/media-libs/gstreamer/gstreamer-1.12.0.recipe @@ -2,15 +2,15 @@ SUMMARY="Open source multimedia framework" DESCRIPTION="GStreamer is a library for constructing graphs of media-handling components. \ The applications it supports range from simple Ogg/Vorbis playback, audio/video streaming \ to complex audio (mixing) and video (non-linear editing) processing." -HOMEPAGE="http://gstreamer.freedesktop.org/" +HOMEPAGE="https://gstreamer.freedesktop.org/" COPYRIGHT="Erik Walthinsen" LICENSE="GNU LGPL v2" REVISION="1" -SOURCE_URI="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-$portVersion.tar.xz" +SOURCE_URI="https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-$portVersion.tar.xz" CHECKSUM_SHA256="14d5eef8297d2bf2a728d38fa43cd92cc267a0ad260cf83d770215212aff4302" PATCHES="gstreamer-$portVersion.patchset" -ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64" +ARCHITECTURES="!x86_gcc2 ?x86 x86_64" SECONDARY_ARCHITECTURES="x86" PROVIDES=" @@ -42,7 +42,6 @@ PROVIDES_devel=" " REQUIRES_devel=" gstreamer_1.0$secondaryArchSuffix == $portVersion base - haiku$secondaryArchSuffix " BUILD_REQUIRES=" @@ -54,17 +53,17 @@ BUILD_REQUIRES=" devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix - cmd:pkg_config$secondaryArchSuffix - cmd:libtoolize$secondaryArchSuffix - cmd:libtool cmd:aclocal cmd:autoconf - cmd:make - cmd:grep cmd:bison cmd:flex + cmd:gcc$secondaryArchSuffix + cmd:grep + cmd:ld$secondaryArchSuffix + cmd:libtoolize$secondaryArchSuffix + cmd:libtool + cmd:make + cmd:pkg_config$secondaryArchSuffix cmd:python cmd:which " @@ -86,6 +85,8 @@ INSTALL() fixPkgconfig + rm $libDir/gstreamer-1.0/*.la + mv -f $includeDir/gstreamer-1.0/gst $includeDir/ rm -rf $includeDir/gstreamer-1.0