Merge pull request #11190 from 4fury-c3440d8/b1

updates.
This commit is contained in:
Rmys
2022-12-17 20:48:09 +03:00
committed by GitHub
9 changed files with 52 additions and 18 deletions
+9 -2
View File
@@ -14,8 +14,8 @@
<PartOf>desktop.misc</PartOf>
<Summary>A compositor for X11.</Summary>
<Description>This is forked from the original Compton because it seems to have become unmaintained.</Description>
<Archive sha1sum="de28b009c33c42f0455dd6c545c351495a0cab4e" type="targz">
https://github.com/yshui/picom/archive/refs/tags/v10.1.tar.gz
<Archive sha1sum="60f55cdd3813425626a27853759dcad2fc3541f7" type="targz">
https://github.com/yshui/picom/archive/refs/tags/v10.2.tar.gz
</Archive>
<BuildDependencies>
<!-- <Dependency>git</Dependency> -->
@@ -74,6 +74,13 @@
</Package>
<History>
<Update release="4">
<Date>2022-12-17</Date>
<Version>10.2</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2022-11-23</Date>
<Version>10.1</Version>
+1 -1
View File
@@ -7,7 +7,7 @@
from pisi.actionsapi import shelltools, autotools, pisitools, get
def setup():
pisitools.dosed("doc/apireference.rst", "api", deleteLine = True)
# pisitools.dosed("doc/apireference.rst", "api", deleteLine = True)
autotools.autoreconf("-vif")
autotools.configure("--disable-static")
+9 -2
View File
@@ -13,8 +13,8 @@
<PartOf>multimedia.editor</PartOf>
<Summary>A video processing framework with simplicity in mind.</Summary>
<Description>VapourSynth is an application for video manipulation. It has a core library written in C++ and a Python module to allow video scripts to be created.</Description>
<Archive sha1sum="adef6b7a42012e7e8326f799275e63a8e0e18895" type="targz">
https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R60.tar.gz
<Archive sha1sum="c57492d9eb124ab224f4cf12a896f9016060e663" type="targz">
https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R61.tar.gz
</Archive>
<BuildDependencies>
<Dependency>nasm</Dependency>
@@ -56,6 +56,13 @@
</Package>
<History>
<Update release="3">
<Date>2022-12-16</Date>
<Version>61</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-11-13</Date>
<Version>60</Version>
+1
View File
@@ -15,6 +15,7 @@ j = ''.join([
' -DWITH_DBUS=OFF',
' -DWITH_GSPELL=OFF',
' -DWITH_IMAGE_MAGICK=OFF',
' -DWITH_INTERNAL_CAIRO=OFF',
' -DBUILD_STATIC_LIBS=OFF',
' -D2GEOM_BOOST_PYTHON=OFF',
' -D2GEOM_CYTHON_BUILD_SHARED=OFF',
+9 -2
View File
@@ -14,8 +14,8 @@
<IsA>app:gui</IsA>
<Summary>SVG vector graphics application.</Summary>
<Description>Inkscape is an application to create, edit, and convert SVG vector graphics images that can also import from and export to bitmap image files.</Description>
<Archive sha1sum="25d1c09f39fc90872981ef0e1b4f919c623c51c9" type="tarxz">
https://media.inkscape.org/dl/resources/file/inkscape-1.2.1.tar.xz
<Archive sha1sum="45cfdf606f7cc08a06b7a5e81fe5d1a1aa1430a6" type="tarxz">
https://media.inkscape.org/dl/resources/file/inkscape-1.2.2.tar.xz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -175,6 +175,13 @@
</Package>
<History>
<Update release="17">
<Date>2022-12-16</Date>
<Version>1.2.2</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="16">
<Date>2022-11-14</Date>
<Version>1.2.1</Version>
+10 -3
View File
@@ -14,8 +14,8 @@
<Description>
MuPDF is a lightweight open source software framework for viewing and converting PDF, XPS, and E-book documents.
</Description>
<Archive sha1sum="c516b7f0799ac9975969025edaa1386bfbef1f13" type="targz">
https://mupdf.com/downloads/archive/mupdf-1.20.3-source.tar.gz
<Archive sha1sum="eb6e6c468416f7ad9f37be33ae00f899dad237e2" type="targz">
https://mupdf.com/downloads/archive/mupdf-1.21.1-source.tar.gz
</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
@@ -46,7 +46,7 @@
<Name>mupdf</Name>
<RuntimeDependencies>
<Dependency>curl</Dependency>
<Dependency>mesa</Dependency>
<!-- <Dependency>mesa</Dependency> -->
<Dependency>zlib</Dependency>
<Dependency>libX11</Dependency>
<Dependency>openssl</Dependency>
@@ -90,6 +90,13 @@
</Package>
<History>
<Update release="13">
<Date>2022-12-16</Date>
<Version>1.21.1</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="12">
<Date>2022-10-07</Date>
<Version>1.20.3</Version>
+3 -5
View File
@@ -2,11 +2,9 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import cmaketools, pisitools, get
def setup():
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib -L")
@@ -17,4 +15,4 @@ def build():
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README*", "LICENSE*")
pisitools.dodoc("ChangeLog.rst")
+9 -2
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>fmt</Name>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Open-source formatting library for C++</Summary>
<Description>{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.</Description>
<Archive sha1sum="c778e7a8d79392572d713140e6ba658e617738fa" type="targz">https://github.com/fmtlib/fmt/archive/refs/tags/9.0.0.tar.gz</Archive>
<Archive sha1sum="6c0db60f3fa7bd4cf58edc777a2408e0ddfb28b9" type="targz">https://github.com/fmtlib/fmt/archive/refs/tags/9.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
@@ -44,6 +44,13 @@
</Package>
<History>
<Update release="5">
<Date>2022-12-16</Date>
<Version>9.1.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="4">
<Date>2022-07-06</Date>
<Version>9.0.0</Version>
+1 -1
View File
@@ -11,4 +11,4 @@
<Summary xml:lang="tr">fmt için geliştirme dosyaları</Summary>
<Description xml:lang="tr">fmt-devel, fmt için geliştirme dosyalarını içerir.</Description>
</Package>
</PISI>
</PISI>