diff --git a/dev-libs/libebml/libebml-1.3.3.recipe b/dev-libs/libebml/libebml-1.3.4.recipe similarity index 66% rename from dev-libs/libebml/libebml-1.3.3.recipe rename to dev-libs/libebml/libebml-1.3.4.recipe index 759f3f89f..f05c86bfc 100644 --- a/dev-libs/libebml/libebml-1.3.3.recipe +++ b/dev-libs/libebml/libebml-1.3.4.recipe @@ -1,11 +1,11 @@ SUMMARY="A C++ library to parse EBML content (read/write)" DESCRIPTION="libebml is a C++ library to parse EBML content (read/write)." HOMEPAGE="https://www.matroska.org/" -COPYRIGHT="2005-2015 Matroska" +COPYRIGHT="2005-2016 Matroska" LICENSE="GNU LGPL v2.1" -REVISION="2" -SOURCE_URI="http://dl.matroska.org/downloads/libebml/libebml-$portVersion.tar.bz2" -CHECKSUM_SHA256="35fb44daa41961f94a0ac1b8f06801e88cc9bf2ad6f562ced8ab7c1f1a875499" +REVISION="1" +SOURCE_URI="https://dl.matroska.org/downloads/libebml/libebml-$portVersion.tar.bz2" +CHECKSUM_SHA256="c50d3ecf133742c6549c0669c3873f968e11a365a5ba17b2f4dc339bbe51f387" PATCHES="libebml-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -57,17 +57,11 @@ INSTALL() { make install + rm -f $libDir/libebml.la + prepareInstalledDevelLibs libebml fixPkgconfig - if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then - local develPkgLinksDir="${portPackageLinksDir/$portName/${portName}_devel}" - local libstdcpp="$develPkgLinksDir/gcc$secondaryArchSuffix" - sed -i \ - -e "s,/packages/gcc$secondaryArchSuffix-[^\ /]*/\.self/\(develop/tools$secondaryArchSubDir/lib/gcc/$effectiveTargetMachineTriple/[^\ /]*/libstdc++.la\),$libstdcpp/\1," \ - $developLibDir/libebml.la - fi - packageEntries devel $developDir } diff --git a/dev-libs/libebml/patches/libebml-1.3.3.patchset b/dev-libs/libebml/patches/libebml-1.3.4.patchset similarity index 100% rename from dev-libs/libebml/patches/libebml-1.3.3.patchset rename to dev-libs/libebml/patches/libebml-1.3.4.patchset