Merge branch 'master' of https://github.com/pisilinux/main
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<Archive sha1sum="23a5c33a2a86d5e46173234f5fa88ac1e15de035" type="tarxz">mirrors://gnome/libcroco/0.6/libcroco-0.6.8.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">multilib.patch</Patch>
|
||||
@@ -70,7 +71,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-06-14</Date>
|
||||
<Date>2014-08-11</Date>
|
||||
<Version>0.6.8</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
|
||||
@@ -12,7 +12,7 @@ export KDE_FULL_SESSION=true
|
||||
export XDG_DATA_HOME=$HOME/.local5/share
|
||||
export XDG_CONFIG_HOME=$HOME/.config5
|
||||
export XDG_CACHE_HOME=$HOME/.cache5
|
||||
export XDG_RUNTIME_DIR=/tmp/runtime-$USER
|
||||
#export XDG_RUNTIME_DIR=/tmp/runtime-$USER
|
||||
#build
|
||||
export CMAKE_PREFIX_PATH=$KF5:$CMAKE_PREFIX_PATH
|
||||
#debug
|
||||
|
||||
@@ -256,7 +256,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2015-08-03</Date>
|
||||
<Date>2015-08-10</Date>
|
||||
<Version>5.3.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
From 4ab6ab1b78617c51a6d9db4d03be2b3d75e7acc5 Mon Sep 17 00:00:00 2001
|
||||
From: Harald Sitter <sitter@kde.org>
|
||||
Date: Tue, 14 Apr 2015 10:50:00 +0200
|
||||
Subject: [PATCH] allow changing the dbus config file name
|
||||
|
||||
on some distributions the generic name of the dbus config might be provided
|
||||
by more than one display manager, so always installing with the generic
|
||||
name would require distributions to hard-patch the cmake code.
|
||||
allowing to change it through a cmake cache variable enables distributions
|
||||
to simply parameterize in their cmake call.
|
||||
|
||||
this for example affects Ubuntu where the config would be provided by both
|
||||
SDDM and LightDM.
|
||||
---
|
||||
CMakeLists.txt | 1 +
|
||||
data/CMakeLists.txt | 2 +-
|
||||
2 files changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 7ceed6e..cf21dc9 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -141,6 +141,7 @@ set(SESSION_COMMAND "${DATA_INSTALL_DIR}/scripts/Xsession"
|
||||
|
||||
set(CONFIG_FILE "${CMAKE_INSTALL_FULL_SYSCONFDIR}/sddm.conf" CACHE PATH "Path of the sddm config file")
|
||||
set(LOG_FILE "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/log/sddm.log" CACHE PATH "Path of the sddm log file")
|
||||
+set(DBUS_CONFIG_FILENAME "org.freedesktop.DisplayManager.conf" CACHE STRING "Name of the sddm config file")
|
||||
set(COMPONENTS_TRANSLATION_DIR "${DATA_INSTALL_DIR}/translations" CACHE PATH "Components translations directory")
|
||||
|
||||
# Add subdirectories
|
||||
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
|
||||
index 918892f..335f4e7 100644
|
||||
--- a/data/CMakeLists.txt
|
||||
+++ b/data/CMakeLists.txt
|
||||
@@ -1,7 +1,7 @@
|
||||
install(DIRECTORY "faces" DESTINATION "${DATA_INSTALL_DIR}")
|
||||
install(DIRECTORY "flags" DESTINATION "${DATA_INSTALL_DIR}")
|
||||
|
||||
-install(FILES "org.freedesktop.DisplayManager.conf" DESTINATION "${DBUS_CONFIG_DIR}")
|
||||
+install(FILES "org.freedesktop.DisplayManager.conf" DESTINATION "${DBUS_CONFIG_DIR}" RENAME ${DBUS_CONFIG_FILENAME})
|
||||
|
||||
install(FILES "scripts/Xsession" "scripts/Xsetup" "scripts/Xstop" DESTINATION "${DATA_INSTALL_DIR}/scripts"
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
|
||||
--
|
||||
2.3.6
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>sddm-0.11.0-dbus-config.patch</Patch>
|
||||
<Patch>sddm_upstream.patch</Patch>
|
||||
<Patch>sddm-0.10.0-upower.patch</Patch>
|
||||
<Patch>sddm-0.11.0-consolekit.patch</Patch>
|
||||
@@ -36,17 +37,17 @@
|
||||
<Name>sddm</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>expat-devel</Dependency>
|
||||
<Dependency>fontconfig-devel</Dependency>
|
||||
<Dependency>libXrender-devel</Dependency>
|
||||
@@ -31,7 +30,7 @@
|
||||
<Dependency>libXext-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<!--<Dependency>gtk-doc</Dependency>-->
|
||||
<Dependency>librsvg-devel</Dependency>
|
||||
<!--Dependency>librsvg-devel</Dependency--><!--circle dep-->
|
||||
<Dependency>DirectFB-devel</Dependency>
|
||||
<Dependency>valgrind</Dependency>
|
||||
<!--<Dependency>libspectre-devel</Dependency>
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>gimp-devel</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>atlas-devel</Dependency>
|
||||
<Dependency>SuiteSparse-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -27,11 +26,12 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gimp</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>atlas</Dependency>
|
||||
<Dependency>SuiteSparse</Dependency>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
</RuntimeDependencies>
|
||||
|
||||
@@ -13,7 +13,7 @@ from pisi.actionsapi import get
|
||||
|
||||
def build():
|
||||
#pisitools.dosed("src/Makefile", "^(FFMPEG_LDFLAGS\s=.*)", r"\1 -lavutil")
|
||||
autotools.make("-C src gimp custom lib -j1")
|
||||
autotools.make("-C src gimp lib -j1")
|
||||
|
||||
def install():
|
||||
pisitools.doman("man/gmic.1.gz")
|
||||
@@ -21,9 +21,9 @@ def install():
|
||||
pisitools.insinto("/usr/share/doc/gimp-gmic-plugin", "COPYING")
|
||||
pisitools.insinto("/etc/bash_completion.d/", "resources/gmic_bashcompletion.sh", destinationFile = "gmic")
|
||||
shelltools.cd("src")
|
||||
pisitools.dobin("gmic")
|
||||
#pisitools.dobin("gmic")
|
||||
pisitools.doexe("gmic_gimp", "/usr/lib/gimp/2.0/plug-ins/")
|
||||
pisitools.insinto("/usr/include", "gmic.h")
|
||||
pisitools.insinto("/usr/include", "gmic.h")
|
||||
pisitools.dolib("libgmic.so")
|
||||
ver = ".%s" % get.srcVERSION()
|
||||
while ver:
|
||||
|
||||
@@ -13,17 +13,18 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Image procession framework.</Summary>
|
||||
<Description>G'MIC stands for GREYC's Magic Image Converter. G'MIC is focused on the design of possibly complex pipelines for converting, manipulating, filtering and visualizing generic 1d/2d/3d multi-spectral image datasets.</Description>
|
||||
<Archive sha1sum="ffac4ed3b883bc6fe49e06cfc12549f6e18da87a" type="targz">mirrors://sourceforge/gmic/gmic_1.6.0.3.tar.gz</Archive>
|
||||
<Archive sha1sum="c15ce002dd9133efcf662a8e0a4c92a95c083c39" type="targz">http://gmic.eu/files/source/gmic_1.6.5.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ffmpeg-devel</Dependency>
|
||||
<Dependency>fftw3-devel</Dependency>
|
||||
<Dependency>gimp-devel</Dependency>
|
||||
<Dependency>GraphicsMagick-devel</Dependency>
|
||||
<!--<Dependency>GraphicsMagick-devel</Dependency>-->
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
<Dependency>lapack-devel</Dependency>
|
||||
<Dependency>opencv-devel</Dependency>
|
||||
<Dependency>openexr-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">gentoo/gmic-1.5.2.2-makefile.patch</Patch> -->
|
||||
@@ -33,16 +34,15 @@
|
||||
<Package>
|
||||
<Name>gmic</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>curl</Dependency>
|
||||
<Dependency>tiff</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>fftw3</Dependency>
|
||||
<Dependency>ffmpeg</Dependency>
|
||||
<Dependency>opencv</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>libgomp</Dependency>
|
||||
<Dependency>ilmbase</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>openexr-libs</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>GraphicsMagick</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/bash_completion.d</Path>
|
||||
@@ -52,7 +52,7 @@
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>gmic-devel</Name>
|
||||
<Summary>Development files for gmic</Summary>
|
||||
@@ -69,11 +69,19 @@
|
||||
<Summary>Gimp plugin for the GMIC image procession framework.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>curl</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>gimp</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>libgomp</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>fftw3</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -82,8 +90,15 @@
|
||||
<Path fileType="doc">/usr/share/doc/gimp-gmic-plugin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2015-08-10</Date>
|
||||
<Version>1.6.5.1</Version>
|
||||
<Comment>version bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-12-25</Date>
|
||||
<Version>1.6.0.3</Version>
|
||||
|
||||
@@ -8,7 +8,7 @@ from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-fi")
|
||||
#autotools.autoreconf("-fi")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<Summary>Plugin for The GIMP providing Liquid Rescale.</Summary>
|
||||
<Description>Provides an implementation of the Seam Carving algorithm. The Seam Carving procedure aims at resizing pictures non uniformly while preserving their features, i.e. avoiding distortion of the important parts. The plugin supports manual feature selection, and can also be used to remove portions of the picture in a consistent way.</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gimp-devel</Dependency>
|
||||
<Dependency>liblqr-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -24,6 +25,7 @@
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>gimp</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>liblqr</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -34,7 +36,7 @@
|
||||
<Path fileType="localedata">/usr/share/locale/*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-06-19</Date>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<Description>Iterative refocus GIMP plug-in can be used to refocus images acquired by a defocused camera, blurred by gaussian or motion blur or any combination of these. Adaptive or static area smoothing can be used to remove the so called \"ringing\" effect.</Description>
|
||||
<Archive sha1sum="746adb97da84cde10d9f8cd1925652164306dd95" type="targz">mirrors://sourceforge/refocus-it/refocus-it-2.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gimp-devel</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -23,6 +24,7 @@
|
||||
<Name>gimp-refocus-it-plugin</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gimp</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
|
||||
@@ -24,7 +24,10 @@
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -34,7 +37,7 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-06-19</Date>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<Description>GIMP Save for Web allows to find compromise between minimal file size and acceptable quality of image quickly. While adjusting various settings, you may explore how image quality and file size change. Options to reduce file size of an image include setting compression quality, number or colors, resizing, cropping, Exif information removal, etc.</Description>
|
||||
<Archive sha1sum="c5e5f146eebb4c4d538031325978c9f7590fa7e8" type="tarbz2">http://registry.gimp.org/files/gimp-save-for-web-0.29.3.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gimp-devel</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
@@ -24,6 +25,7 @@
|
||||
<Name>gimp-save-for-web</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gimp</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
|
||||
@@ -0,0 +1,118 @@
|
||||
--- sessionrc 2015-02-22 02:56:17.000000000 +0200
|
||||
+++ etc/sessionrc 2015-08-11 15:04:38.435191859 +0300
|
||||
@@ -1,47 +1,91 @@
|
||||
# GIMP sessionrc
|
||||
#
|
||||
# This file takes session-specific info (that is info, you want to keep
|
||||
-# between two GIMP sessions). You are not supposed to edit it manually, but
|
||||
-# of course you can do. The sessionrc will be entirely rewritten every time
|
||||
-# you quit GIMP. If this file isn't found, defaults are used.
|
||||
+# between two GIMP sessions). You are not supposed to edit it manually, but
|
||||
+# of course you can do. The sessionrc will be entirely rewritten every time
|
||||
+# you quit GIMP. If this file isn't found, defaults are used.
|
||||
|
||||
-(session-info "dock" "gimp-toolbox-window"
|
||||
+(session-info "toplevel"
|
||||
+ (factory-entry "gimp-empty-image-window")
|
||||
+ (position 0 0)
|
||||
+ (size 1024 717)
|
||||
+ (open-on-exit))
|
||||
+(session-info "toplevel"
|
||||
+ (factory-entry "gimp-single-image-window")
|
||||
(position 0 0)
|
||||
- (size 170 820)
|
||||
+ (size 1024 717)
|
||||
(open-on-exit)
|
||||
+ (aux-info
|
||||
+ (left-docks-width "118")
|
||||
+ (right-docks-width "206")
|
||||
+ (maximized "yes"))
|
||||
(gimp-toolbox
|
||||
+ (side left)
|
||||
(book
|
||||
+ (current-page 0)
|
||||
(dockable "gimp-tool-options"
|
||||
- (tab-style automatic)))))
|
||||
-(session-info "dock" "gimp-dock-window"
|
||||
- (position -0 0)
|
||||
- (size 210 820)
|
||||
- (open-on-exit)
|
||||
+ (tab-style automatic)
|
||||
+ (aux-info
|
||||
+ (show-button-bar "true")))))
|
||||
(gimp-dock
|
||||
+ (side right)
|
||||
(book
|
||||
+ (current-page 0)
|
||||
(dockable "gimp-layer-list"
|
||||
- (tab-style automatic))
|
||||
+ (tab-style automatic)
|
||||
+ (preview-size 32)
|
||||
+ (aux-info
|
||||
+ (show-button-bar "true")))
|
||||
(dockable "gimp-channel-list"
|
||||
- (tab-style automatic))
|
||||
+ (tab-style automatic)
|
||||
+ (preview-size 32)
|
||||
+ (aux-info
|
||||
+ (show-button-bar "true")))
|
||||
(dockable "gimp-vectors-list"
|
||||
- (tab-style automatic))
|
||||
+ (tab-style automatic)
|
||||
+ (preview-size 32)
|
||||
+ (aux-info
|
||||
+ (show-button-bar "true")))
|
||||
(dockable "gimp-undo-history"
|
||||
- (tab-style automatic)))
|
||||
+ (tab-style automatic)
|
||||
+ (aux-info
|
||||
+ (show-button-bar "true"))))
|
||||
(book
|
||||
- (position 420)
|
||||
+ (position 490)
|
||||
+ (current-page 0)
|
||||
(dockable "gimp-brush-grid"
|
||||
- (tab-style automatic))
|
||||
+ (tab-style automatic)
|
||||
+ (aux-info
|
||||
+ (show-button-bar "true")))
|
||||
(dockable "gimp-pattern-grid"
|
||||
- (tab-style automatic))
|
||||
+ (tab-style automatic)
|
||||
+ (aux-info
|
||||
+ (show-button-bar "true")))
|
||||
(dockable "gimp-gradient-list"
|
||||
- (tab-style automatic)))))
|
||||
+ (tab-style automatic)
|
||||
+ (aux-info
|
||||
+ (show-button-bar "true"))))))
|
||||
(session-info "toplevel"
|
||||
- (factory-entry "gimp-empty-image-window")
|
||||
- (position 410 370)
|
||||
- (size 620 200))
|
||||
+ (factory-entry "gimp-file-save-dialog")
|
||||
+ (position 45 32)
|
||||
+ (size 792 707))
|
||||
(session-info "toplevel"
|
||||
- (factory-entry "gimp-single-image-window")
|
||||
- (position 160 70)
|
||||
- (size 1140 780))
|
||||
+ (factory-entry "gimp-file-export-dialog")
|
||||
+ (position 45 0)
|
||||
+ (size 792 707))
|
||||
+(session-info "toplevel"
|
||||
+ (factory-entry "gimp-toolbox-color-dialog")
|
||||
+ (position 45 230))
|
||||
+(session-info "toplevel"
|
||||
+ (factory-entry "gimp-file-open-dialog")
|
||||
+ (position 45 0)
|
||||
+ (size 792 585))
|
||||
+(session-info "toplevel"
|
||||
+ (factory-entry "gimp-image-new-dialog")
|
||||
+ (position 45 38))
|
||||
+
|
||||
+(hide-docks no)
|
||||
+(single-window-mode yes)
|
||||
+(last-tip-shown 0)
|
||||
|
||||
# end of sessionrc
|
||||
@@ -54,6 +54,9 @@
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>single_window.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
|
||||
@@ -14,10 +14,16 @@
|
||||
<Summary>An easy to use C/C++ seam carving library</Summary>
|
||||
<Description>liblqr is a free, open source implementation of a seam carving algorithm which aims at resizing pictures non uniformly while preserving their features.</Description>
|
||||
<Archive sha1sum="69639f7dc56a084f59a3198f3a8d72e4a73ff927" type="tarbz2">http://liblqr.wdfiles.com/local--files/en:download-page/liblqr-1-0.4.2.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>liblqr</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
|
||||
+4486
-71
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
567c2b48f00e1e61b5af3a6ba71f69be65c763da
|
||||
295bb2e391b665238d8de0e0a4cb7fa8fe434b64
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
1e77669122aab2aee32c397bc53c68498c831ab1
|
||||
beb5ca2e7190164bbaf3980eb1791efdc76a9009
|
||||
Executable
+18
@@ -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 autotools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
Executable
+56
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libnih</Name>
|
||||
<Homepage>https://launchpad.net/libnih</Homepage>
|
||||
<Packager>
|
||||
<Name>Aydın Demirel</Name>
|
||||
<Email>aydin.demirel@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<IsA>app:library</IsA>
|
||||
<Summary>Small library for C application development</Summary>
|
||||
<Description>Small library for C application development.</Description>
|
||||
<Archive sha1sum="db1f3e46a47f8a58f8179ca56f304d1550f41eb0" type="targz">https://launchpad.net/libnih/1.0/1.0.3/+download/libnih-1.0.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>expat-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libnih</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>expat</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="locale">/usr/share/aclocal</Path>
|
||||
<Path fileType="library">/usr/lib/*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libnih-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libnih</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>expat-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2014-06-27</Date>
|
||||
<Version>1.0.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Aydın Demirel</Name>
|
||||
<Email>aydin.demirel@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libnih</Name>
|
||||
<Summary xml:lang="tr">C uygulama geliştirme için küçük bir kütüphane</Summary>
|
||||
<Description xml:lang="tr">C uygulama geliştirme için küçük bir kütüphane.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,263 @@
|
||||
#!/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 autotools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
amd_version = "2.3.1"
|
||||
amd_version_major = "2"
|
||||
btf_version = "1.2.0"
|
||||
btf_version_major = "1"
|
||||
camd_version = "2.3.1"
|
||||
camd_version_major = "2"
|
||||
ccolamd_version = "2.8.0"
|
||||
ccolamd_version_major = "2"
|
||||
cholmod_version = "2.0.1"
|
||||
cholmod_version_major = "2"
|
||||
colamd_version = "2.8.0"
|
||||
colamd_version_major = "2"
|
||||
csparse_version = "3.1.1"
|
||||
csparse_version_major = "3"
|
||||
klu_version = "1.2.1"
|
||||
klu_version_major = "1"
|
||||
ldl_version = "2.1.0"
|
||||
ldl_version_major = "2"
|
||||
umfpack_version = "5.6.1"
|
||||
umfpack_version_major = "5"
|
||||
spqr_version = "1.3.1"
|
||||
spqr_version_major = "1"
|
||||
rbio_version = "2.1.1"
|
||||
rbio_version_major = "2"
|
||||
SuiteSparse_config_ver = "4.2.0"
|
||||
SuiteSparse_config_major = "4"
|
||||
|
||||
def build():
|
||||
shelltools.export("CFLAGS","%s -fPIC -O3" % get.CFLAGS())
|
||||
|
||||
for d in ("AMD", "BTF", "CAMD", "CCOLAMD", "CHOLMOD", "COLAMD", "CSparse", "KLU", "LDL", "UMFPACK", "SPQR", "RBio"):
|
||||
shelltools.makedirs("Doc/%s" % d)
|
||||
shelltools.makedirs("Include")
|
||||
shelltools.makedirs("Lib")
|
||||
|
||||
shelltools.cd("SuiteSparse_config")
|
||||
autotools.make()
|
||||
shelltools.system("ar x libsuitesparseconfig.a")
|
||||
shelltools.cd("../Lib")
|
||||
shelltools.system("gcc -shared -Wl,-soname,libsuitesparseconfig.so.%s -o \
|
||||
libsuitesparseconfig.so.%s ../SuiteSparse_config/*.o" % (SuiteSparse_config_major, SuiteSparse_config_ver))
|
||||
shelltools.sym("libsuitesparseconfig.so.%s" % SuiteSparse_config_ver, "libsuitesparseconfig.so.%s" % SuiteSparse_config_major)
|
||||
shelltools.sym("libsuitesparseconfig.so.%s" % SuiteSparse_config_ver, "libsuitesparseconfig.so")
|
||||
shelltools.copy("../SuiteSparse_config/*.a", ".")
|
||||
shelltools.cd("../SuiteSparse_config")
|
||||
shelltools.copy("*.h", "../Include")
|
||||
|
||||
shelltools.cd("../AMD/Lib")
|
||||
autotools.make()
|
||||
shelltools.cd("../../Lib")
|
||||
shelltools.system("gcc -shared -Wl,-soname,libamd.so.%s -o \
|
||||
libamd.so.%s ../AMD/Lib/*.o -lm -lrt" % (amd_version_major, amd_version))
|
||||
shelltools.sym("libamd.so.%s" % amd_version, "libamd.so.%s" % amd_version_major)
|
||||
shelltools.sym("libamd.so.%s" % amd_version, "libamd.so")
|
||||
shelltools.copy("../AMD/Lib/*.a", ".")
|
||||
shelltools.cd("../AMD")
|
||||
shelltools.copy("Include/*.h", "../Include")
|
||||
for d in ("README.txt", "Doc/License", "Doc/ChangeLog", "Doc/*.pdf"):
|
||||
shelltools.copy(d, "../Doc/AMD")
|
||||
|
||||
shelltools.cd("../BTF/Lib")
|
||||
autotools.make()
|
||||
shelltools.cd("../../Lib")
|
||||
shelltools.system("gcc -shared -Wl,-soname,libbtf.so.%s -o \
|
||||
libbtf.so.%s ../BTF/Lib/*.o" % (btf_version_major, btf_version))
|
||||
shelltools.sym("libbtf.so.%s" % btf_version, "libbtf.so.%s" % btf_version_major)
|
||||
shelltools.sym("libbtf.so.%s" % btf_version, "libbtf.so")
|
||||
shelltools.copy("../BTF/Lib/*.a", ".")
|
||||
shelltools.cd("../BTF")
|
||||
shelltools.copy("Include/*.h", "../Include")
|
||||
for d in ("README.txt", "Doc/*"):
|
||||
shelltools.copy(d, "../Doc/BTF")
|
||||
|
||||
shelltools.cd("../CAMD/Lib")
|
||||
autotools.make()
|
||||
shelltools.cd("../../Lib")
|
||||
shelltools.system("gcc -shared -Wl,-soname,libcamd.so.%s -o \
|
||||
libcamd.so.%s ../CAMD/Lib/*.o -lm" % (camd_version_major, camd_version))
|
||||
shelltools.sym("libcamd.so.%s" % camd_version, "libcamd.so.%s" % camd_version_major)
|
||||
shelltools.sym("libcamd.so.%s" % camd_version, "libcamd.so")
|
||||
shelltools.copy("../CAMD/Lib/*.a", ".")
|
||||
shelltools.cd("../CAMD")
|
||||
shelltools.copy("Include/*.h", "../Include")
|
||||
for d in ("README.txt", "Doc/ChangeLog", "Doc/License", "Doc/*.pdf"):
|
||||
shelltools.copy(d, "../Doc/CAMD")
|
||||
|
||||
shelltools.cd("../CCOLAMD/Lib")
|
||||
autotools.make()
|
||||
shelltools.cd("../../Lib")
|
||||
shelltools.system("gcc -shared -Wl,-soname,libccolamd.so.%s -o \
|
||||
libccolamd.so.%s ../CCOLAMD/Lib/*.o -lm" % (ccolamd_version_major, ccolamd_version))
|
||||
shelltools.sym("libccolamd.so.%s" % ccolamd_version, "libccolamd.so.%s" % ccolamd_version_major)
|
||||
shelltools.sym("libccolamd.so.%s" % ccolamd_version, "libccolamd.so")
|
||||
shelltools.copy("../CCOLAMD/Lib/*.a", ".")
|
||||
shelltools.cd("../CCOLAMD")
|
||||
shelltools.copy("Include/*.h", "../Include")
|
||||
for d in ("README.txt", "Doc/*"):
|
||||
shelltools.copy(d, "../Doc/CCOLAMD")
|
||||
|
||||
shelltools.cd("../COLAMD/Lib")
|
||||
autotools.make()
|
||||
shelltools.cd("../../Lib")
|
||||
shelltools.system("gcc -shared -Wl,-soname,libcolamd.so.%s -o \
|
||||
libcolamd.so.%s ../COLAMD/Lib/*.o -lm" % (colamd_version_major, colamd_version))
|
||||
shelltools.sym("libcolamd.so.%s" % colamd_version, "libcolamd.so.%s" % colamd_version_major)
|
||||
shelltools.sym("libcolamd.so.%s" % colamd_version, "libcolamd.so")
|
||||
shelltools.copy("../COLAMD/Lib/*.a", ".")
|
||||
shelltools.cd("../COLAMD")
|
||||
shelltools.copy("Include/*.h", "../Include")
|
||||
for d in ("README.txt", "Doc/*"):
|
||||
shelltools.copy(d, "../Doc/COLAMD")
|
||||
|
||||
shelltools.cd("../CHOLMOD/Lib")
|
||||
autotools.make("-I/usr/include/metis")
|
||||
shelltools.cd("../../Lib")
|
||||
shelltools.system("gcc -shared -Wl,-soname,libcholmod.so.%s -o \
|
||||
libcholmod.so.%s ../CHOLMOD/Lib/*.o \
|
||||
-L/usr/lib/atlas -llapack libamd.so.%s \
|
||||
libcamd.so.%s libcolamd.so.%s \
|
||||
libccolamd.so.%s \
|
||||
libsuitesparseconfig.so.%s \
|
||||
-lm" % (cholmod_version_major,
|
||||
cholmod_version,
|
||||
amd_version_major,
|
||||
camd_version_major, colamd_version_major,
|
||||
ccolamd_version_major,
|
||||
SuiteSparse_config_major))
|
||||
shelltools.sym("libcholmod.so.%s" % cholmod_version, "libcholmod.so.%s" % cholmod_version_major)
|
||||
shelltools.sym("libcholmod.so.%s" % cholmod_version, "libcholmod.so")
|
||||
shelltools.copy("../CHOLMOD/Lib/*.a", ".")
|
||||
shelltools.cd("../CHOLMOD")
|
||||
shelltools.copy("Include/*.h", "../Include")
|
||||
shelltools.copy("README.txt", "../Doc/CHOLMOD")
|
||||
shelltools.copy("Doc/*.pdf", "../Doc/CHOLMOD")
|
||||
shelltools.copy("Cholesky/License.txt", "../Doc/CHOLMOD/Cholesky_License.txt")
|
||||
shelltools.copy("Core/License.txt", "../Doc/CHOLMOD/Core_License.txt")
|
||||
shelltools.copy("MatrixOps/License.txt", "../Doc/CHOLMOD/MatrixOps_License.txt")
|
||||
shelltools.copy("Partition/License.txt", "../Doc/CHOLMOD/Partition_License.txt")
|
||||
shelltools.copy("Supernodal/License.txt", "../Doc/CHOLMOD/Supernodal_License.txt")
|
||||
|
||||
shelltools.cd("../CSparse/Include")
|
||||
shelltools.copy("cs.h", "../../Include")
|
||||
shelltools.cd("../Lib")
|
||||
autotools.make()
|
||||
shelltools.cd("../../Lib")
|
||||
shelltools.system("gcc -shared -Wl,-soname,libcsparse.so.%s -o \
|
||||
libcsparse.so.%s ../CSparse/Lib/*.o -lm" % (csparse_version_major, csparse_version))
|
||||
shelltools.sym("libcsparse.so.%s" % csparse_version, "libcsparse.so.%s" % csparse_version_major)
|
||||
shelltools.sym("libcsparse.so.%s" % csparse_version, "libcsparse.so")
|
||||
shelltools.copy("../CSparse/Lib/*.a", ".")
|
||||
shelltools.cd("../CSparse")
|
||||
shelltools.copy("Doc/*", "../Doc/CSparse")
|
||||
|
||||
shelltools.cd("../KLU/Lib")
|
||||
autotools.make()
|
||||
shelltools.cd("../../Lib")
|
||||
shelltools.system("gcc -shared -Wl,-soname,libklu.so.%s -o \
|
||||
libklu.so.%s ../KLU/Lib/*.o \
|
||||
libamd.so.%s libcolamd.so.%s \
|
||||
libbtf.so.%s libcholmod.so.%s \
|
||||
libsuitesparseconfig.so.%s \
|
||||
" % (klu_version_major,
|
||||
klu_version,
|
||||
amd_version_major, colamd_version_major,
|
||||
btf_version_major, cholmod_version_major,
|
||||
SuiteSparse_config_major))
|
||||
shelltools.sym("libklu.so.%s" % klu_version, "libklu.so.%s" % klu_version_major)
|
||||
shelltools.sym("libklu.so.%s" % klu_version, "libklu.so")
|
||||
shelltools.copy("../KLU/Lib/*.a", ".")
|
||||
shelltools.cd("../KLU")
|
||||
shelltools.copy("Include/*.h", "../Include")
|
||||
for d in "README.txt Doc/lesser.txt".split(" "):
|
||||
shelltools.copy(d, "../Doc/KLU")
|
||||
|
||||
shelltools.cd("../LDL/Lib")
|
||||
autotools.make()
|
||||
shelltools.cd("../../Lib")
|
||||
shelltools.system("gcc -shared -Wl,-soname,libldl.so.%s -o \
|
||||
libldl.so.%s ../LDL/Lib/*.o" % (ldl_version_major, ldl_version))
|
||||
shelltools.sym("libldl.so.%s" % ldl_version, "libldl.so.%s" % ldl_version_major)
|
||||
shelltools.sym("libldl.so.%s" % ldl_version, "libldl.so")
|
||||
shelltools.copy("../LDL/Lib/*.a", ".")
|
||||
shelltools.cd("../LDL")
|
||||
shelltools.copy("Include/*.h", "../Include")
|
||||
for d in "README.txt Doc/ChangeLog Doc/lesser.txt Doc/*.pdf".split(" "):
|
||||
shelltools.copy(d, "../Doc/LDL")
|
||||
|
||||
shelltools.cd("../UMFPACK/Lib")
|
||||
autotools.make()
|
||||
shelltools.cd("../../Lib")
|
||||
shelltools.system("gcc -shared -Wl,-soname,libumfpack.so.%s -o \
|
||||
libumfpack.so.%s ../UMFPACK/Lib/*.o \
|
||||
-L/usr/lib/atlas -llapack libamd.so.%s \
|
||||
libcholmod.so.%s \
|
||||
libsuitesparseconfig.so.%s \
|
||||
-lm" % (umfpack_version_major,
|
||||
umfpack_version,
|
||||
amd_version_major,
|
||||
cholmod_version_major,
|
||||
SuiteSparse_config_major))
|
||||
shelltools.sym("libumfpack.so.%s" % umfpack_version, "libumfpack.so.%s" % umfpack_version_major)
|
||||
shelltools.sym("libumfpack.so.%s" % umfpack_version, "libumfpack.so")
|
||||
shelltools.copy("../UMFPACK/Lib/*.a", ".")
|
||||
shelltools.cd("../UMFPACK")
|
||||
shelltools.copy("Include/*.h", "../Include")
|
||||
for d in "README.txt Doc/License Doc/ChangeLog Doc/gpl.txt Doc/*.pdf".split(" "):
|
||||
shelltools.copy(d, "../Doc/UMFPACK")
|
||||
|
||||
shelltools.cd("../SPQR/Lib")
|
||||
autotools.make('CXXFLAS="%s -DNPARTITION -fPIC -O3"' % get.CXXFLAGS())
|
||||
shelltools.cd("../../Lib")
|
||||
shelltools.system("g++ -shared -Wl,-soname,libspqr.so.%s -o \
|
||||
libspqr.so.%s ../SPQR/Lib/*.o \
|
||||
-L/usr/lib/atlas -L/usr/lib -llapack \
|
||||
libcholmod.so.%s \
|
||||
libsuitesparseconfig.so.%s \
|
||||
-lm" % (spqr_version_major,
|
||||
spqr_version,
|
||||
cholmod_version_major,
|
||||
SuiteSparse_config_major))
|
||||
shelltools.sym("libspqr.so.%s" % spqr_version, "libspqr.so.%s" % spqr_version_major)
|
||||
shelltools.sym("libspqr.so.%s" % spqr_version, "libspqr.so")
|
||||
shelltools.copy("../SPQR/Lib/*.a", ".")
|
||||
shelltools.cd("../SPQR")
|
||||
shelltools.copy("Include/*.h*", "../Include")
|
||||
shelltools.copy("README.txt", "README_SPQR.txt")
|
||||
shelltools.copy("README_SPQR.txt", "../Doc/SPQR")
|
||||
shelltools.copy("Doc/*", "../Doc/SPQR")
|
||||
|
||||
shelltools.cd("../RBio/Lib")
|
||||
autotools.make()
|
||||
shelltools.cd("../../Lib")
|
||||
shelltools.system("gcc -shared -Wl,-soname,librbio.so.%s -o \
|
||||
librbio.so.%s ../RBio/Lib/*.o \
|
||||
libsuitesparseconfig.so.%s" % (rbio_version_major, rbio_version, SuiteSparse_config_major))
|
||||
shelltools.sym("librbio.so.%s" % rbio_version, "librbio.so.%s" % rbio_version_major)
|
||||
shelltools.sym("librbio.so.%s" % rbio_version, "librbio.so")
|
||||
shelltools.copy("../RBio/Lib/*.a", ".")
|
||||
shelltools.cd("../RBio")
|
||||
shelltools.copy("Include/*.h", "../Include")
|
||||
for d in "README.txt Doc/ChangeLog Doc/License.txt".split(" "):
|
||||
shelltools.copy(d, "../Doc/RBio")
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/include/%s" % get.srcNAME().lower(), "Include/*.h")
|
||||
pisitools.dodoc("README.txt")
|
||||
shelltools.copy("Doc/*", "%s/usr/share/doc/%s" % (get.installDIR(), get.srcNAME()))
|
||||
shelltools.cd("Lib")
|
||||
for l in shelltools.ls("*.so*"):
|
||||
pisitools.insinto("/usr/lib", l)
|
||||
for l in shelltools.ls("*.a"):
|
||||
pisitools.insinto("/usr/lib", l)
|
||||
@@ -0,0 +1,80 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>SuiteSparse</Name>
|
||||
<Homepage>http://www.cise.ufl.edu/research/sparse</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Sparse matrix library</Summary>
|
||||
<Description>SuiteSparse is a single archive that contains sparse matrix libraries.</Description>
|
||||
<Archive sha1sum="13f5d8caa8df92a4d704426781365e55c09baf01" type="targz">http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-4.4.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>lapack-devel</Dependency>
|
||||
<Dependency>blas-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>SuiteSparse</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>lapack</Dependency>
|
||||
<Dependency>blas</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>SuiteSparse-devel</Name>
|
||||
<Summary>Development files for SuiteSparse</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">SuiteSparse</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2015-08-11</Date>
|
||||
<Version>4.4.4</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-05-31</Date>
|
||||
<Version>4.2.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-01-17</Date>
|
||||
<Version>4.2.1</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-12-08</Date>
|
||||
<Version>4.0.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>SuiteSparse</Name>
|
||||
<Summary xml:lang="tr">Sparse matrix kütüphanesi</Summary>
|
||||
<Description xml:lang="tr">Sparse matrix kütüphanesi.</Description>
|
||||
<Description xml:lang="fr">Librairie de matrices Sparse.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>SuiteSparse-devel</Name>
|
||||
<Summary xml:lang="tr">SuiteSparse için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A framework for defining and tracking users, login sessions, and seats</Summary>
|
||||
<Description>ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. which keyboard and mouse they use).</Description>
|
||||
<Archive sha1sum="7da8ee17604050844027022e5600d297942530eb" type="tarbz2">https://github.com/ConsoleKit2/ConsoleKit2/releases/download/0.9.5/ConsoleKit2-0.9.5.tar.bz2</Archive>
|
||||
<Archive sha1sum="bd4d8b90af5846fd35b187920ccd0aa9e0eb35e7" type="tarbz2">https://github.com/ConsoleKit2/ConsoleKit2/releases/download/1.0.0/ConsoleKit2-1.0.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
<Dependency>pam-devel</Dependency>
|
||||
@@ -21,6 +21,8 @@
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libnih-devel</Dependency>
|
||||
<Dependency>cgmanager-devel</Dependency>
|
||||
<Dependency versionFrom="0.113">polkit-devel</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>xmlto</Dependency>
|
||||
@@ -37,6 +39,8 @@
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libnih</Dependency>
|
||||
<Dependency>cgmanager</Dependency>
|
||||
<Dependency>polkit</Dependency>
|
||||
<Dependency>eudev</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -78,6 +82,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2015-08-10</Date>
|
||||
<Version>1.0.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2015-07-20</Date>
|
||||
<Version>0.9.5</Version>
|
||||
|
||||
Executable
+23
@@ -0,0 +1,23 @@
|
||||
#!/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 autotools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("./bootstrap.sh")
|
||||
|
||||
autotools.configure("--sbindir=/usr/bin \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--with-distro=pardus")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
Executable
+72
@@ -0,0 +1,72 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cgmanager</Name>
|
||||
<Homepage>https://github.com/lxc/cgmanager</Homepage>
|
||||
<Packager>
|
||||
<Name>Aydın Demirel</Name>
|
||||
<Email>aydin.demirel@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Central cgroup management daemon</Summary>
|
||||
<Description>CGManager is a central privileged daemon that manages all your cgroups for you through a simple DBus API.</Description>
|
||||
<Archive sha1sum="b260412cbf8fa56707a02e21553e1c36c3e55b59" type="targz">https://github.com/lxc/cgmanager/archive/v0.38.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libnih-devel</Dependency>
|
||||
<Dependency>pam-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>cgmanager</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libnih</Dependency>
|
||||
<Dependency>pam</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/lib/security</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/share/cgmanager</Path>
|
||||
<Path fileType="library">/usr/lib/libcgmanager*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>cgmanager-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">cgmanager</Dependency>
|
||||
<Dependency>libnih</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-10</Date>
|
||||
<Version>0.38</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-02-12</Date>
|
||||
<Version>0.36</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2014-06-27</Date>
|
||||
<Version>0.23</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Aydın Demirel</Name>
|
||||
<Email>aydin.demirel@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cgmanager</Name>
|
||||
<Summary xml:lang="tr">Merkezi cgroup yönetimi uygulamacığı</Summary>
|
||||
<Description xml:lang="tr">CGManager basit bir DBUS api üzerinden sizin için tüm cgruplarınızı yöneten merkezi ayrıcalıklı bir uygulamacıktır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -15,6 +15,8 @@ def setup():
|
||||
--disable-dri3 \
|
||||
--enable-glamor \
|
||||
")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
<Dependency>libXdamage-devel</Dependency>
|
||||
<Dependency>libXinerama-devel</Dependency>
|
||||
<Dependency>libdrm-intel</Dependency>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
<Dependency>util-macros</Dependency>
|
||||
<Dependency>libpciaccess-devel</Dependency>
|
||||
<Dependency>xorg-server-devel</Dependency>
|
||||
<Dependency>libxshmfence-devel</Dependency>
|
||||
@@ -56,7 +58,7 @@
|
||||
<Dependency>libXinerama</Dependency>
|
||||
<Dependency>libdrm-intel</Dependency>
|
||||
<Dependency>libpciaccess</Dependency>
|
||||
<Dependency>xorg-server</Dependency>
|
||||
<Dependency>eudev</Dependency>
|
||||
<Dependency>libxshmfence</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
|
||||
Reference in New Issue
Block a user