From 51225ad0a72a5721b49ff2a3c3f12c490cf616cd Mon Sep 17 00:00:00 2001 From: idriskalp Date: Tue, 14 Jan 2020 19:09:11 +0300 Subject: [PATCH 1/7] libcddb rebuild --- network/misc/libcddb/pspec.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/network/misc/libcddb/pspec.xml b/network/misc/libcddb/pspec.xml index 1a6f39d49f..687ff04124 100644 --- a/network/misc/libcddb/pspec.xml +++ b/network/misc/libcddb/pspec.xml @@ -37,6 +37,13 @@ + + 2020-01-14 + 1.3.2 + Rebuild. + Idris Kalp + idriskalp@gmail.com + 2018-08-07 1.3.2 From b2ec813e947f7edb7946ae643e1a9c759d0b99c0 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Tue, 14 Jan 2020 19:09:35 +0300 Subject: [PATCH 2/7] libcdio 2.1.0 --- hardware/optical/libcdio/actions.py | 3 ++- hardware/optical/libcdio/pspec.xml | 21 ++++++++++++++++----- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/hardware/optical/libcdio/actions.py b/hardware/optical/libcdio/actions.py index d72fd87de0..13e5079c82 100644 --- a/hardware/optical/libcdio/actions.py +++ b/hardware/optical/libcdio/actions.py @@ -15,7 +15,8 @@ def setup(): --with-cd-paranoia-name=libcdio-paranoia \ --disable-vcd-info \ --enable-cpp-progs \ - --disable-rpath") + --disable-rpath \ + --enable-cddb") def build(): autotools.make() diff --git a/hardware/optical/libcdio/pspec.xml b/hardware/optical/libcdio/pspec.xml index 44ec490598..256504df6e 100644 --- a/hardware/optical/libcdio/pspec.xml +++ b/hardware/optical/libcdio/pspec.xml @@ -12,10 +12,12 @@ library A library to encapsulate CD-ROM reading and control This library provides an interface for CD-ROM access. It can be used by applications that need OS- and device-independent access to CD-ROM devices. - mirrors://gnu/libcdio/libcdio-2.0.0.tar.gz + mirrors://gnu/libcdio/libcdio-2.1.0.tar.bz2 - libgcc - + libcddb-devel + ncurses-devel + libgcc + @@ -25,8 +27,10 @@ libcdio - libgcc - + libcddb + ncurses + libgcc + /usr/share/info /usr/share/man @@ -49,6 +53,13 @@ + + 2020-01-14 + 2.1.0 + Version bump + Idris Kalp + idriskalp@gmail.com + 2018-07-31 2.0.0 From aa42ba2c39d726a81e235d164f15040ed1fc3563 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Tue, 14 Jan 2020 19:11:52 +0300 Subject: [PATCH 3/7] libsoxr dep fix --- multimedia/sound/libsoxr/pspec.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/multimedia/sound/libsoxr/pspec.xml b/multimedia/sound/libsoxr/pspec.xml index 0971d57d6b..2de8e63697 100755 --- a/multimedia/sound/libsoxr/pspec.xml +++ b/multimedia/sound/libsoxr/pspec.xml @@ -13,6 +13,9 @@ The SoX Resampler library that aims to give fast and high quality results for any constant resampling ratio The SoX Resampler library that aims to give fast and high quality results for any constant resampling ratio https://sourceforge.net/projects/soxr/files/soxr-0.1.3-Source.tar.xz + + cmake + From e0ee17b293f46edd9fc224f16566b4cb90a81ac3 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Tue, 14 Jan 2020 19:13:04 +0300 Subject: [PATCH 4/7] libcdio fix --- hardware/optical/libcdio/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/optical/libcdio/actions.py b/hardware/optical/libcdio/actions.py index 13e5079c82..bcb1904e29 100644 --- a/hardware/optical/libcdio/actions.py +++ b/hardware/optical/libcdio/actions.py @@ -27,4 +27,4 @@ def install(): #pisitools.dosed("%s/usr/include/cdio/version.h" % get.installDIR(), '%s[^"]+' % get.srcVERSION(), get.srcVERSION()) pisitools.dosed("%s/usr/include/cdio/cdio_config.h" % get.installDIR(), "/define CDIO_LIBCDIO_SOURCE_PATH/s|.*|/* #undef CDIO_LIBCDIO_SOURCE_PATH */|") - pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "THANKS") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS.md", "README") From 558e6d2a6b612c6ae2196e3a46344b2f93f1665b Mon Sep 17 00:00:00 2001 From: idriskalp Date: Tue, 14 Jan 2020 19:15:24 +0300 Subject: [PATCH 5/7] xavs2 dep fix --- multimedia/video/xavs2/pspec.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/multimedia/video/xavs2/pspec.xml b/multimedia/video/xavs2/pspec.xml index a497048032..885afcf20a 100755 --- a/multimedia/video/xavs2/pspec.xml +++ b/multimedia/video/xavs2/pspec.xml @@ -13,6 +13,9 @@ Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard https://github.com/pkuvcl/xavs2/archive/1.3.tar.gz + + yasm + From 361b721ebcf44fc14f183a20c26076ce9d551119 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Tue, 14 Jan 2020 19:15:43 +0300 Subject: [PATCH 6/7] libcdio-paranoia 2.0.0 --- hardware/optical/libcdio-paranoia/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hardware/optical/libcdio-paranoia/pspec.xml b/hardware/optical/libcdio-paranoia/pspec.xml index 3c5c232252..3496599f8a 100644 --- a/hardware/optical/libcdio-paranoia/pspec.xml +++ b/hardware/optical/libcdio-paranoia/pspec.xml @@ -14,7 +14,7 @@ library CD paranoia libraries from libcdio An advanced CDDA reader with error correction. - mirrors://gnu/libcdio/libcdio-paranoia-10.2+0.94+2.tar.gz + mirrors://gnu/libcdio/libcdio-paranoia-10.2+2.0.0.tar.bz2 libcdio-devel @@ -51,6 +51,13 @@ + + 2020-01-14 + 10.2_2.0.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + 2018-07-31 0.94_p2 From df1679c2aafe618ad30c8b1923a39cd5e1364950 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Tue, 14 Jan 2020 19:23:26 +0300 Subject: [PATCH 7/7] xavs dep fix --- multimedia/video/xavs/pspec.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/multimedia/video/xavs/pspec.xml b/multimedia/video/xavs/pspec.xml index d0dccb0b08..51ca691106 100755 --- a/multimedia/video/xavs/pspec.xml +++ b/multimedia/video/xavs/pspec.xml @@ -13,6 +13,9 @@ XAVS is to implement high quality encoder and decoder of the Audio Video Standard of China (AVS). XAVS is to implement high quality encoder and decoder of the Audio Video Standard of China (AVS). https://sourceforge.net/projects/pisilinux/files/source/xavs-0.1.55.tar.xz + + yasm + xavs-dynamic-xavs.patch xavs-0.1.55-dont-strip-symbols.patch