From 965a4fd5caa1b77263091504e0e4ba97db80034b Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 6 May 2018 11:12:04 +1000 Subject: [PATCH] gst_plugins_ugly: remove old recipe --- .../gst_plugins_ugly-1.12.3.recipe | 93 ------------------- 1 file changed, 93 deletions(-) delete mode 100644 media-libs/gst_plugins_ugly/gst_plugins_ugly-1.12.3.recipe diff --git a/media-libs/gst_plugins_ugly/gst_plugins_ugly-1.12.3.recipe b/media-libs/gst_plugins_ugly/gst_plugins_ugly-1.12.3.recipe deleted file mode 100644 index 7d6d518be..000000000 --- a/media-libs/gst_plugins_ugly/gst_plugins_ugly-1.12.3.recipe +++ /dev/null @@ -1,93 +0,0 @@ -SUMMARY="GStreamer Ugly Plug-ins" -DESCRIPTION="GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and \ -correct functionality, but distributing them might pose problems. The license on \ -either the plug-ins or the supporting libraries might not be how we'd like. The \ -code might be widely known to present patent problems." -HOMEPAGE="https://gstreamer.freedesktop.org/" -COPYRIGHT="Erik Walthinsen" -LICENSE="GNU LGPL v2" -REVISION="2" -SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$portVersion.tar.xz" -CHECKSUM_SHA256="e88ca584c94ea78eeecbf3af00ef7f134b66bdee7408aa4aa6c547235e060052" -SOURCE_DIR="gst-plugins-ugly-$portVersion" - -ARCHITECTURES="!x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86" - -PROVIDES=" - gst_plugins_ugly$secondaryArchSuffix = $portVersion - " -REQUIRES=" - haiku$secondaryArchSuffix - lib:liba52$secondaryArchSuffix - lib:libcurl$secondaryArchSuffix - lib:libfreetype$secondaryArchSuffix - lib:libglib_2.0$secondaryArchSuffix - lib:libgstapp_1.0$secondaryArchSuffix - lib:libgstaudio_1.0$secondaryArchSuffix - lib:libgstreamer_1.0$secondaryArchSuffix - lib:libgstvideo_1.0$secondaryArchSuffix - lib:libiconv$secondaryArchSuffix - lib:libintl$secondaryArchSuffix - lib:libjpeg$secondaryArchSuffix - lib:libmp3lame$secondaryArchSuffix - lib:libmpg123$secondaryArchSuffix - lib:liborc_0.4$secondaryArchSuffix - lib:libpng16$secondaryArchSuffix - lib:libtwolame$secondaryArchSuffix - lib:libxml2$secondaryArchSuffix - lib:libz$secondaryArchSuffix - " -SUPPLEMENTS=" - gstreamer$secondaryArchSuffix - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - devel:liba52$secondaryArchSuffix - devel:libcurl$secondaryArchSuffix - devel:libfreetype$secondaryArchSuffix - devel:libglib_2.0$secondaryArchSuffix - devel:libgstapp_1.0$secondaryArchSuffix - devel:libgstaudio_1.0$secondaryArchSuffix - devel:libgstreamer_1.0$secondaryArchSuffix - devel:libgstvideo_1.0$secondaryArchSuffix - devel:libiconv$secondaryArchSuffix - devel:libintl$secondaryArchSuffix - devel:libjpeg$secondaryArchSuffix - devel:libmp3lame$secondaryArchSuffix - devel:libmpg123$secondaryArchSuffix - devel:liborc_0.4$secondaryArchSuffix - devel:libpng16$secondaryArchSuffix - devel:libtwolame$secondaryArchSuffix - devel:libxml2$secondaryArchSuffix - devel:libz$secondaryArchSuffix - " -BUILD_PREREQUIRES=" - cmd:aclocal - cmd:autoconf - cmd:bison - cmd:flex - cmd:gcc$secondaryArchSuffix - cmd:grep - cmd:ld$secondaryArchSuffix - cmd:libtoolize$secondaryArchSuffix - cmd:make - cmd:orcc$secondaryArchSuffix - cmd:pkg_config$secondaryArchSuffix - cmd:python - cmd:which - " - -BUILD() -{ - runConfigure ./configure --disable-debug --disable-examples \ - --disable-nls --enable-orc - make $jobArgs -} - -INSTALL() -{ - make install - rm $libDir/gstreamer-1.0/*.la -}