From 04c79a9c03988087a74ff164d111dcb876b9e5a0 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 9 Jan 2020 20:57:26 +0000 Subject: [PATCH] libvorbis:rebuilt --- multimedia/sound/libvorbis/actions.py | 8 +++--- multimedia/sound/libvorbis/pspec.xml | 29 ++++++++++++++++----- multimedia/sound/libvorbis/translations.xml | 15 ++++++++++- 3 files changed, 40 insertions(+), 12 deletions(-) diff --git a/multimedia/sound/libvorbis/actions.py b/multimedia/sound/libvorbis/actions.py index c0f5fe198f..fcd9364156 100644 --- a/multimedia/sound/libvorbis/actions.py +++ b/multimedia/sound/libvorbis/actions.py @@ -10,14 +10,12 @@ from pisi.actionsapi import get def setup(): autotools.configure("--disable-static") + pisitools.dosed("doc/Makefile", "-\$\(VERSION\)", "") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.removeDir("/usr/share/doc") - - pisitools.dodoc("AUTHORS", "CHANGES", "COPYING", "doc/*.txt") - pisitools.dohtml("doc/*") + pisitools.dodoc("COPYING") \ No newline at end of file diff --git a/multimedia/sound/libvorbis/pspec.xml b/multimedia/sound/libvorbis/pspec.xml index 57abc91df2..830e95467a 100644 --- a/multimedia/sound/libvorbis/pspec.xml +++ b/multimedia/sound/libvorbis/pspec.xml @@ -1,5 +1,5 @@ - + libvorbis @@ -20,18 +20,18 @@ libvorbis + The Vorbis general audio compression codec - libogg + libogg /usr/lib - /usr/share/doc/libvorbis/AUTHORS - /usr/share/doc/libvorbis/README libvorbis-devel + Development files for libvorbis libvorbis libogg-devel @@ -41,7 +41,17 @@ /usr/lib/pkgconfig /usr/lib32/pkgconfig /usr/share/aclocal - /usr/share/doc/libvorbis + + + + + libvorbis-docs + Documentation files for libvorbis + + libvorbis + + + /usr/share/doc @@ -63,6 +73,13 @@ + + 2020-01-06 + 1.3.6 + Rebuilt for the new toolchain. + Blue DeviL + bluedevil@sctzine.com + 2018-07-29 1.3.6 @@ -99,4 +116,4 @@ kaptan@pisilinux.org - + \ No newline at end of file diff --git a/multimedia/sound/libvorbis/translations.xml b/multimedia/sound/libvorbis/translations.xml index 533c21748b..f4fa507133 100644 --- a/multimedia/sound/libvorbis/translations.xml +++ b/multimedia/sound/libvorbis/translations.xml @@ -7,8 +7,21 @@ Librairie de formatage de fichier son Ogg Vorbis libre. + + libvorbis-devel + libvorbis için geliştirme dosyaları + libvorbis-devel, libvorbis için geliştirme dosyaları içerir. + + + + libvorbis-docs + libvorbis ile ilgili belgeler + libvorbis-docs, libvorbis ile ilgili belgelendirme dosyaları içerir. + + libvorbis-32bit libvorbis için 32-bit paylaşımlı kitaplıklar + libvorbis-32bit, libvorbis için 32-bit paylaşımlı kitaplıklar içerir. - + \ No newline at end of file