Proje Gitea'ya taşındı (Temiz başlangıç)
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>multimedia</Name>
|
||||
</PISI>
|
||||
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>multimedia.graphics</Name>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/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 get, pisitools, shelltools
|
||||
|
||||
NoStrip = ["/opt", "/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
def install():
|
||||
pisitools.dodir ("/opt/FreeCAD")
|
||||
pisitools.doexe("FreeCAD_1.0.1-conda-Linux-x86_64-py311.AppImage", "/opt/FreeCAD")
|
||||
pisitools.dosym("/opt/FreeCAD/FreeCAD_1.0.1-conda-Linux-x86_64-py311.AppImage", "/usr/bin/FreeCAD")
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Name=FreeCAD
|
||||
Comment[en]=FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size.
|
||||
Comment[tr]= FreeCAD, öncelikle her boyuttaki gerçek nesneleri tasarlamak için geliştirilmiş, açık kaynaklı, parametrik bir 3B modelleme aracıdır.
|
||||
Encoding=UTF-8
|
||||
Exec=FreeCAD
|
||||
Icon=FreeCAD
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Development;
|
||||
|
After Width: | Height: | Size: 84 KiB |
@@ -0,0 +1,84 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>FreeCAD</Name>
|
||||
<Homepage>https://freecadweb.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
|
||||
<Summary xml:lang="en">
|
||||
FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size.
|
||||
</Summary>
|
||||
|
||||
<Description xml:lang="en">
|
||||
FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size. Parametric modeling allows you to easily modify your design by going back into your model history and changing its parameters.
|
||||
</Description>
|
||||
|
||||
<Summary xml:lang="tr">
|
||||
FreeCAD, öncelikle her boyuttaki gerçek nesneleri tasarlamak için geliştirilmiş, açık kaynaklı, parametrik bir 3B modelleme aracıdır.
|
||||
</Summary>
|
||||
<Description xml:lang="tr">
|
||||
FreeCAD, öncelikle her boyuttaki gerçek nesneleri tasarlamak için geliştirilmiş, açık kaynaklı, parametrik bir 3B modelleme aracıdır. Parametresel modelleme, model geçmişinize geri dönüp parametrelerini değiştirerek tasarımınızı kolayca değiştirmenize olanak tanır.
|
||||
</Description>
|
||||
|
||||
<License>LGPL</License>
|
||||
<PartOf>Development</PartOf>
|
||||
<Archive sha1sum="9ba74237aed8041cf0c731e426f08a66e8d25286" type="binary">
|
||||
https://github.com/FreeCAD/FreeCAD/releases/download/1.0.1/FreeCAD_1.0.1-conda-Linux-x86_64-py311.AppImage
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>FreeCAD</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>boost</Dependency>
|
||||
<Dependency>glew</Dependency>
|
||||
<Dependency>jsoncpp</Dependency>
|
||||
<Dependency>netcdf </Dependency>
|
||||
<Dependency>opencascade </Dependency>
|
||||
<Dependency>openmpi</Dependency>
|
||||
<Dependency>qt5-svg </Dependency>
|
||||
<Dependency>qt5-webkit </Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>qt5-xmlpatterns </Dependency>
|
||||
<Dependency>xerces-c</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/opt</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/FreeCAD.desktop">FreeCAD.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/FreeCAD.png">FreeCAD.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2025-05-26</Date>
|
||||
<Version>1.0.1</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2022-01-21</Date>
|
||||
<Version>0.19.3</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-11-18</Date>
|
||||
<Version>0.19.2</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/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 get, pisitools, shelltools
|
||||
|
||||
NoStrip = ["/opt", "/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
def install():
|
||||
pisitools.dodir ("/opt/Front-Panel-Design")
|
||||
pisitools.doexe("FrontDesign-US-6.3.6-amd64.AppImage", "/opt/Front-Panel-Design")
|
||||
pisitools.dosym("/opt/Front-Panel-Design/runfpd.sh", "/usr/bin/Front-Panel-Design")
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Categories=Development;
|
||||
Comment=specialized software for designing front panels
|
||||
Encoding=UTF-8
|
||||
Exec=Front-Panel-Design
|
||||
GenericName[tr_TR]=Ön panelleri tasarlamak için özel yazılım.
|
||||
GenericName=specialized software for designing front fpd
|
||||
Icon=Front-Panel-Design
|
||||
Name[tr_TR]=Front Panel Design
|
||||
Name=Front Panel Design
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Version=1.0
|
||||
|
After Width: | Height: | Size: 133 KiB |
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
LD_PRELOAD=/usr/lib/libgmodule-2.0.so /opt/Front-Panel-Design/FrontDesign-US-6.3.6-amd64.AppImage
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>Front-Panel-Design</Name>
|
||||
<Homepage>https://www.frontpanelexpress.com/front-panel-designer</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary>Our free, specialized software for designing front panels, enclosures, and milled parts.</Summary>
|
||||
<Description>Our free, specialized software for designing front panels, enclosures, and milled parts.</Description>
|
||||
<License>LGPL</License>
|
||||
<PartOf>Development</PartOf>
|
||||
<Archive sha1sum="80142d6d8e5af41ecc8565dc77e2811e5c5619f9" type="binary">https://assets.frontpanelexpress.com/fpd/Version-6.3.6/FrontDesign-US-6.3.6-amd64.AppImage</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>Front-Panel-Design</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/opt/Front-Panel-Design</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/Front-Panel-Design.desktop">Front-Panel-Design.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/Front-Panel-Design.png">Front-Panel-Design.png</AdditionalFile>
|
||||
<AdditionalFile target="/opt/Front-Panel-Design/runfpd.sh">runfdp.sh</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-03-25</Date>
|
||||
<Version>6.3.6</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
from pisi.actionsapi import get, pisitools, shelltools
|
||||
|
||||
Version = get.srcVERSION()
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/pencil/", "*")
|
||||
pisitools.dosym("/opt/pencil/pencil", "/usr/bin/pencil")
|
||||
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=Pencil
|
||||
Comment[en]=Sketching and GUI prototyping tool
|
||||
Comment[tr]=Cizim ve GUI prototip aracı
|
||||
Type=Application
|
||||
Categories=Graphics;2DGraphics;Development
|
||||
MimeType=application/x-evolus-pencil;
|
||||
Exec=/opt/pencil/pencil %u
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Icon=pencil
|
||||
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>Pencil</Name>
|
||||
<Homepage>https://github.com/evolus/pencil</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
|
||||
<Summary xml:lang="en">Sketching and GUI prototyping/wireframing tool</Summary>
|
||||
<Description xml:lang="en">Sketching and GUI prototyping/wireframing tool</Description>
|
||||
|
||||
<Summary xml:lang="tr">Kullanıcı arayüzü çizim ve prototipleme aracı</Summary>
|
||||
<Description xml:lang="tr">Kullanıcı arayüzü çizim ve prototipleme aracı</Description>
|
||||
|
||||
<Archive sha1sum="2faf9ceaa33bdee0800fa05fa1c2da9244d169bb" type="targz">
|
||||
https://pencil.evolus.vn/dl/V3.1.1.ga/Pencil-3.1.1.ga.tar.gz
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>Pencil</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/opt/pencil</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications/</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/pencil.desktop" owner="root">pencil.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/applications/pencil.png" owner="root">pencil.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2025-05-26</Date>
|
||||
<Version>3.1.1</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-07-13</Date>
|
||||
<Version>3.1.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/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 get, pisitools, shelltools
|
||||
|
||||
NoStrip = ["/opt", "/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
def install():
|
||||
pisitools.dodir ("/opt/pencil2d")
|
||||
pisitools.doexe("pencil2d-linux-amd64-0.6.6.AppImage", "/opt/pencil2d")
|
||||
pisitools.dosym("/opt/pencil2d/pencil2d-linux-amd64-0.6.6.AppImage", "/usr/bin/pencil2d")
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Categories=Graphics;
|
||||
Comment=Easy, intuitive tool to make 2D hand-drawn animations.
|
||||
Encoding=UTF-8
|
||||
Exec=pencil2d
|
||||
GenericName[tr_TR]=pencil2d
|
||||
GenericName=pencil2d
|
||||
Icon=pencil2d.png
|
||||
Name[tr_TR]=pencil2d
|
||||
Name=pencil2d
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Version=1.0
|
||||
|
After Width: | Height: | Size: 3.9 KiB |
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pencil2d</Name>
|
||||
<Homepage>https://mattermost.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary>Easy, intuitive tool to make 2D hand-drawn animations.</Summary>
|
||||
<Description>Easy, intuitive tool to make 2D hand-drawn animations.</Description>
|
||||
<License>GPL2</License>
|
||||
<PartOf>Graphics</PartOf>
|
||||
<Archive sha1sum="dbd85592528474b37137f2120af5894047fa7c1f" type="binary">https://github.com/pencil2d/pencil/releases/download/v0.6.6/pencil2d-linux-amd64-0.6.6.AppImage</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>pencil2d</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ffmpeg</Dependency>
|
||||
<Dependency>icon-theme-hicolor</Dependency>
|
||||
<Dependency>qt5-multimedia</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>qt5-xmlpatterns</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/opt</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/pencil2d.desktop">pencil2d.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/pencil2d.png">pencil2d.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-02-04</Date>
|
||||
<Version>0.6.6</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/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 get, pisitools, shelltools
|
||||
|
||||
NoStrip = ["/opt", "/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
def install():
|
||||
pisitools.dodir("/opt/SynfigStudio")
|
||||
pisitools.doexe("SynfigStudio-1.5.1-2021.10.21-linux64-2cb6c.appimage", "/opt/SynfigStudio")
|
||||
pisitools.dosym("/opt/SynfigStudio/SynfigStudio-1.5.1-2021.10.21-linux64-2cb6c.appimage", "/usr/bin/SynfigStudio")
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Categories=Graphics;
|
||||
Comment=Professional vector animation program (CLI renderer only)
|
||||
Encoding=UTF-8
|
||||
Exec=SynfigStudio
|
||||
GenericName[tr_TR]=SynfigStudio
|
||||
GenericName=SynfigStudio
|
||||
Icon=SynfigStudio.png
|
||||
Name[tr_TR]=SynfigStudio
|
||||
Name=SynfigStudio
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Version=1.0
|
||||
|
After Width: | Height: | Size: 152 KiB |
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>SynfigStudio</Name>
|
||||
<Homepage>https://www.synfig.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary>Professional vector animation program</Summary>
|
||||
<Description>Professional vector animation program</Description>
|
||||
<License>GPL3</License>
|
||||
<PartOf>Graphics</PartOf>
|
||||
<Archive sha1sum="33267c1cb671c53c9c1df28585512d887ba8d0ed" type="binary">https://github.com/synfig/synfig/releases/download/v1.5.1/SynfigStudio-1.5.1-2021.10.21-linux64-2cb6c.appimage</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>SynfigStudio</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>boost</Dependency>
|
||||
<Dependency>fftw3</Dependency>
|
||||
<Dependency>imagemagick</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>libmng</Dependency>
|
||||
<Dependency>libxml++26</Dependency>
|
||||
<Dependency>mlt</Dependency>
|
||||
<Dependency>openexr</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/opt</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/SynfigStudio.desktop">SynfigStudio.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/SynfigStudio.png">SynfigStudio.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-02-05</Date>
|
||||
<Version>1.5.1</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>multimedia.server</Name>
|
||||
</PISI>
|
||||
@@ -0,0 +1,28 @@
|
||||
#!/usr/bin/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 shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
#WorkDir = "%s" % get.ARCH()
|
||||
|
||||
def install():
|
||||
# Define bits variable for 32-bit and 64-bit architectures
|
||||
#bits = "amd64" if get.ARCH() == "x86_64" else "i386"
|
||||
|
||||
# Extract Debian package
|
||||
shelltools.system("ar xf plexmediaserver_%s-280ab6053_amd64.deb" % get.srcVERSION())
|
||||
|
||||
shelltools.system("tar xf data.tar.xz")
|
||||
|
||||
pisitools.insinto("/usr/share/pixmaps/", "usr/share/pixmaps/plexmediaserver.png")
|
||||
pisitools.insinto("/usr/share/applications/", "usr/share/applications/plexmediaserver.desktop")
|
||||
pisitools.insinto("/", "etc")
|
||||
pisitools.insinto("/usr/", "usr/lib")
|
||||
#pisitools.insinto("/usr/", "usr/sbin")
|
||||
|
||||
shelltools.system("service apache start")
|
||||
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Name=Media Manager Starter
|
||||
GenericName=Media Manager Starter
|
||||
GenericName[tr]=Plex Media server Başlatıcısı
|
||||
Comment=Manage your Plex Media
|
||||
Comment[tr]=Plex Media managerin Başlatıcısı
|
||||
Exec=/usr/lib/plexmediaserver/Plex\ Media\ Server
|
||||
Icon=plexstart.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Multimedia;Server;Audio;Video
|
||||
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Name=Plex Media Manager
|
||||
GenericName=Media Manager
|
||||
Comment=Manage your Plex Media
|
||||
GenericName[tr]=Media Manageri tarayıcıda açar.
|
||||
Exec=xdg-open http://localhost:32400/manage
|
||||
Icon=plexstart.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=AudioVideo
|
||||
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Name=Plex Media Server Web
|
||||
GenericName=Media Server
|
||||
Comment=Manage your Plex Media
|
||||
Exec=xdg-open http://localhost:32400/web
|
||||
Icon=plexstart.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=AudioVideo;Audio;Video;Player;
|
||||
|
After Width: | Height: | Size: 24 KiB |
@@ -0,0 +1,112 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>plex-media-server</Name>
|
||||
<Homepage>http://www.plexapp.com</Homepage>
|
||||
<Packager>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<Summary>Plex media server: Bilgisayardaki media dosyalarını televizyondan izlemeye yarar.</Summary>
|
||||
<Description>Plex tüm medyalaranızı düzenlemenize ve desteklenen tüm ortamlara aktarmanıza olanak sağlayan bir medya çözüm projesidir. </Description>
|
||||
<Archive sha1sum="9516b5173bc5d43838cc026bb525f5f202585f3b" type="binary">https://downloads.plex.tv/plex-media-server-new/1.23.1.4602-280ab6053/debian/plexmediaserver_1.23.1.4602-280ab6053_amd64.deb</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>plex-media-server</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>avahi</Dependency>
|
||||
<Dependency>rsync</Dependency>
|
||||
<Dependency>apache</Dependency>
|
||||
<Dependency>firefox</Dependency>
|
||||
<Dependency>lame</Dependency>
|
||||
<Dependency>libass</Dependency>
|
||||
<Dependency>fribidi</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>rtmpdump</Dependency>
|
||||
<Dependency>FreeImage</Dependency>
|
||||
<Dependency>avahi-libs</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>zlib-32bit</Dependency>
|
||||
<Dependency>libvo-aacenc</Dependency>
|
||||
<Dependency>libxslt-32bit</Dependency>
|
||||
<Dependency>libxml2-32bit</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/plexmediaserver</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="library">/usr/lib/plexmediaserver</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/plex-start.desktop">plex-start.desktop</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/plexmediamanager.desktop">plexmediamanager.desktop</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/plexmediaserver.desktop">plexmediaserver.desktop</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/plexstart.png">plexstart.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2021-05-29</Date>
|
||||
<Version>1.23.1.4602</Version>
|
||||
<Comment>V.Bump</Comment>
|
||||
<Name>erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2016-12-20</Date>
|
||||
<Version>1.3.3.3148</Version>
|
||||
<Comment>V.Bump</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2015-08-10</Date>
|
||||
<Version>0.9.12.8.1362</Version>
|
||||
<Comment>V.Bump</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-08-23</Date>
|
||||
<Version>0.9.9.14.531</Version>
|
||||
<Comment>V.Bump</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-01-03</Date>
|
||||
<Version>0.9.8.18.290</Version>
|
||||
<Comment>V.Bump</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-08-04</Date>
|
||||
<Version>0.9.7.22.510</Version>
|
||||
<Comment>V.Bump</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-29</Date>
|
||||
<Version>0.9.7.12.408</Version>
|
||||
<Comment>missing dep.</Comment>
|
||||
<Name>Erdinç Gültekin</Name>
|
||||
<Email>erdincgultekin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-07-24</Date>
|
||||
<Version>0.9.7.12.408</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>plex-media-server</Name>
|
||||
<Summary xml:lang="tr">Plex media server: Bilgisayardaki media dosyalarını televizyondan izlemeye yarar.</Summary>
|
||||
<Description xml:lang="tr">Plex tüm medyalaranızı düzenlemenize ve desteklenen tüm ortamlara aktarmanıza olanak sağlayan bir medya çözüm projesidir. </Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>multimedia.sound</Name>
|
||||
</PISI>
|
||||
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/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 get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
shelltools.system("pwd")
|
||||
shelltools.system("ar xf ocenaudio_debian13.deb")
|
||||
shelltools.system("tar xf data.tar.xz")
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/", "usr")
|
||||
pisitools.insinto("/", "opt")
|
||||
@@ -0,0 +1,83 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ocenaudio</Name>
|
||||
<Homepage>https://www.ocenaudio.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary xml:lang="en">Ocenaudio is a fast, cross-platform audio editor.</Summary>
|
||||
<Summary xml:lang="tr">Ocenaudio, hızlı, platformlar arası bir ses düzenleyicidir.</Summary>
|
||||
<Description xml:lang="en">Ocenaudio is a fast, cross-platform audio editor.</Description>
|
||||
<Description xml:lang="tr">Ocenaudio, hızlı, platformlar arası bir ses düzenleyicidir.</Description>
|
||||
<License>Proprietary</License>
|
||||
<Icon>ocenaudio</Icon>
|
||||
<Archive sha1sum="b486a7f5d21d4a8a213cd4cd07b79a0397cd946d" type="binary">
|
||||
https://www.ocenaudio.com/downloads/index.php/ocenaudio_debian13.deb
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>xz</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>eudev</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libutil-linux</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
<Dependency>jack-audio-connection-kit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Name>ocenaudio</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/opt/ocenaudio</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/mime</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2026-05-11</Date>
|
||||
<Version>3.18.2</Version>
|
||||
<Comment>Update to latest version.</Comment>
|
||||
<Name>Erkan Isik</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2023-12-15</Date>
|
||||
<Version>3.13.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2018-05-22</Date>
|
||||
<Version>3.3.10</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-11-10</Date>
|
||||
<Version>3.1.10</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-09-11</Date>
|
||||
<Version>3.1.8</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/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 get, pisitools, shelltools
|
||||
|
||||
NoStrip = ["/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
|
||||
def setup():
|
||||
shelltools.system("ar xf spotify-client_%s.*_amd64.deb" % get.srcVERSION())
|
||||
shelltools.system("tar xf data.tar.gz")
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/", "usr")
|
||||
pisitools.dosym("/usr/lib/libcurl.so.4.8.0", "/usr/lib/libcurl-gnutls.so.4")
|
||||
|
After Width: | Height: | Size: 17 KiB |
@@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=Spotify
|
||||
GenericName=Music Player
|
||||
Comment=Spotify streaming music client
|
||||
Icon=/usr/share/icons/spotify-linux-256.png
|
||||
Exec=/usr/bin/spotify
|
||||
TryExec=spotify
|
||||
Terminal=false
|
||||
Categories=Multimedia;Audio;Music;Player;AudioVideo;
|
||||
MimeType=x-scheme-handler/spotify;
|
||||
@@ -0,0 +1,207 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>spotify</Name>
|
||||
<Homepage>http://spotify.com</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Copyright (c) 2006-2010 Spotify Ltd.</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Music Player</Summary>
|
||||
<Description>Listen to music using Spotify</Description>
|
||||
<Archive sha1sum="368a64a72c850f1d901201f1bec01e9b9ce84695" type="binary">https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.2.63.394.g126b0d89_amd64.deb</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>spotify</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>at-spi2-atk</Dependency>
|
||||
<Dependency>at-spi2-core</Dependency>
|
||||
<Dependency>ayatana-libappindicator</Dependency>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>cups</Dependency>
|
||||
<Dependency>curl</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>nspr</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>expat</Dependency>
|
||||
<Dependency>gconf</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libXi</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>libXfixes</Dependency>
|
||||
<Dependency>libXrandr</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libXcursor</Dependency>
|
||||
<Dependency>libXdamage</Dependency>
|
||||
<Dependency>libXrender</Dependency>
|
||||
<Dependency>libXScrnSaver</Dependency>
|
||||
<Dependency>google-chrome</Dependency>
|
||||
<Dependency>gcc</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>libXcomposite</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/spotify</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0755" target="/usr/share/applications/spotify.desktop">spotify.desktop</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0755" target="/usr/share/icons/spotify-linux-256.png">spotify-linux-256.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2025-09-04</Date>
|
||||
<Version>1.2.63.394</Version>
|
||||
<Comment>Revive and version bump</Comment>
|
||||
<Name>Bedirhan Kurt</Name>
|
||||
<Email>bedirhan.kurt@outlook.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2022-07-17</Date>
|
||||
<Version>1.1.84.716</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="18">
|
||||
<Date>2021-05-09</Date>
|
||||
<Version>1.1.80.699</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="17">
|
||||
<Date>2020-12-06</Date>
|
||||
<Version>1.1.42.622</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="16">
|
||||
<Date>2020-06-07</Date>
|
||||
<Version>1.1.26.501</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2019-07-31</Date>
|
||||
<Version>1.1.10.546</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2019-02-17</Date>
|
||||
<Version>1.1.0.237</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Kemal CELEP</Name>
|
||||
<Email>tekshoot@tekimizbir.com</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2018-12-11</Date>
|
||||
<Version>1.0.94.262</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>AYDIN ATMACA</Name>
|
||||
<Email>aydinatmaca@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2018-05-22</Date>
|
||||
<Version>1.0.77.338</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2018-02-17</Date>
|
||||
<Version>1.0.70.399</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2017-07-25</Date>
|
||||
<Version>1.0.59.395</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2017-06-20</Date>
|
||||
<Version>1.0.55.487</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2016-12-13</Date>
|
||||
<Version>1.0.43.125</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2016-10-27</Date>
|
||||
<Version>1.0.38.171</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2016-09-10</Date>
|
||||
<Version>1.0.37.152</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2016-08-29</Date>
|
||||
<Version>1.0.36.120</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2016-08-05</Date>
|
||||
<Version>1.0.34</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2016-05-27</Date>
|
||||
<Version>1.0.28.89</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2016-01-28</Date>
|
||||
<Version>1.0.27.71</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>spotify</Name>
|
||||
<Summary xml:lang="tr">Müzik Çalar</Summary>
|
||||
<Description xml:lang="tr">Spotify'ı kullanarak müzik dinleyin.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,20 @@
|
||||
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
NoStrip = ["/opt", "/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
def setup():
|
||||
shelltools.system("pwd")
|
||||
shelltools.system("ar xf YouTubeToMP3.amd64.deb")
|
||||
shelltools.system("tar xvf data.tar.xz")
|
||||
def install():
|
||||
pisitools.insinto("/", "opt")
|
||||
pisitools.insinto("/", "usr")
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>youtube-to-MP3</Name>
|
||||
<Homepage>https://www.mediahuman.com/youtube-to-mp3-converter/</Homepage>
|
||||
<Packager>
|
||||
<Name>AYDIN ATMACA</Name>
|
||||
<Email>aydinatmaca@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>YouTube to Mp3 converter\nDownloads audio from YouTube or Vimeo and saves it to mp3 or m4a format to listen to locally</Summary>
|
||||
<Description>YouTube to Mp3 converter\nDownloads audio from YouTube or Vimeo and saves it to mp3 or m4a format to listen to locally</Description>
|
||||
<Archive sha1sum="e6e924d36f4a153d904ce5992dda8e342f4773f4" type="binary">https://www.mediahuman.com/tr/download/YouTubeToMP3.amd64.deb</Archive>
|
||||
<BuildDependencies>
|
||||
<!--
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency>icon-theme-hicolor</Dependency>
|
||||
<Dependency>taglib-devel</Dependency>
|
||||
<Dependency>qt5-multimedia-devel</Dependency>
|
||||
<Dependency>qt5-webkit-devel</Dependency>
|
||||
-->
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>youtube-to-MP3</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>icon-theme-hicolor</Dependency>
|
||||
<Dependency>taglib</Dependency>
|
||||
<Dependency>qt5-multimedia</Dependency>
|
||||
<Dependency>qt5-webkit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
|
||||
<Files>
|
||||
<Path fileType="executable">/opt/youtube-to-mp3</Path>
|
||||
<Path fileType="data">/usr/share/applications/</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/youtube-to-mp3</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-11-08</Date>
|
||||
<Version>3.9.9.48</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>AYDIN ATMACA</Name>
|
||||
<Email>aydinatmaca@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>youtube-to-MP3</Name>
|
||||
<Summary xml:lang="tr">YouTube to Mp3 converter\nDownloads audio from YouTube or Vimeo and saves it to mp3 or m4a format to listen to locally</Summary>
|
||||
<Description xml:lang="tr">YouTube to Mp3 converter\nDownloads audio from YouTube or Vimeo and saves it to mp3 or m4a format to listen to locally</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>multimedia.tv</Name>
|
||||
</PISI>
|
||||
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/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 get, pisitools, shelltools
|
||||
|
||||
NoStrip = ["/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
Version = get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
shelltools.system("pwd")
|
||||
shelltools.system("ar xf iptvnator_%s_amd64.deb" % get.srcVERSION())
|
||||
shelltools.system("tar xf data.tar.xz")
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/", "usr")
|
||||
pisitools.insinto("/", "opt")
|
||||
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Name=IPTVnator
|
||||
Exec=/opt/IPTVnator/iptvnator %U
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=iptvnator
|
||||
StartupWMClass=IPTVnator
|
||||
Comment=IPTV player application.
|
||||
Categories=AudioVideo;
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>iptvnator</Name>
|
||||
<Homepage>https://obsidian.md</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary >Cross-platform IPTV player application with multiple features, such as support of m3u and m3u8 playlists, favorites, TV guide, TV archive/catchup and more
|
||||
</Summary>
|
||||
<Description>Cross-platform IPTV player application with multiple features, such as support of m3u and m3u8 playlists, favorites, TV guide, TV archive/catchup and more
|
||||
</Description>
|
||||
<License>MIT</License>
|
||||
<Archive sha1sum="4259614f3e47ab4ab34667f0cb3e3f9a6262ab98" type="binary">https://github.com/4gray/iptvnator/releases/download/v0.15.0/iptvnator_0.15.0_amd64.deb</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>fuse3</Dependency>
|
||||
|
||||
</RuntimeDependencies>
|
||||
<Name>iptvnator</Name>
|
||||
<Icon>iptvnator</Icon>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="data">/opt</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/iptvnator.desktop">iptvnator.desktop</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-01-15</Date>
|
||||
<Version>0.15.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/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 get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/netflix-desktop","*")
|
||||
pisitools.dosym("/opt/netflix-desktop/Netflix", "/usr/bin/netflix")
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Version=1.1
|
||||
Type=Application
|
||||
Name=Netflix
|
||||
Comment=Unofficial Netflix desktop application
|
||||
Icon=netflix.svg
|
||||
Exec=netflix
|
||||
Actions=
|
||||
Categories=AudioVideo;Video;
|
||||
GenericName=Unofficial Netflix desktop application
|
||||
|
After Width: | Height: | Size: 35 KiB |
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>netflix-desktop</Name>
|
||||
<Homepage>https://gitlab.com/netflix-desktop/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Unnofficial FoxtelGo desktop application</Summary>
|
||||
<Description>Unnofficial FoxtelGo desktop application</Description>
|
||||
<Archive sha1sum="99369701319b527aa489e390e5263dccf66fd389" type="targz">https://gitlab.com/netflix-desktop/binaries/1.0.3-3/-/raw/main/Netflix-linux-x64.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>netflix-desktop</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>libXScrnSaver</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/opt/netflix-desktop</Path>
|
||||
<Path fileType="executable">/usr/bin/</Path>
|
||||
<Path fileType="icon">/usr/share/pixmaps</Path>
|
||||
<Path fileType="data">/usr/share/applications/</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/netflix.desktop" owner="root">netflix.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/pixmaps/netflix.svg" owner="root">netflix.svg</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-03-24</Date>
|
||||
<Version>1.0.3</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||