pystring new package

This commit is contained in:
Rmys
2021-06-30 12:17:50 +03:00
parent 8cc1882910
commit bdd188855b
8 changed files with 187 additions and 6 deletions
+65 -4
View File
@@ -42514,7 +42514,7 @@ complete albums that you have purchased from Amazon.</Description>
<Description xml:lang="pl">VLC jest odtwarzaczem multimediów projektu VideoLAN. Odtwarza pliki MPEG, MPEG2, MPEG4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis, płyty DVD, VCD, podkasty oraz strumienie multimedialne z różnych źródeł w sieci.</Description>
<Description xml:lang="es">VLC es un poderoso reproductor de medios para todo tipo de formatos multimedia</Description>
<Icon>vlc</Icon>
<Archive type="tarxz" sha1sum="8a8613f16a9053668d7a7dcfa1e6d8be93af3e89" name="vlc-3.0.14.tar.xz">http://mirrors.netix.net/vlc/vlc/3.0.14/vlc-3.0.14.tar.xz</Archive>
<Archive type="tarxz" sha1sum="e22ac839a09b5ead8992ae6aa8ea886364283e6a" name="vlc-3.0.16.tar.xz">http://mirrors.netix.net/vlc/vlc/3.0.16/vlc-3.0.16.tar.xz</Archive>
<BuildDependencies>
<Dependency>srt-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
@@ -42653,7 +42653,7 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>libX11</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>freetype</Dependency>
<Dependency version="3.0.14">vlc-libs</Dependency>
<Dependency version="3.0.16">vlc-libs</Dependency>
<Dependency>libXinerama</Dependency>
<Dependency>dejavu-fonts</Dependency>
</RuntimeDependencies>
@@ -42679,7 +42679,7 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="en">Lua scripting for VLC</Summary>
<RuntimeDependencies>
<Dependency>lua</Dependency>
<Dependency version="3.0.14">vlc-libs</Dependency>
<Dependency version="3.0.16">vlc-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/vlc/lua</Path>
@@ -42791,7 +42791,7 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="tr">vlc için geliştirme dosyaları</Summary>
<Summary xml:lang="pl">Pliki nagłówkowe vlc</Summary>
<RuntimeDependencies>
<Dependency version="3.0.14">vlc-libs</Dependency>
<Dependency version="3.0.16">vlc-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -42799,6 +42799,13 @@ complete albums that you have purchased from Amazon.</Description>
</Files>
</Package>
<History>
<Update release="24">
<Date>2021-06-30</Date>
<Version>3.0.16</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="23">
<Date>2021-06-04</Date>
<Version>3.0.14</Version>
@@ -261321,6 +261328,60 @@ to create header files and sources from protocol files.</Description>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>pystring</Name>
<Homepage>https://github.com/imageworks/pystring</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">Pystring is a collection of C++ functions which match the interface and behavior of python</Summary>
<Summary xml:lang="tr">Pystring is a collection of C++ functions which match the interface and behavior of python</Summary>
<Description xml:lang="en">Pystring, python&apos;un arayüzü ve davranışıyla eşleşen bir C++ işlevleri topluluğudur.</Description>
<Description xml:lang="tr">Pystring, python&apos;un arayüzü ve davranışıyla eşleşen bir C++ işlevleri topluluğudur.</Description>
<Archive type="zip" sha1sum="605d47c5027c91c808540b3572b5087426dba20f" name="master.zip">https://github.com/imageworks/pystring/archive/refs/heads/master.zip</Archive>
<AdditionalFiles>
<AdditionalFile target="CMakeLists.txt">fedora/CMakeLists.txt</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
<SourceURI>programming/library/pystring/pspec.xml</SourceURI>
</Source>
<Package>
<Name>pystring</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>pystring-devel</Name>
<Summary xml:lang="en">Development files for pystring</Summary>
<RuntimeDependencies>
<Dependency release="1">pystring</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-30</Date>
<Version>1.1.3</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libsass</Name>
+1 -1
View File
@@ -1 +1 @@
d31ba33664c7711cfbb46720759653bc69d8f218
9c7bb64da329259e2007e8e0d32194eeaa296c8d
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
6c905b595d6ce621c770c61f256fa952e095d5b0
b728c1732e3ecad931f770f6a346728c1aac15e8
+26
View File
@@ -0,0 +1,26 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure(sourceDir="..")
def build():
shelltools.cd("build")
cmaketools.make()
def install():
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("..")
pisitools.dodoc("README*")
@@ -0,0 +1,31 @@
project(pystring
LANGUAGES CXX
)
cmake_minimum_required(VERSION 3.0)
set(CMAKE_CXX_FLAGS "-O3 -Wall -Wextra -Wshadow -Wconversion -Wcast-qual -Wformat=2 ${CMAKE_CXX_FLAGS}")
include(GNUInstallDirs)
mark_as_advanced(CLEAR CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_INCLUDEDIR
)
add_library(pystring SHARED
pystring.cpp
)
set_target_properties(pystring PROPERTIES
SOVERSION 0.0
)
install(TARGETS pystring
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
install(FILES pystring.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/pystring
)
add_executable(test pystring.cpp test.cpp)
target_compile_definitions(test PRIVATE PYSTRING_UNITTEST=1)
+55
View File
@@ -0,0 +1,55 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pystring</Name>
<Homepage>https://github.com/imageworks/pystring</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Pystring is a collection of C++ functions which match the interface and behavior of python</Summary>
<Description>Pystring, python'un arayüzü ve davranışıyla eşleşen bir C++ işlevleri topluluğudur.</Description>
<Archive sha1sum="605d47c5027c91c808540b3572b5087426dba20f" type="zip">https://github.com/imageworks/pystring/archive/refs/heads/master.zip</Archive>
<AdditionalFiles>
<AdditionalFile target="CMakeLists.txt">fedora/CMakeLists.txt</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>pystring</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>pystring-devel</Name>
<Summary>Development files for pystring</Summary>
<RuntimeDependencies>
<Dependency release="current">pystring</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-30</Date>
<Version>1.1.3</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>pystring</Name>
<Summary xml:lang="tr">Pystring is a collection of C++ functions which match the interface and behavior of python</Summary>
<Description xml:lang="tr">Pystring, python'un arayüzü ve davranışıyla eşleşen bir C++ işlevleri topluluğudur.</Description>
</Source>
</PISI>