@@ -13,5 +13,4 @@ def build():
|
||||
def install():
|
||||
pythonmodules.install(pyVer = "3")
|
||||
|
||||
pisitools.dodoc("AUTHORS.md", "COPYING", "NEWS.md", "README*")
|
||||
|
||||
pisitools.dodoc("AUTHORS.md", "NEWS.md", "README.aeidon.md", "README.md")
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
<Description>
|
||||
Gaupol is an editor for text-based subtitle files. It supports multiple subtitle file formats and provides means of creating, editing and translating subtitles and timing subtitles to match video.
|
||||
</Description>
|
||||
<Archive sha1sum="b0faadf4c57b1e0d8d05f0c0213a0e45e1875696" type="targz">
|
||||
https://github.com/otsaloma/gaupol/archive/refs/tags/1.11.tar.gz
|
||||
<Archive sha1sum="3990585c081c817b85f6773efd40c79f6e405b1e" type="targz">
|
||||
https://github.com/otsaloma/gaupol/archive/refs/tags/1.12.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
@@ -30,6 +30,7 @@
|
||||
<Name>gaupol</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>gspell</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>iso-codes</Dependency>
|
||||
<Dependency>gst-libav</Dependency>
|
||||
@@ -53,6 +54,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2023-01-24</Date>
|
||||
<Version>1.12</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2022-05-14</Date>
|
||||
<Version>1.11</Version>
|
||||
|
||||
Executable → Regular
+1
-1
@@ -2,7 +2,7 @@
|
||||
# -*- 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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
Executable → Regular
+13
-4
@@ -3,16 +3,18 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libsdl2</Name>
|
||||
<Homepage>http://www.libsdl.org/</Homepage>
|
||||
<Homepage>https://www.libsdl.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<License>Zlib</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Simple Direct Media Layer 2.0 series</Summary>
|
||||
<Description>libsdl is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.</Description>
|
||||
<Archive type="targz" sha1sum="6d48fa72f8ba46363ef205b005b4d14a69ffeac1">https://www.libsdl.org/release/SDL2-2.24.1.tar.gz</Archive>
|
||||
<Archive sha1sum="2a1415a201ac07c353c6d8e4daaa11c8910fb879" type="targz">
|
||||
https://github.com/libsdl-org/SDL/releases/download/release-2.26.2/SDL2-2.26.2.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>DirectFB-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
@@ -37,7 +39,7 @@
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">fedora/SDL2-2.0.9-khrplatform.patch</Patch>
|
||||
<!-- <Patch level="1">fedora/SDL2-2.0.9-khrplatform.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -121,6 +123,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2023-01-24</Date>
|
||||
<Version>2.26.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2022-10-10</Date>
|
||||
<Version>2.24.1</Version>
|
||||
|
||||
Executable → Regular
-5
@@ -8,11 +8,6 @@
|
||||
<Description xml:lang="tr">libsdl; ses, klavye, fare, oyun çubuğu, OpenGL ile 3B donanımsal hızlandırma, 2B görüntü belleğine direkt erişim sağlayan birden çok platform destekleyen bir çokluortam kitaplığıdır.</Description>
|
||||
</Source>
|
||||
|
||||
<!-- <Package>
|
||||
<Name>libsdl2-docs</Name>
|
||||
<Summary xml:lang="tr">libsdl2 başvuru belgeleri</Summary>
|
||||
</Package> -->
|
||||
|
||||
<Package>
|
||||
<Name>libsdl2-devel</Name>
|
||||
<Summary xml:lang="tr">libsdl2 için geliştirme dosyaları</Summary>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# -*- 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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
@@ -14,8 +14,7 @@ def setup():
|
||||
|
||||
#autotools.autoreconf("-vfi")
|
||||
autotools.configure("--disable-static \
|
||||
--prefix=/usr \
|
||||
--enable-wayland")
|
||||
--prefix=/usr ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -23,5 +22,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
|
||||
pisitools.dodoc("COPYING.txt")
|
||||
pisitools.dodoc("LICENSE.txt")
|
||||
|
||||
@@ -1,20 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>sdl2-image</Name>
|
||||
<Homepage>http://www.libsdl.org/projects/SDL_image/</Homepage>
|
||||
<Homepage>https://github.com/libsdl-org/SDL_image</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<License>Zlib</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>SDL image file loading library</Summary>
|
||||
<Description>SDL_image is an image file loader for SDL.</Description>
|
||||
<Archive sha1sum="c0aed07994f670a3758f6b8b93d9034a58df5781" type="targz">https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.5.tar.gz</Archive>
|
||||
<Archive sha1sum="955e0a8ee89f22829f4a72e1774e6e3f9225712c" type="targz">
|
||||
https://github.com/libsdl-org/SDL_image/releases/download/release-2.6.2/SDL2_image-2.6.2.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libavif-devel</Dependency>
|
||||
<Dependency>libjxl-devel</Dependency>
|
||||
<Dependency>webp-devel</Dependency>
|
||||
<Dependency>libsdl2-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
@@ -28,6 +33,7 @@
|
||||
<Dependency>libsdl2</Dependency>
|
||||
<Dependency>tiff</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>libjxl</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -54,6 +60,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2023-01-24</Date>
|
||||
<Version>2.6.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-03-07</Date>
|
||||
<Version>2.0.5</Version>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# -*- 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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
@@ -39,4 +39,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("CHANGES*", "COPYING*", "README*")
|
||||
pisitools.dodoc("CHANGES.txt", "LICENSE.txt", "README.txt")
|
||||
|
||||
@@ -1,18 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>sdl2-mixer</Name>
|
||||
<Homepage>http://www.libsdl.org/projects/SDL_mixer/</Homepage>
|
||||
<Homepage>https://github.com/libsdl-org/SDL_mixer</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<License>Zlib</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>SDL2 mixer library</Summary>
|
||||
<Description>SDL2_mixer is a SDL2 library for loading sound files.</Description>
|
||||
<Archive sha1sum="242a63b1c7f38e358e94b1e0dc5120a6c1f3763b" type="targz">http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4.tar.gz</Archive>
|
||||
<Archive sha1sum="036fc7839a6b8dc1af3dbfed4e2531224bbacdd7" type="targz">
|
||||
https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.2/SDL2_mixer-2.6.2.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>flac-devel</Dependency>
|
||||
<Dependency>mpg123-devel</Dependency>
|
||||
@@ -24,8 +26,7 @@
|
||||
<Dependency>libmodplug-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--<Patch level="1">dev_snd_seq.patch</Patch>-->
|
||||
<!-- <Patch level="1">ldflags.patch</Patch> -->
|
||||
<!-- <Patch level="1">missing.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -89,6 +90,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2023-01-24</Date>
|
||||
<Version>2.6.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-03-07</Date>
|
||||
<Version>2.0.4</Version>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# -*- 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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
@@ -18,4 +18,5 @@ def build():
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pisitools.dodoc("CHANGES.txt", "COPYING.txt", "README.txt")
|
||||
|
||||
pisitools.dodoc("CHANGES.txt", "LICENSE.txt", "README.txt")
|
||||
|
||||
@@ -1,18 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>sdl2-net</Name>
|
||||
<Homepage>http://www.libsdl.org/projects/SDL_net/</Homepage>
|
||||
<Homepage>https://github.com/libsdl-org/SDL_net</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<License>Zlib</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>SDL network library 2.0 series</Summary>
|
||||
<Description>sdl-mixer is a SDL library for network access.</Description>
|
||||
<Archive sha1sum="99c17ee2ecf32c8a136163bbaa8f018f7a3e31e9" type="targz">http://www.libsdl.org/projects/SDL_net/release/SDL2_net-2.0.1.tar.gz</Archive>
|
||||
<Archive sha1sum="9154bd0898399dbe98c4525b0f3fcaf5b15c64fc" type="targz">
|
||||
https://github.com/libsdl-org/SDL_net/releases/download/release-2.2.0/SDL2_net-2.2.0.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsdl2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -43,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2023-01-24</Date>
|
||||
<Version>2.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-03-07</Date>
|
||||
<Version>2.0.1</Version>
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
<Name>sdl2-net-devel</Name>
|
||||
<Summary xml:lang="tr">sdl2-net için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# -*- 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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
@@ -29,11 +29,11 @@ def setup():
|
||||
autotools.configure(options)
|
||||
|
||||
def build():
|
||||
pisitools.dosed("Makefile", "-lz -lbz2", "")
|
||||
#pisitools.dosed("Makefile", "-lz -lbz2", "")
|
||||
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("CHANGES.txt", "COPYING.txt", "README.txt")
|
||||
pisitools.dodoc("CHANGES.txt", "LICENSE.txt", "README.txt")
|
||||
|
||||
@@ -1,19 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>sdl2-ttf</Name>
|
||||
<Homepage>http://www.libsdl.org/projects/SDL_ttf/</Homepage>
|
||||
<Homepage>https://github.com/libsdl-org/SDL_ttf</Homepage>
|
||||
<Packager>
|
||||
<Name>Mathias Freire</Name>
|
||||
<Email>mathiasfreire45@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<License>Zlib</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>TrueType font support for SDL2</Summary>
|
||||
<Description>SDL2_ttf is a TrueType font rendering library that is used with the SDL library, and almost as portable.</Description>
|
||||
<Archive sha1sum="1453c5f72f986024c5271c76d74cc232aa57dd79" type="targz">http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.15.tar.gz</Archive>
|
||||
<Archive sha1sum="f774ff407915ae4afa3d03e5a9395283d9090f28" type="targz">
|
||||
https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.20.1/SDL2_ttf-2.20.1.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libsdl2-devel</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -52,11 +55,11 @@
|
||||
<Summary>32-bit shared libraries for sdl2-ttf</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
<Dependency>libsdl2-32bit</Dependency>
|
||||
<Dependency>freetype-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
|
||||
<Dependency>libpng-32bit</Dependency>
|
||||
<Dependency>libsdl2-32bit</Dependency>
|
||||
<Dependency>harfbuzz-32bit</Dependency>
|
||||
@@ -69,6 +72,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2023-01-24</Date>
|
||||
<Version>2.20.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-03-07</Date>
|
||||
<Version>2.0.15</Version>
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
<Name>sdl2-ttf-32bit</Name>
|
||||
<Summary xml:lang="tr">sdl2-ttf için 32-bit paylaşımlı kitaplıklar</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -4,26 +4,23 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import mesontools, cmaketools, pisitools
|
||||
|
||||
j = "-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DUSE_SYSTEM_TAGLIB=ON \
|
||||
-DENABLE_VK=ON \
|
||||
"
|
||||
j = ''.join([
|
||||
' -DCMAKE_INSTALL_PREFIX=/usr',
|
||||
' -DCMAKE_BUILD_TYPE=RelWithDebInfo',
|
||||
' -DUSE_SYSTEM_TAGLIB=ON',
|
||||
' -DUSE_SYSTEM_PROJECTM=ON',
|
||||
' -B_build -G Ninja -L '
|
||||
])
|
||||
|
||||
def setup():
|
||||
#shelltools.system("sed -i 's|Exec=clementine %U|Exec=clementine|g' dist/clementine.desktop")
|
||||
cmaketools.configure(j)
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
mesontools.build("-C _build")
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("Changelog", "COPYING", "README*")
|
||||
mesontools.install("-C _build")
|
||||
|
||||
pisitools.dodoc("README-TURKISH.md", "README.md")
|
||||
|
||||
@@ -0,0 +1,54 @@
|
||||
diff --git a/cmake/Version.cmake b/cmake/Version.cmake
|
||||
index ee99f6a..271f0fc 100644
|
||||
--- a/cmake/Version.cmake
|
||||
+++ b/cmake/Version.cmake
|
||||
@@ -119,48 +119,7 @@ else(CLEMENTINE_VERSION_PRERELEASE)
|
||||
endif(CLEMENTINE_VERSION_PRERELEASE)
|
||||
|
||||
# Add git revision
|
||||
-if(FORCE_GIT_REVISION)
|
||||
- set(GIT_REV ${FORCE_GIT_REVISION})
|
||||
- set(GIT_INFO_RESULT 0)
|
||||
-else(FORCE_GIT_REVISION)
|
||||
- find_program(GIT_EXECUTABLE git)
|
||||
- message(STATUS "Found git: ${GIT_EXECUTABLE}")
|
||||
-
|
||||
- if(NOT GIT_EXECUTABLE-NOTFOUND)
|
||||
- execute_process(COMMAND ${GIT_EXECUTABLE} describe
|
||||
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||
- RESULT_VARIABLE GIT_INFO_RESULT
|
||||
- OUTPUT_VARIABLE GIT_REV
|
||||
- OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||
- if(NOT ${GIT_INFO_RESULT} EQUAL 0)
|
||||
- message(SEND_ERROR "git describe failed with code ${GIT_INFO_RESULT}: ${GIT_REV}")
|
||||
- endif()
|
||||
- endif()
|
||||
-endif()
|
||||
-
|
||||
-string(REGEX REPLACE "^(.+)-([0-9]+)-(g[a-f0-9]+)$" "\\1;\\2;\\3"
|
||||
- GIT_PARTS ${GIT_REV})
|
||||
-
|
||||
-if(NOT GIT_PARTS)
|
||||
- message(FATAL_ERROR "Failed to parse git revision string '${GIT_REV}'")
|
||||
-endif(NOT GIT_PARTS)
|
||||
-
|
||||
-list(LENGTH GIT_PARTS GIT_PARTS_LENGTH)
|
||||
-if(GIT_PARTS_LENGTH EQUAL 3)
|
||||
- list(GET GIT_PARTS 0 GIT_TAGNAME)
|
||||
- list(GET GIT_PARTS 1 GIT_COMMITCOUNT)
|
||||
- list(GET GIT_PARTS 2 GIT_SHA1)
|
||||
- set(HAS_GIT_REVISION ON)
|
||||
-endif(GIT_PARTS_LENGTH EQUAL 3)
|
||||
-
|
||||
-if(INCLUDE_GIT_REVISION AND HAS_GIT_REVISION)
|
||||
- set(CLEMENTINE_VERSION_DISPLAY "${GIT_REV}")
|
||||
- set(CLEMENTINE_VERSION_DEB "${GIT_REV}")
|
||||
- set(CLEMENTINE_VERSION_RPM_V "${GIT_TAGNAME}")
|
||||
- set(CLEMENTINE_VERSION_RPM_R "2.${GIT_COMMITCOUNT}.${GIT_SHA1}")
|
||||
- set(CLEMENTINE_VERSION_SPARKLE "${GIT_REV}")
|
||||
- set(CLEMENTINE_VERSION_PLIST "4096.${GIT_TAGNAME}.2.${GIT_COMMITCOUNT}")
|
||||
-endif(INCLUDE_GIT_REVISION AND HAS_GIT_REVISION)
|
||||
+#null
|
||||
|
||||
if(0)
|
||||
message(STATUS "Display: ${CLEMENTINE_VERSION_DISPLAY}")
|
||||
@@ -8,16 +8,16 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>GPLv3</License>
|
||||
<License>GPL-3</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Clementine is a modern music player and library organizer</Summary>
|
||||
<Description>Clementine is a modern music player and library organiser. Clementine is a port of Amarok 1.4, with some features rewritten to take advantage of Qt5.</Description>
|
||||
<Archive sha1sum="194bce7428f7e7c68742f8cd24848393db2c981f" type="tarxz">
|
||||
https://github.com/clementine-player/Clementine/releases/download/1.4.0rc1-814-g2b340da79/clementine-1.4.0rc1-814-g2b340da79.tar.xz
|
||||
<Archive sha1sum="c5a3efb9ec83606e659b0f08f297a45a982d3979" type="tarxz">
|
||||
https://github.com/clementine-player/Clementine/releases/download/1.4.0rc1-871-g982d8fbb6/clementine-1.4.0rc1-871-g982d8fbb6.tar.xz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>ccache</Dependency>
|
||||
<Dependency>gst-libav</Dependency>
|
||||
<Dependency>glew-devel</Dependency>
|
||||
@@ -74,6 +74,7 @@
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">missing.patch</Patch> -->
|
||||
<Patch level="1">no_git.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -119,6 +120,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2023-01-24</Date>
|
||||
<Version>1.4.0_rc1.871</Version>
|
||||
<Comment>Version bump and protobuf rebuild.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2022-07-08</Date>
|
||||
<Version>1.4.0_rc1.814</Version>
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2022-12-14</Date>
|
||||
<Date>2023-01-24</Date>
|
||||
<Version>1.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>fury</Name>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2021-10-28</Date>
|
||||
<Date>2023-01-23</Date>
|
||||
<Version>3.3.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# -*- 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
|
||||
@@ -21,7 +21,7 @@ def build():
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
pisitools.dodoc("LICENSE*")
|
||||
|
||||
pisitools.dodoc("LICENSE.txt")
|
||||
|
||||
for dirs in ["doc"]:
|
||||
pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
|
||||
pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
|
||||
|
||||
@@ -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>python3-numpy</Name>
|
||||
@@ -13,18 +13,22 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>The fundamental package needed for scientific computing with Python</Summary>
|
||||
<Description>Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities.</Description>
|
||||
<Archive sha1sum="d114cbd62939f097940fc765962491239e97ec5f" type="targz">https://github.com/numpy/numpy/archive/v1.21.2.tar.gz</Archive>
|
||||
<Archive sha1sum="65fdaa7e39c3cf75dde5120e6a8f4cd4f0a11399" type="targz">
|
||||
https://files.pythonhosted.org/packages/source/n/numpy/numpy-1.24.1.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cython3</Dependency>
|
||||
<Dependency>libgfortran</Dependency>
|
||||
<Dependency>cblas-devel</Dependency>
|
||||
<Dependency>libgfortran</Dependency>
|
||||
<Dependency>lapack-devel</Dependency>
|
||||
<Dependency>python3-nose</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-tomli</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<!-- For creating documentations
|
||||
<Dependency>python3-sphinx</Dependency>
|
||||
<Dependency>python3-scipy-sphinx-theme</Dependency>-->
|
||||
<Dependency>python3-importlib_metadata</Dependency>
|
||||
<!-- For creating documentations -->
|
||||
<!-- <Dependency>python3-sphinx</Dependency> -->
|
||||
<!-- <Dependency>python3-scipy-sphinx-theme</Dependency> -->
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -34,6 +38,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>blas</Dependency>
|
||||
<Dependency>cblas</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>lapack</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>libquadmath</Dependency>
|
||||
@@ -42,11 +47,13 @@
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-numpy/README*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-numpy/LICENSE*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-numpy/PKG-INFO</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-numpy/README.md</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-numpy/THANKS.txt</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-numpy/LICENSE.txt</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>python3-numpy-docs</Name>
|
||||
<Summary>Documentation files for python3-numpy</Summary>
|
||||
@@ -59,6 +66,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2023-01-22</Date>
|
||||
<Version>1.24.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2021-10-22</Date>
|
||||
<Version>1.21.2</Version>
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
<Summary xml:lang="tr">python3-numpy için belgelendirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">python3-numpy-docs, python3-numpy için belgelendirme dosyalarını içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
<Description>
|
||||
gpsd is a service daemon that monitor one or more GPSes attached to a host computer through serial or USB ports, making all data of the sensors available to be queried on TCP port 2947 of the host computer.
|
||||
</Description>
|
||||
<Archive sha1sum="708ec5a77bc92c09f7563a66c0e9cdccd7ddebcb" type="tarxz">
|
||||
http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.24.tar.xz
|
||||
<Archive sha1sum="dc8c0fa666a961473bdd092264f0bb91362eb06d" type="tarxz">
|
||||
http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.25.tar.xz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>scons</Dependency>
|
||||
@@ -30,6 +30,7 @@
|
||||
<Dependency>libsocket-devel</Dependency>
|
||||
<Dependency>bluez-libs-devel</Dependency>
|
||||
<Dependency>python3-pyserial</Dependency>
|
||||
<!-- <Dependency>python3-matplotlib</Dependency> -->
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">pylibdir_path.patch</Patch>
|
||||
@@ -57,6 +58,7 @@
|
||||
<Path fileType="man">/usr/share/man/man8/gpsd.8</Path>
|
||||
<Path fileType="man">/usr/share/man/man8/gpsinit.8</Path>
|
||||
<Path fileType="man">/usr/share/man/man8/gpsdctl.8</Path>
|
||||
<Path fileType="data">/usr/share/snmp/mibs/gpsd/GPSD-MIB</Path>
|
||||
<Path fileType="doc">/usr/share/gpsd/doc</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
@@ -77,6 +79,7 @@
|
||||
<Dependency>bluez-libs</Dependency>
|
||||
<Dependency>python3-gpsd</Dependency>
|
||||
<Dependency>python3-pyserial</Dependency>
|
||||
<Dependency>python3-matplotlib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -121,6 +124,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2023-01-22</Date>
|
||||
<Version>3.25</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2022-11-10</Date>
|
||||
<Version>3.24</Version>
|
||||
|
||||
@@ -6,8 +6,13 @@
|
||||
|
||||
from pisi.actionsapi import cmaketools, pisitools, get
|
||||
|
||||
i = ''.join([
|
||||
' -DCMAKE_BUILD_TYPE=RELEASE',
|
||||
' -DCMAKE_INSTALL_PREFIX=/usr -L '
|
||||
])
|
||||
|
||||
def setup():
|
||||
cmaketools.configure('-DCMAKE_INSTALL_PREFIX=/usr')
|
||||
cmaketools.configure(i)
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
+13
-2
@@ -15,12 +15,14 @@
|
||||
<Description>
|
||||
The Pekwm Window Manager is written by Claes Nästén. The code is based on the aewm++ window manager, but it has evolved enough that it no longer resembles aewm++ at all. It also has an expanded feature-set, including window grouping (similar to ion, pwm, or fluxbox), auto properties, xinerama and keygrabber that supports keychains, and much more.
|
||||
</Description>
|
||||
<Archive sha1sum="cf003e073ec94800938f831d73f00df35cf92d91" type="zip">
|
||||
https://github.com/pekwm/pekwm/archive/3ad1dc8e71dffbe7a74d64fd19b8e591818869bb.zip
|
||||
<Archive sha1sum="27bd80c143146ec0c72a549655a1ea32df844ecb" type="targz">
|
||||
https://github.com/pekwm/pekwm/releases/download/release-0.3.0/pekwm-0.3.0.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>libSM-devel</Dependency>
|
||||
<Dependency>libICE-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
@@ -40,6 +42,8 @@
|
||||
<Package>
|
||||
<Name>pekwm</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libXft</Dependency>
|
||||
<Dependency>libXpm</Dependency>
|
||||
@@ -60,6 +64,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2023-01-24</Date>
|
||||
<Version>0.3.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2022-06-10</Date>
|
||||
<Version>0.2.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user