Merge branch 'master' of github.com:pisilinux/main
This commit is contained in:
@@ -50,4 +50,5 @@ index 0000000..9e8f8f1
|
||||
+</svg>
|
||||
--
|
||||
cgit v0.12
|
||||
|
||||
=======
|
||||
cgit v0.12
|
||||
|
||||
@@ -0,0 +1,176 @@
|
||||
diff -Nuar librsvg-2.39.0.orig/configure.in librsvg-2.39.0/configure.in
|
||||
--- librsvg-2.39.0.orig/configure.in 2013-08-16 15:45:23.000000000 +0300
|
||||
+++ librsvg-2.39.0/configure.in 2013-10-10 02:45:06.365034233 +0300
|
||||
@@ -284,9 +284,6 @@
|
||||
|
||||
GOBJECT_INTROSPECTION_CHECK([0.10.8])
|
||||
|
||||
-# Vala bindings
|
||||
-VAPIGEN_CHECK([0.17.1.26],,,[no])
|
||||
-
|
||||
dnl ===========================================================================
|
||||
|
||||
m4_copy([AC_DEFUN],[glib_DEFUN])
|
||||
diff -Nuar librsvg-2.39.0.orig/Makefile.am librsvg-2.39.0/Makefile.am
|
||||
--- librsvg-2.39.0.orig/Makefile.am 2012-08-30 21:04:49.000000000 +0300
|
||||
+++ librsvg-2.39.0/Makefile.am 2013-10-10 02:48:51.022040249 +0300
|
||||
@@ -252,24 +252,6 @@
|
||||
|
||||
CLEANFILES += $(nodist_gir_DATA) $(nodist_typelibs_DATA)
|
||||
|
||||
-if ENABLE_VAPIGEN
|
||||
-include $(VAPIGEN_MAKEFILE)
|
||||
-
|
||||
-librsvg-$(RSVG_API_VERSION).vapi: Rsvg-$(RSVG_API_VERSION).gir
|
||||
-
|
||||
-VAPIGEN_VAPIS = librsvg-$(RSVG_API_VERSION).vapi
|
||||
-
|
||||
-librsvg_@RSVG_API_VERSION_U@_vapi_DEPS = gio-2.0 cairo
|
||||
-librsvg_@RSVG_API_VERSION_U@_vapi_METADATADIRS = $(srcdir)
|
||||
-librsvg_@RSVG_API_VERSION_U@_vapi_FILES = Rsvg-$(RSVG_API_VERSION).gir Rsvg-$(RSVG_API_VERSION)-custom.vala
|
||||
-
|
||||
-vapidir = $(datadir)/vala/vapi
|
||||
-vapi_DATA = $(VAPIGEN_VAPIS)
|
||||
-
|
||||
-CLEANFILES += $(VAPIGEN_VAPIS)
|
||||
-
|
||||
-endif # ENABLE_VAPIGEN
|
||||
-
|
||||
endif # HAVE_INTROSPECTION
|
||||
|
||||
# ChangeLog generation
|
||||
diff -Nuar librsvg-2.39.0.orig/Makefile.in librsvg-2.39.0/Makefile.in
|
||||
--- librsvg-2.39.0.orig/Makefile.in 2013-08-16 15:45:57.000000000 +0300
|
||||
+++ librsvg-2.39.0/Makefile.in 2013-10-10 02:47:52.009038669 +0300
|
||||
@@ -86,7 +86,6 @@
|
||||
@HAVE_GTK_3_TRUE@am__append_2 = rsvg-view-3
|
||||
@OS_WIN32_TRUE@am__append_3 = -mwindows
|
||||
@HAVE_INTROSPECTION_TRUE@am__append_4 = $(nodist_gir_DATA) $(nodist_typelibs_DATA)
|
||||
-@ENABLE_VAPIGEN_TRUE@@HAVE_INTROSPECTION_TRUE@am__append_5 = $(VAPIGEN_VAPIS)
|
||||
subdir = .
|
||||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
||||
$(top_srcdir)/configure $(am__configure_deps) \
|
||||
@@ -139,7 +138,6 @@
|
||||
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
|
||||
"$(DESTDIR)$(man1dir)" "$(DESTDIR)$(girdir)" \
|
||||
"$(DESTDIR)$(typelibsdir)" "$(DESTDIR)$(pkgconfigdir)" \
|
||||
- "$(DESTDIR)$(vapidir)" "$(DESTDIR)$(librsvgincdir)"
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
am__DEPENDENCIES_1 =
|
||||
librsvg_@RSVG_API_MAJOR_VERSION@_la_DEPENDENCIES = \
|
||||
@@ -259,8 +257,7 @@
|
||||
man1dir = $(mandir)/man1
|
||||
NROFF = nroff
|
||||
MANS = $(dist_man_MANS)
|
||||
-DATA = $(nodist_gir_DATA) $(nodist_typelibs_DATA) $(pkgconfig_DATA) \
|
||||
- $(vapi_DATA)
|
||||
+DATA = $(nodist_gir_DATA) $(nodist_typelibs_DATA) $(pkgconfig_DATA)
|
||||
HEADERS = $(librsvginc_HEADERS)
|
||||
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
||||
distclean-recursive maintainer-clean-recursive
|
||||
@@ -447,9 +444,6 @@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
-VAPIGEN = @VAPIGEN@
|
||||
-VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
|
||||
-VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
|
||||
VERSION = @VERSION@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
@@ -696,12 +690,6 @@
|
||||
@HAVE_INTROSPECTION_TRUE@nodist_gir_DATA = $(INTROSPECTION_GIRS)
|
||||
@HAVE_INTROSPECTION_TRUE@typelibsdir = $(libdir)/girepository-1.0
|
||||
@HAVE_INTROSPECTION_TRUE@nodist_typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
|
||||
-@ENABLE_VAPIGEN_TRUE@@HAVE_INTROSPECTION_TRUE@VAPIGEN_VAPIS = librsvg-$(RSVG_API_VERSION).vapi
|
||||
-@ENABLE_VAPIGEN_TRUE@@HAVE_INTROSPECTION_TRUE@librsvg_@RSVG_API_VERSION_U@_vapi_DEPS = gio-2.0 cairo
|
||||
-@ENABLE_VAPIGEN_TRUE@@HAVE_INTROSPECTION_TRUE@librsvg_@RSVG_API_VERSION_U@_vapi_METADATADIRS = $(srcdir)
|
||||
-@ENABLE_VAPIGEN_TRUE@@HAVE_INTROSPECTION_TRUE@librsvg_@RSVG_API_VERSION_U@_vapi_FILES = Rsvg-$(RSVG_API_VERSION).gir Rsvg-$(RSVG_API_VERSION)-custom.vala
|
||||
-@ENABLE_VAPIGEN_TRUE@@HAVE_INTROSPECTION_TRUE@vapidir = $(datadir)/vala/vapi
|
||||
-@ENABLE_VAPIGEN_TRUE@@HAVE_INTROSPECTION_TRUE@vapi_DATA = $(VAPIGEN_VAPIS)
|
||||
all: $(BUILT_SOURCES) config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||
|
||||
@@ -1255,27 +1243,6 @@
|
||||
@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
|
||||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||||
dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
|
||||
-install-vapiDATA: $(vapi_DATA)
|
||||
- @$(NORMAL_INSTALL)
|
||||
- @list='$(vapi_DATA)'; test -n "$(vapidir)" || list=; \
|
||||
- if test -n "$$list"; then \
|
||||
- echo " $(MKDIR_P) '$(DESTDIR)$(vapidir)'"; \
|
||||
- $(MKDIR_P) "$(DESTDIR)$(vapidir)" || exit 1; \
|
||||
- fi; \
|
||||
- for p in $$list; do \
|
||||
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
- echo "$$d$$p"; \
|
||||
- done | $(am__base_list) | \
|
||||
- while read files; do \
|
||||
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(vapidir)'"; \
|
||||
- $(INSTALL_DATA) $$files "$(DESTDIR)$(vapidir)" || exit $$?; \
|
||||
- done
|
||||
-
|
||||
-uninstall-vapiDATA:
|
||||
- @$(NORMAL_UNINSTALL)
|
||||
- @list='$(vapi_DATA)'; test -n "$(vapidir)" || list=; \
|
||||
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||||
- dir='$(DESTDIR)$(vapidir)'; $(am__uninstall_files_from_dir)
|
||||
install-librsvgincHEADERS: $(librsvginc_HEADERS)
|
||||
@$(NORMAL_INSTALL)
|
||||
@list='$(librsvginc_HEADERS)'; test -n "$(librsvgincdir)" || list=; \
|
||||
@@ -1593,7 +1560,7 @@
|
||||
|
||||
installdirs: installdirs-recursive
|
||||
installdirs-am:
|
||||
- for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibsdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(vapidir)" "$(DESTDIR)$(librsvgincdir)"; do \
|
||||
+ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibsdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(librsvgincdir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: $(BUILT_SOURCES)
|
||||
@@ -1655,7 +1622,7 @@
|
||||
|
||||
install-data-am: install-librsvgincHEADERS install-man \
|
||||
install-nodist_girDATA install-nodist_typelibsDATA \
|
||||
- install-pkgconfigDATA install-vapiDATA
|
||||
+ install-pkgconfigDATA
|
||||
|
||||
install-dvi: install-dvi-recursive
|
||||
|
||||
@@ -1706,7 +1673,7 @@
|
||||
uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
|
||||
uninstall-librsvgincHEADERS uninstall-man \
|
||||
uninstall-nodist_girDATA uninstall-nodist_typelibsDATA \
|
||||
- uninstall-pkgconfigDATA uninstall-vapiDATA
|
||||
+ uninstall-pkgconfigDATA
|
||||
|
||||
uninstall-man: uninstall-man1
|
||||
|
||||
@@ -1728,15 +1695,14 @@
|
||||
install-librsvgincHEADERS install-man install-man1 \
|
||||
install-nodist_girDATA install-nodist_typelibsDATA install-pdf \
|
||||
install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
|
||||
- install-strip install-vapiDATA installcheck installcheck-am \
|
||||
+ install-strip installcheck installcheck-am \
|
||||
installdirs installdirs-am maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
||||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||||
tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
|
||||
uninstall-libLTLIBRARIES uninstall-librsvgincHEADERS \
|
||||
uninstall-man uninstall-man1 uninstall-nodist_girDATA \
|
||||
- uninstall-nodist_typelibsDATA uninstall-pkgconfigDATA \
|
||||
- uninstall-vapiDATA
|
||||
+ uninstall-nodist_typelibsDATA uninstall-pkgconfigDATA
|
||||
|
||||
|
||||
librsvg-enum-types.h: s-enum-types-h
|
||||
@@ -1772,9 +1738,6 @@
|
||||
|
||||
@HAVE_INTROSPECTION_TRUE@Rsvg-@RSVG_API_VERSION@.gir: librsvg-@RSVG_API_MAJOR_VERSION@.la
|
||||
|
||||
-@ENABLE_VAPIGEN_TRUE@@HAVE_INTROSPECTION_TRUE@include $(VAPIGEN_MAKEFILE)
|
||||
-
|
||||
-@ENABLE_VAPIGEN_TRUE@@HAVE_INTROSPECTION_TRUE@librsvg-$(RSVG_API_VERSION).vapi: Rsvg-$(RSVG_API_VERSION).gir
|
||||
|
||||
# ChangeLog generation
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
diff -up librsvg-2.37.0/configure.in.vala librsvg-2.37.0/configure.in
|
||||
--- librsvg-2.37.0/configure.in.vala 2013-01-15 21:07:11.264576371 -0500
|
||||
+++ librsvg-2.37.0/configure.in 2013-01-15 21:07:17.638576143 -0500
|
||||
@@ -285,7 +285,7 @@ fi
|
||||
GOBJECT_INTROSPECTION_CHECK([0.10.8])
|
||||
|
||||
# Vala bindings
|
||||
-VAPIGEN_CHECK([0.17.1.26],,,[no])
|
||||
+VAPIGEN_CHECK([0.18.1],,,[auto])
|
||||
|
||||
dnl ===========================================================================
|
||||
|
||||
diff -up librsvg-2.37.0/Rsvg-2.0-custom.vala librsvg-2.37.0/Rsvg-2.0-custom
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>data</IsA>
|
||||
<Summary>PHP mode for Emacs</Summary>
|
||||
<Description>php-mode is an add-on for Emacs to help work with PHP files more efficiently.</Description>
|
||||
<Archive sha1sum="032e66683dfd846fa5a3b9964a82535edd966c6b" type="tar">http://stable.melpa.org/packages/php-mode-1.17.0.tar</Archive>
|
||||
<Archive sha1sum="1f0a0ff489704a480d316de5cf18290019ce8a9d" type="tar">http://stable.melpa.org/packages/php-mode-1.17.0.tar</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>emacs</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-03-24</Date>
|
||||
<Date>2016-04-02</Date>
|
||||
<Version>1.17.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ilker Manap</Name>
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
#!/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 shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
#shelltools.system("./autogen.pl")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("ChangeLog", "LICENSE", "README")
|
||||
@@ -1,47 +0,0 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pythonmagick</Name>
|
||||
<Homepage>http://www.imagemagick.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>as-is</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python bindings for the ImageMagick</Summary>
|
||||
<Description>PythonMagick is an object oriented Python bindings for the ImageMagick library.</Description>
|
||||
<Archive sha1sum="76a588f6e5542e415be3c4e18a4156befd0efd0b" type="tarxz">http://www.imagemagick.org/download/python/PythonMagick-0.9.12.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>imagemagick-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>pythonmagick</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>boost</Dependency>
|
||||
<Dependency>imagemagick</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-02-08</Date>
|
||||
<Version>0.9.12</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pythonmagick</Name>
|
||||
<Summary xml:lang="tr">ImageMagick için Python bağlayıcıları</Summary>
|
||||
<Description xml:lang="tr">PythonMagick, ImageMagick kütüphanesi için nesne yönelimli Python bağlayıcılarıdır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -6,17 +6,17 @@
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import kde4
|
||||
from pisi.actionsapi import kde5
|
||||
|
||||
WorkDir="%s-%s" % (get.srcNAME(), get.srcVERSION())
|
||||
|
||||
def setup():
|
||||
kde4.configure("-DWITH_KDE=1")
|
||||
kde5.configure("-DWITH_KDE=1")
|
||||
|
||||
def build():
|
||||
kde4.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde4.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING.LGPL")
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -46,7 +45,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2014-05-25</Date>
|
||||
<Date>2016-04-02</Date>
|
||||
<Version>1.0.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
|
||||
+75
-56
@@ -11125,52 +11125,6 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>pythonmagick</Name>
|
||||
<Homepage>http://www.imagemagick.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>as-is</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>multimedia.converter</PartOf>
|
||||
<Summary xml:lang="en">Python bindings for the ImageMagick</Summary>
|
||||
<Summary xml:lang="tr">ImageMagick için Python bağlayıcıları</Summary>
|
||||
<Description xml:lang="en">PythonMagick is an object oriented Python bindings for the ImageMagick library.</Description>
|
||||
<Description xml:lang="tr">PythonMagick, ImageMagick kütüphanesi için nesne yönelimli Python bağlayıcılarıdır.</Description>
|
||||
<Archive type="tarxz" sha1sum="76a588f6e5542e415be3c4e18a4156befd0efd0b">http://www.imagemagick.org/download/python/PythonMagick-0.9.12.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>imagemagick-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>multimedia/converter/pythonmagick/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>pythonmagick</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>boost</Dependency>
|
||||
<Dependency>imagemagick</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-02-08</Date>
|
||||
<Version>0.9.12</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libsdl</Name>
|
||||
@@ -12088,7 +12042,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2014-05-25</Date>
|
||||
<Date>2016-04-02</Date>
|
||||
<Version>1.0.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
@@ -22592,8 +22546,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<PartOf>programming.language.java</PartOf>
|
||||
<Summary xml:lang="en">Open-source implementation of JavaScript written entirely in Java</Summary>
|
||||
<Description xml:lang="en">Open-source implementation of JavaScript written entirely in Java</Description>
|
||||
<Archive type="targz" sha1sum="fb969e5232f5960fd22c835d19a5cdcf7ce717ae">https://github.com/mozilla/rhino/archive/Rhino1_7_7_RELEASE.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="57ba5952c98f32e20f0408e7c42debd296fc0b45" target="rhino-Rhino1_7_7_RELEASE">http://archive.apache.org/dist/xmlbeans/binaries/xmlbeans-2.6.0.tgz</Archive>
|
||||
<Archive type="targz" sha1sum="d8af09f7c33b72c57a80f4f0fc2ba0a86ca3c4be">https://github.com/mozilla/rhino/archive/Rhino1_7_7_1_RELEASE.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="57ba5952c98f32e20f0408e7c42debd296fc0b45" target="rhino-Rhino1_7_7_1_RELEASE">http://archive.apache.org/dist/xmlbeans/binaries/xmlbeans-2.6.0.tgz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="rhino">rhino</AdditionalFile>
|
||||
<AdditionalFile target="rhino.1">rhino.1</AdditionalFile>
|
||||
@@ -22604,12 +22558,15 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<Dependency>ant</Dependency>
|
||||
<Dependency>jre7-openjdk-headless</Dependency>
|
||||
<Dependency>jdk7-openjdk</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>programming/language/java/rhino/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>rhino</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>jdk7-openjdk</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -22618,11 +22575,11 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-08-15</Date>
|
||||
<Version>1.7.7</Version>
|
||||
<Date>2016-04-02</Date>
|
||||
<Version>1.7.7.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
@@ -37474,6 +37431,68 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>hdf5</Name>
|
||||
<Homepage>http://www.hdfgroup.org/HDF5/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<License>NCSA-HDF</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>science.misc</PartOf>
|
||||
<Summary xml:lang="en">NCSA Hierarchical Data Format (HDF) Software Library and Utilities</Summary>
|
||||
<Summary xml:lang="tr">NCSA hiyerarşik veri biçimi (Hierarchical Data Format - HDF) kütüphanesi ve araçları.</Summary>
|
||||
<Description xml:lang="fr">HDF5 est une librairie généraliste ainsi qu'un format de fichier pour stocker des informations scientifiques.</Description>
|
||||
<Description xml:lang="en">HDF5 is a general purpose library and file format for storing scientific data.</Description>
|
||||
<Description xml:lang="tr">HDF5, bilimsel verileri saklamak için kullanılan bir dosya biçimi tanımını ve bu dosyaları kullanmak için gerekli kütüphane ve araçları sağlar.</Description>
|
||||
<Description xml:lang="es">HDF5 es una librería de uso general y un formato de archivos para almacenar datos científicos</Description>
|
||||
<Archive type="tarbz2" sha1sum="a7b631778cb289edec670f665d2c3265983a0d53">http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.16.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>time</Dependency>
|
||||
<Dependency>libgfortran</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>net-tools</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>science/misc/hdf5/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>hdf5</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libgfortran</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc/hdf5</Path>
|
||||
<Path fileType="data">/usr/share/hdf5_examples</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>hdf5-devel</Name>
|
||||
<Summary xml:lang="en">Development files for hdf5</Summary>
|
||||
<Summary xml:lang="tr">hdf5 için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">hdf5</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-02</Date>
|
||||
<Version>1.8.16</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>muparser</Name>
|
||||
@@ -42252,7 +42271,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Summary xml:lang="tr">Emacs için PHP kipi</Summary>
|
||||
<Description xml:lang="en">php-mode is an add-on for Emacs to help work with PHP files more efficiently.</Description>
|
||||
<Description xml:lang="tr">php-mode, kullanıcının PHP dosyalarıyla daha hızlı çalışabilmesi için bir eklentidir.</Description>
|
||||
<Archive type="tar" sha1sum="032e66683dfd846fa5a3b9964a82535edd966c6b">http://stable.melpa.org/packages/php-mode-1.17.0.tar</Archive>
|
||||
<Archive type="tar" sha1sum="1f0a0ff489704a480d316de5cf18290019ce8a9d">http://stable.melpa.org/packages/php-mode-1.17.0.tar</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>emacs</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -42273,7 +42292,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-03-24</Date>
|
||||
<Date>2016-04-02</Date>
|
||||
<Version>1.17.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ilker Manap</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
3f572cafde8031be8ecc26af2781a18e6c5b8b39
|
||||
42a0b27595abb396d8bbc8f06dbba96ce9871176
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
c05281eff49df2ab81341283509d653b9595c99a
|
||||
de56924cee8bb60ebdc02ca6050fde39a1c99a59
|
||||
@@ -8,7 +8,7 @@ from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
shelltools.export("JAVA_HOME","/usr/lib/jvm/java-7-openjdk")
|
||||
shelltools.export("JAVA_HOME","/usr/lib/jvm/java-7-openjdk/jre")
|
||||
|
||||
def build():
|
||||
shelltools.system("ant -Dxbean.jar=xmlbeans-2.6.0/lib/xbean.jar -Djsr173.jar=xmlbeans-2.6.0/lib/jsr173_1.0_api.jar jar javadoc")
|
||||
@@ -20,5 +20,5 @@ def install():
|
||||
pisitools.doman("rhino.1")
|
||||
pisitools.doman("rhino-jsc.1")
|
||||
pisitools.doman("rhino-debugger.1")
|
||||
pisitools.insinto("/usr/share/java", "build/rhino1.7.7/js.jar")
|
||||
pisitools.insinto("/usr/share/java", "build/rhino1.7.7/js.jar", "js-1.7.6.jar")
|
||||
pisitools.insinto("/usr/share/java", "build/rhino1.7.7.1/js.jar")
|
||||
pisitools.insinto("/usr/share/java", "build/rhino1.7.7.1/js.jar", "js-1.7.7.1.jar")
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
<License>GPL2</License>
|
||||
<Summary>Open-source implementation of JavaScript written entirely in Java</Summary>
|
||||
<Description>Open-source implementation of JavaScript written entirely in Java</Description>
|
||||
<Archive sha1sum="fb969e5232f5960fd22c835d19a5cdcf7ce717ae" type="targz">https://github.com/mozilla/rhino/archive/Rhino1_7_7_RELEASE.tar.gz</Archive>
|
||||
<Archive sha1sum="57ba5952c98f32e20f0408e7c42debd296fc0b45" type="targz" target="rhino-Rhino1_7_7_RELEASE">http://archive.apache.org/dist/xmlbeans/binaries/xmlbeans-2.6.0.tgz</Archive>
|
||||
<Archive sha1sum="d8af09f7c33b72c57a80f4f0fc2ba0a86ca3c4be" type="targz">https://github.com/mozilla/rhino/archive/Rhino1_7_7_1_RELEASE.tar.gz</Archive>
|
||||
<Archive sha1sum="57ba5952c98f32e20f0408e7c42debd296fc0b45" type="targz" target="rhino-Rhino1_7_7_1_RELEASE">http://archive.apache.org/dist/xmlbeans/binaries/xmlbeans-2.6.0.tgz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="rhino">rhino</AdditionalFile>
|
||||
<AdditionalFile target="rhino.1">rhino.1</AdditionalFile>
|
||||
@@ -24,12 +24,15 @@
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<Dependency>ant</Dependency>
|
||||
<Dependency>jre7-openjdk-headless</Dependency>
|
||||
<Dependency>jdk7-openjdk</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>rhino</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>jdk7-openjdk</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -39,11 +42,11 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-08-15</Date>
|
||||
<Version>1.7.7</Version>
|
||||
<Date>2016-04-02</Date>
|
||||
<Version>1.7.7.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
#!/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 pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr \
|
||||
--enable-cxx \
|
||||
--enable-hl \
|
||||
--enable-threadsafe \
|
||||
--enable-fortran \
|
||||
--enable-production \
|
||||
--enable-linux-lfs \
|
||||
--enable-unsupported \
|
||||
--disable-static \
|
||||
--disable-parallel \
|
||||
--disable-sharedlib-rpath \
|
||||
--disable-dependency-tracking \
|
||||
--docdir=/usr/share/doc/hdf5/ \
|
||||
--with-pthread=/usr/lib/ \
|
||||
--with-pic")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("ACKNOWLEDGMENTS", "COPYING", "README*", "release_docs/HISTORY-*", "release_docs/RELEASE.txt")
|
||||
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hdf5</Name>
|
||||
<Homepage>http://www.hdfgroup.org/HDF5/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<License>NCSA-HDF</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>NCSA Hierarchical Data Format (HDF) Software Library and Utilities</Summary>
|
||||
<Description>HDF5 is a general purpose library and file format for storing scientific data.</Description>
|
||||
<Archive sha1sum="a7b631778cb289edec670f665d2c3265983a0d53" type="tarbz2">http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.16.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>time</Dependency>
|
||||
<Dependency>libgfortran</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>net-tools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>hdf5</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libgfortran</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc/hdf5</Path>
|
||||
<Path fileType="data">/usr/share/hdf5_examples</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>hdf5-devel</Name>
|
||||
<Summary>Development files for hdf5</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">hdf5</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-02</Date>
|
||||
<Version>1.8.16</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hdf5</Name>
|
||||
<Summary xml:lang="tr">NCSA hiyerarşik veri biçimi (Hierarchical Data Format - HDF) kütüphanesi ve araçları.</Summary>
|
||||
<Description xml:lang="tr">HDF5, bilimsel verileri saklamak için kullanılan bir dosya biçimi tanımını ve bu dosyaları kullanmak için gerekli kütüphane ve araçları sağlar.</Description>
|
||||
<Description xml:lang="fr">HDF5 est une librairie généraliste ainsi qu'un format de fichier pour stocker des informations scientifiques.</Description>
|
||||
<Description xml:lang="es">HDF5 es una librería de uso general y un formato de archivos para almacenar datos científicos</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>hdf5-devel</Name>
|
||||
<Summary xml:lang="tr">hdf5 için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user