libebml: bump version to 1.3.4

remove libtool file.
This commit is contained in:
Sergei Reznikov
2016-07-25 15:52:02 +03:00
parent fb577889b5
commit dcc0fda83a
2 changed files with 6 additions and 12 deletions

View File

@@ -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
}