Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
a0e6e182d0
4 changed files with 103 additions and 0 deletions
  1. +7
    -0
      package/public/qimageblitz/qimageblitz.conf
  2. +43
    -0
      package/public/qimageblitz/qimageblitz.desc
  3. +7
    -0
      package/public/soprano/soprano.conf
  4. +46
    -0
      package/public/soprano/soprano.desc

+ 7
- 0
package/public/qimageblitz/qimageblitz.conf

@ -0,0 +1,7 @@
#!/bin/bash
# Qt version 4 is required.
export QTDIR="$QT4DIR"
# Put Qt version 4 programs at the head of the path.
export PATH="$QTDIR/bin:$PATH"

+ 43
- 0
package/public/qimageblitz/qimageblitz.desc

@ -0,0 +1,43 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/public/qimageblitz/qimageblitz.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2008 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] a graphical effect and filter library for KDE 4.0
[T] Blitz is a graphical effect and filter library for KDE 4.0 that contains
[T] many improvements over KDE 3.x's kdefx library including bugfixes, memory
[T] and speed improvements, and MMX/SSE support.
[U] http://sourceforge.net/projects/qimageblitz
[A] Daniel Duley { Project Admin }
[M] The ROCK Linux Project
[C] extra/development
[L] OpenSource
[S] Beta
[V] 0.0.4
[P] X -----5---9 200.300
[D] 1403300835 qimageblitz-0.0.4.tar.bz2 http://downloads.sourceforge.net/qimageblitz/

+ 7
- 0
package/public/soprano/soprano.conf

@ -0,0 +1,7 @@
#!/bin/bash
# Qt version 4 is required.
export QTDIR="$QT4DIR"
# Put Qt version 4 programs at the head of the path.
export PATH="$QTDIR/bin:$PATH"

+ 46
- 0
package/public/soprano/soprano.desc

@ -0,0 +1,46 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/public/soprano/soprano.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2008 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] a QT wrapper API to different RDF storage solutions
[T] Soprano is a library which provides a QT wrapper API to different RDF
[T] storage solutions. It features named graphs (contexts) and has a modular
[T] plug-in structure which allows to use RDF backends implemented with
[T] different RDF Storage.
[U] http://sourceforge.net/projects/soprano/
[A] Daniele Galdi <daniele.galdi 'at' gmail.com>
[A] Sebastian Trueg <trueg 'at' kde.org>
[M] The ROCK Linux Project
[C] extra/development
[L] GPL
[S] Stable
[V] 2.0.0
[P] X -----5---9 200.100
[D] 3967588753 soprano-2.0.0.tar.bz2 http://downloads.sourceforge.net/soprano/

Loading…
Cancel
Save