@@ -12,6 +12,7 @@ from pisi.actionsapi import cmaketools
|
|||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DGTK3=ON \
|
||||||
-DBURNING=LIBBURNIA ")
|
-DBURNING=LIBBURNIA ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
@@ -13,17 +13,20 @@
|
|||||||
<IsA>app:gui</IsA>
|
<IsA>app:gui</IsA>
|
||||||
<Summary>A simple GTK+ application for burning CDs and DVDs</Summary>
|
<Summary>A simple GTK+ application for burning CDs and DVDs</Summary>
|
||||||
<Description>SimpleBurn is a minimalistic application for burning and extracting CDs and DVDs. It basically is a Cdrtools frontend and is designed in two parts: the GUI (GTK) and a BASH script that handle the requested actions.</Description>
|
<Description>SimpleBurn is a minimalistic application for burning and extracting CDs and DVDs. It basically is a Cdrtools frontend and is designed in two parts: the GUI (GTK) and a BASH script that handle the requested actions.</Description>
|
||||||
<Archive sha1sum="d67191a92b90bfffe52b539d78901d7ea33df262" type="tarbz2">https://sourceforge.net/projects/pisilinux/files/source/simpleburn-1.6.5.tar.bz2</Archive>
|
<Archive sha1sum="d7a707c6932abcd391e38b994ecb01c1796fce89" type="targz">http://simpleburn.tuxfamily.org/IMG/gz/simpleburn-1.8.3.1.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>gtk2-devel</Dependency>
|
<Dependency>gtk2-devel</Dependency>
|
||||||
|
<Dependency>gtk3-devel</Dependency>
|
||||||
<Dependency>cdparanoia-devel</Dependency>
|
<Dependency>cdparanoia-devel</Dependency>
|
||||||
<Dependency>mpg123-devel</Dependency>
|
<Dependency>mpg123-devel</Dependency>
|
||||||
<Dependency>pkgconfig</Dependency>
|
<Dependency>pkgconfig</Dependency>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
<Dependency>libisoburn-devel</Dependency>
|
<Dependency>libisoburn-devel</Dependency>
|
||||||
|
<Dependency>libdvdread-devel</Dependency>
|
||||||
<Dependency>libburn-devel</Dependency>
|
<Dependency>libburn-devel</Dependency>
|
||||||
<Dependency>libisofs-devel</Dependency>
|
<Dependency>libisofs-devel</Dependency>
|
||||||
<Dependency>libcdio-devel</Dependency>
|
<Dependency>libcdio-devel</Dependency>
|
||||||
|
<Dependency>libcddb-devel</Dependency>
|
||||||
<Dependency>cdrkit</Dependency>
|
<Dependency>cdrkit</Dependency>
|
||||||
<Dependency>util-linux</Dependency>
|
<Dependency>util-linux</Dependency>
|
||||||
<Dependency>libutil-linux-devel</Dependency>
|
<Dependency>libutil-linux-devel</Dependency>
|
||||||
@@ -34,6 +37,7 @@
|
|||||||
<Name>simpleburn</Name>
|
<Name>simpleburn</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>gtk2</Dependency>
|
<Dependency>gtk2</Dependency>
|
||||||
|
<Dependency>gtk3</Dependency>
|
||||||
<Dependency>glib2</Dependency>
|
<Dependency>glib2</Dependency>
|
||||||
<!--Optional Dependencies-->
|
<!--Optional Dependencies-->
|
||||||
<Dependency>lame</Dependency>
|
<Dependency>lame</Dependency>
|
||||||
@@ -41,6 +45,8 @@
|
|||||||
<Dependency>libisoburn</Dependency>
|
<Dependency>libisoburn</Dependency>
|
||||||
<Dependency>cdrdao</Dependency>
|
<Dependency>cdrdao</Dependency>
|
||||||
<Dependency>libcdio</Dependency>
|
<Dependency>libcdio</Dependency>
|
||||||
|
<Dependency>libdvdread</Dependency>
|
||||||
|
<Dependency>libcddb</Dependency>
|
||||||
<Dependency>mpg123</Dependency>
|
<Dependency>mpg123</Dependency>
|
||||||
<Dependency>vorbis-tools</Dependency>
|
<Dependency>vorbis-tools</Dependency>
|
||||||
<Dependency>cdrkit</Dependency>
|
<Dependency>cdrkit</Dependency>
|
||||||
@@ -52,12 +58,20 @@
|
|||||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||||
<Path fileType="locale">/usr/share/locale</Path>
|
<Path fileType="locale">/usr/share/locale</Path>
|
||||||
<Path fileType="data">/usr/share/simpleburn</Path>
|
<Path fileType="data">/usr/share/simpleburn</Path>
|
||||||
|
<Path fileType="data">/usr/share/icons</Path>
|
||||||
<Path fileType="application">/usr/share/applications</Path>
|
<Path fileType="application">/usr/share/applications</Path>
|
||||||
<Path fileType="doc">/usr/doc</Path>
|
<Path fileType="doc">/usr/doc</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2017-04-13</Date>
|
||||||
|
<Version>1.8.3.1</Version>
|
||||||
|
<Comment>Rebuild with new toolchain</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="4">
|
<Update release="4">
|
||||||
<Date>2017-04-13</Date>
|
<Date>2017-04-13</Date>
|
||||||
<Version>1.6.5</Version>
|
<Version>1.6.5</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user