diff --git a/desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml b/desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml index fcd4704973..75b179955d 100644 --- a/desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml +++ b/desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml @@ -16,12 +16,14 @@ qt5-base-devel qt5-declarative-devel qt5-quick1-devel + mesa-devel qt5-quickcontrols + libgcc qt5-base qt5-declarative diff --git a/desktop/toolkit/qt5/qt5-webkit/pspec.xml b/desktop/toolkit/qt5/qt5-webkit/pspec.xml index 5b44bf2bcf..9a733becf1 100644 --- a/desktop/toolkit/qt5/qt5-webkit/pspec.xml +++ b/desktop/toolkit/qt5/qt5-webkit/pspec.xml @@ -17,6 +17,8 @@ qt5-sensors-devel qt5-location-devel qt5-declarative-devel + qt5-multimedia-devel + mesa-devel libXtst-devel gst-plugins-base-devel libXcomposite-devel @@ -27,15 +29,17 @@ dbus-devel ruby-devel gstreamer-devel + gstreamer-next-devel libpng-devel libpcre-devel - libudev-devel + eudev-devel webp-devel zlib-devel libxslt-devel + libxml2-devel + libXcomposite-devel libX11-devel - libgcc libXrender-devel sqlite-devel perl-Digest-MD5 @@ -43,7 +47,7 @@ gperf bison flex - phonon-devel + qt5-phonon-devel diff --git a/programming/language/perl/perl-Digest-MD5/actions.py b/programming/language/perl/perl-Digest-MD5/actions.py new file mode 100644 index 0000000000..fc6ee624fd --- /dev/null +++ b/programming/language/perl/perl-Digest-MD5/actions.py @@ -0,0 +1,27 @@ +#!/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 perlmodules +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +WorkDir="" + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +# FIXME: test fails +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + #perl-docs Conflicted + pisitools.remove("/usr/share/man/man3/Digest::MD5.3pm") \ No newline at end of file diff --git a/programming/language/perl/perl-Digest-MD5/pspec.xml b/programming/language/perl/perl-Digest-MD5/pspec.xml new file mode 100644 index 0000000000..825a6a67bc --- /dev/null +++ b/programming/language/perl/perl-Digest-MD5/pspec.xml @@ -0,0 +1,72 @@ + + + + + perl-Digest-MD5 + http://www.cpan.org + + PisiLinux Community + admins@pisilinux.org + + Artistic + library + Perl interface to the MD5 Algorithm + Perl interface to the MD5 Algorithm + http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD5-2.53.tar.gz + + perl + + + + + perl-Digest-MD5 + + perl + + + /usr/bin + /usr/lib + /usr/share/perl + /usr/share/doc + /usr/share/man + + + + + + 2014-09-10 + 2.53 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 2.53 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-23 + 2.53 + Rebuild + Ayhan YALÇINSOY + ayhanyalcinsoy@pisilinux.org + + + 2013-11-04 + 2.53 + V.bump + Ayhan YALÇINSOY + ayhanyalcinsoy@pisilinux.org + + + 2013-03-21 + 2.52 + First release + Ayhan YALÇINSOY + ayhanyalcinsoy@pisilinux.org + + + diff --git a/programming/language/perl/perl-Digest-MD5/translations.xml b/programming/language/perl/perl-Digest-MD5/translations.xml new file mode 100644 index 0000000000..29047d8542 --- /dev/null +++ b/programming/language/perl/perl-Digest-MD5/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Digest-MD5 + MD5 Algoritmasına perl arayüzü + MD5 Algoritmasına perl arayüzü + + diff --git a/programming/language/perl/perl-Text-ParseWords/actions.py b/programming/language/perl/perl-Text-ParseWords/actions.py new file mode 100644 index 0000000000..f90167b74e --- /dev/null +++ b/programming/language/perl/perl-Text-ParseWords/actions.py @@ -0,0 +1,25 @@ +#!/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 perlmodules +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +#WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + pisitools.remove("usr/share/man/man3/Text::ParseWords.3pm") diff --git a/programming/language/perl/perl-Text-ParseWords/pspec.xml b/programming/language/perl/perl-Text-ParseWords/pspec.xml new file mode 100644 index 0000000000..0d65e63eab --- /dev/null +++ b/programming/language/perl/perl-Text-ParseWords/pspec.xml @@ -0,0 +1,72 @@ + + + + + perl-Text-ParseWords + http://search.cpan.org/~chorny/Text-ParseWords-3.29/ParseWords.pm + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + programming.language.perl + library + app:console + Text::ParseWords - parse text into an array of tokens or array of arrays + The nested_quotewords() and quotewords() functions accept a delimiter (which can be a regular expression) and a list of lines and then breaks those lines up into a list of words ignoring delimiters that appear inside quotes. + http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Text-ParseWords-3.30.tar.gz + + perl + + + + + perl-Text-ParseWords + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2015-07-26 + 3.30 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-09-10 + 3.29 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 3.29 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-07 + 3.29 + Version bump, fix URL + Richard de Bruin + richdb@pisilinux.org + + + 2012-06-06 + 3.27 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/programming/language/perl/perl-Text-ParseWords/translations.xml b/programming/language/perl/perl-Text-ParseWords/translations.xml new file mode 100644 index 0000000000..7be8bf98a0 --- /dev/null +++ b/programming/language/perl/perl-Text-ParseWords/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Text-ParseWords + Text::ParseWords - parse text into an array of tokens or array of arrays + This module has two interfaces, one through color() and colored() and the other through constants. It also offers the utility functions uncolor(), colorstrip(), and colorvalid(), which have to be explicitly imported to be used + +