[Lunar-commits] r16215 - in moonbase/branches/submissions/new: . dvd-slideshow dvdauthor grass kover postgis qgis
Dennis Veatch
stumbles at lunar-linux.org
Fri Aug 26 16:32:41 UTC 2005
Author: stumbles
Date: 2005-08-26 16:32:29 +0000 (Fri, 26 Aug 2005)
New Revision: 16215
Added:
moonbase/branches/submissions/new/dvd-slideshow/
moonbase/branches/submissions/new/dvd-slideshow/BUILD
moonbase/branches/submissions/new/dvd-slideshow/DEPENDS
moonbase/branches/submissions/new/dvd-slideshow/DETAILS
moonbase/branches/submissions/new/dvdauthor/
moonbase/branches/submissions/new/dvdauthor/DETAILS
moonbase/branches/submissions/new/grass/
moonbase/branches/submissions/new/grass/BUILD
moonbase/branches/submissions/new/grass/DEPENDS
moonbase/branches/submissions/new/grass/DETAILS
moonbase/branches/submissions/new/kover/
moonbase/branches/submissions/new/kover/BUILD
moonbase/branches/submissions/new/kover/DEPENDS
moonbase/branches/submissions/new/kover/DETAILS
moonbase/branches/submissions/new/postgis/
moonbase/branches/submissions/new/postgis/BUILD
moonbase/branches/submissions/new/postgis/DEPENDS
moonbase/branches/submissions/new/postgis/DETAILS
moonbase/branches/submissions/new/postgis/POST_INSTALL
moonbase/branches/submissions/new/postgis/PRE_BUILD
moonbase/branches/submissions/new/qgis/
moonbase/branches/submissions/new/qgis/BUILD
moonbase/branches/submissions/new/qgis/DEPENDS
moonbase/branches/submissions/new/qgis/DETAILS
Log:
Added: moonbase/branches/submissions/new/dvd-slideshow/BUILD
===================================================================
--- moonbase/branches/submissions/new/dvd-slideshow/BUILD 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/dvd-slideshow/BUILD 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,15 @@
+(
+
+
+
+
+ cd /usr/src/dvd-slideshow_0.7.1 &&
+
+ sedit "s/\/usr\/local\/man\/man1/\/usr\/man\/man1/" install.sh &&
+
+ ./install.sh &&
+
+ rm -rf /usr/src/dvd-slideshow_0.7.1
+
+) > $C_FIFO 2>&1
+
Property changes on: moonbase/branches/submissions/new/dvd-slideshow/BUILD
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/dvd-slideshow/DEPENDS
===================================================================
--- moonbase/branches/submissions/new/dvd-slideshow/DEPENDS 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/dvd-slideshow/DEPENDS 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,7 @@
+depends sox &&
+depends dvdauthor &&
+depends ImageMagick &&
+depends lame &&
+depends ffmpeg &&
+depends libogg &&
+depends toolame
Property changes on: moonbase/branches/submissions/new/dvd-slideshow/DEPENDS
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/dvd-slideshow/DETAILS
===================================================================
--- moonbase/branches/submissions/new/dvd-slideshow/DETAILS 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/dvd-slideshow/DETAILS 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,13 @@
+ MODULE=dvd-slideshow
+ VERSION=0.7.1
+ SOURCE=$MODULE\_$VERSION.tar.gz
+ SOURCE_URL[0]=$SFORGE_URL$MODULE
+ SOURCE_VFY=sha1:4a67424b8da820964e733489a2731d838f19f388
+ WEB_SITE=http://dvd-slideshow.sourceforge.net/
+ ENTERED=20050426
+ UPDATED=20050426
+ SHORT="Makes a DVD-compatible slideshow video with menus from a batch of pictures."
+
+cat << EOF
+dvd-slideshow makes a DVD-compatible slideshow video with menus from a batch of pictures. It consists of a set of scripts: dvd-slideshow reads a text file list of all the pictures you want in one slideshow and creates a DVD-compatible MPEG movie with your audio tracks and specified timing. It supports effects such as fades, crops, and the Ken Burns effect. dvd-menu makes a top-level DVD menu with the output files from dvd-slideshow. dir2slideshow makes a dvd-slideshow input file from a directory of pictures.
+EOF
Property changes on: moonbase/branches/submissions/new/dvd-slideshow/DETAILS
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/dvdauthor/DETAILS
===================================================================
--- moonbase/branches/submissions/new/dvdauthor/DETAILS 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/dvdauthor/DETAILS 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,13 @@
+ MODULE=dvdauthor
+ VERSION=0.6.11
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:a99ea7ef6e50646b77ad47a015127925053d34ea
+ WEB_SITE=http://dvdauthor.sourceforge.net/
+ ENTERED=20050725
+ UPDATED=20050725
+ SHORT="A simple set of tools to help you author a DVD."
+
+cat << EOF
+A simple set of tools to help you author a DVD. The idea is to be able to create menus, buttons, chapters, etc, but for now you can just take an mpeg stream (as created by mplex -f 8 from mjpegtools 1.6.0) and write it to DVD.
+EOF
Property changes on: moonbase/branches/submissions/new/dvdauthor/DETAILS
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/grass/BUILD
===================================================================
--- moonbase/branches/submissions/new/grass/BUILD 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/grass/BUILD 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,19 @@
+(
+
+ ./configure --prefix=/usr \
+ --bindir=/usr/bin \
+ --libexecdir=/usr/libexec \
+ --sbindir=/usr/sbin \
+ --sysconfdir=/etc \
+ --libdir=/usr/lib \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --localstatedir=/var \
+ --enable-shared \
+ --with-x \
+ --with-cxx &&
+
+ default_make
+
+) > $C_FIFO 2>&1
+
Property changes on: moonbase/branches/submissions/new/grass/BUILD
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/grass/DEPENDS
===================================================================
--- moonbase/branches/submissions/new/grass/DEPENDS 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/grass/DEPENDS 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,5 @@
+depends bison &&
+depends flex &&
+depends proj-4 &&
+depends gdal &&
+depends fftw
Property changes on: moonbase/branches/submissions/new/grass/DEPENDS
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/grass/DETAILS
===================================================================
--- moonbase/branches/submissions/new/grass/DETAILS 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/grass/DETAILS 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,13 @@
+ MODULE=grass
+ VERSION=6.0.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://grass.itc.it/grass60/source/
+ SOURCE_VFY=sha1:9cdeecd7c1e0df759c2f3d952b4de5071094c0df
+ WEB_SITE=http://grass.itc.it/index.php
+ ENTERED=20050705
+ UPDATED=20050705
+ SHORT="Geographic Information System (GIS) used for geospatial data management and analysis"
+
+cat << EOF
+Commonly referred to as GRASS, this is a Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/maps production, spatial modeling, and visualization. GRASS is currently used in academic and commercial settings around the world, as well as by many governmental agencies and environmental consulting companies.
+EOF
Added: moonbase/branches/submissions/new/kover/BUILD
===================================================================
--- moonbase/branches/submissions/new/kover/BUILD 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/kover/BUILD 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,17 @@
+(
+
+ export LD_LIBRARY_PATH=${QT_PREFIX:-$QTDIR}/lib
+ export PATH=${QT_PREFIX:-$QTDIR}/bin:${KDE_PREFIX:-$KDEDIR}/bin:$PATH
+ export LD_RUN_PATH=${KDE_PREFIX:-$KDEDIR}/lib:${KDE_PREFIX:-$KDEDIR}/lib/kde3
+
+ ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
+ --with-qt-dir=${QT_PREFIX:-$QTDIR} \
+ --disable-debug \
+ --enable-final \
+ --enable-fast-malloc=full \
+ --with-xinerama \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
Property changes on: moonbase/branches/submissions/new/kover/BUILD
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/kover/DEPENDS
===================================================================
--- moonbase/branches/submissions/new/kover/DEPENDS 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/kover/DEPENDS 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1 @@
+depends libcddb
Property changes on: moonbase/branches/submissions/new/kover/DEPENDS
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/kover/DETAILS
===================================================================
--- moonbase/branches/submissions/new/kover/DETAILS 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/kover/DETAILS 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,13 @@
+ MODULE=kover
+ VERSION=2.9.6
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://lisas.de/kover
+ SOURCE_VFY=sha1:982eac0279fefa6522f63e4b24a4a306e7b3a2ef
+ WEB_SITE=http://lisas.de/kover/index.php3
+ ENTERED=20050725
+ UPDATED=20050725
+ SHORT=" WYSIWYG CD cover printer with CDDB support."
+
+cat << EOF
+Kover is an easy to use WYSIWYG CD cover printer with CDDB support.
+EOF
Property changes on: moonbase/branches/submissions/new/kover/DETAILS
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/postgis/BUILD
===================================================================
--- moonbase/branches/submissions/new/postgis/BUILD 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/postgis/BUILD 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,13 @@
+(
+
+ cd /usr/src/postgresql-8.0.3 &&
+
+ ./configure --prefix=/usr \
+ $OPTS &&
+
+ cd contrib/$MODULE-$VERSION &&
+ make &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
Property changes on: moonbase/branches/submissions/new/postgis/BUILD
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/postgis/DEPENDS
===================================================================
--- moonbase/branches/submissions/new/postgis/DEPENDS 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/postgis/DEPENDS 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,3 @@
+depends postgresql &&
+depends proj-4 &&
+depends geos
Property changes on: moonbase/branches/submissions/new/postgis/DEPENDS
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/postgis/DETAILS
===================================================================
--- moonbase/branches/submissions/new/postgis/DETAILS 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/postgis/DETAILS 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,21 @@
+ MODULE=postgis
+ VERSION=1.0.3
+ SOURCE[0]=$MODULE-$VERSION.tar.gz
+ SOURCE1=postgresql-8.0.3.tar.bz2
+ SOURCE_URL[0]=http://postgis.refractions.net/download
+ SOURCE_URL[1]=ftp://ftp.be.postgresql.org/postgresql/source/v8.0.3/$SOURCE1/
+ SOURCE_VFY[0]=sha1:e2dd2bab2669a4bab3683c7a2e2e03ddcc47cd5c
+ WEB_SITE=http://postgis.refractions.net/
+ ENTERED=20050809
+ UPDATED=20050809
+ SHORT="adds support for geographic objects to the PostgreSQL"
+
+cat << EOF
+PostGIS adds support for geographic objects to the PostgreSQL
+object-relational database. In effect, PostGIS "spatially enables"
+the PostgreSQL server, allowing it to be used as a backend spatial
+database for geographic information systems (GIS), much like ESRI's
+SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
+"Simple Features Specification for SQL" and will be submitted for
+conformance testing at version 1.0.
+EOF
Property changes on: moonbase/branches/submissions/new/postgis/DETAILS
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/postgis/POST_INSTALL
===================================================================
--- moonbase/branches/submissions/new/postgis/POST_INSTALL 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/postgis/POST_INSTALL 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,6 @@
+
+su - postgres -c "createlang plpgsql template1" &&
+su - postgres -ca "psql -d template1 -f /usr/src/postgresql-8.0.3/contrib/postgis-1.0.3/lwpostgis.sql" &&
+su - postgres -ca "psql -d template1 -f /usr/src/postgresql-8.0.3/contrib/postgis-1.0.3/spatial_ref_sys.sql"
+
+# rm -rf $SOURCE1
\ No newline at end of file
Property changes on: moonbase/branches/submissions/new/postgis/POST_INSTALL
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/postgis/PRE_BUILD
===================================================================
--- moonbase/branches/submissions/new/postgis/PRE_BUILD 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/postgis/PRE_BUILD 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,3 @@
+unpack $SOURCE1 &&
+cd /usr/src/postgresql-8.0.3/contrib &&
+unpack $SOURCE
Property changes on: moonbase/branches/submissions/new/postgis/PRE_BUILD
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/qgis/BUILD
===================================================================
--- moonbase/branches/submissions/new/qgis/BUILD 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/qgis/BUILD 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,17 @@
+(
+ export LD_LIBRARY_PATH=${QT_PREFIX:-$QTDIR}/lib
+ export PATH=${QT_PREFIX:-$QTDIR}/bin:${KDE_PREFIX:-$KDEDIR}/bin:$PATH
+ export LD_RUN_PATH=${KDE_PREFIX:-$KDEDIR}/lib:${KDE_PREFIX:-$KDEDIR}/lib/kde3
+
+ ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
+ --with-qt-dir=${QT_PREFIX:-$QTDIR} \
+ --disable-debug \
+ --enable-final \
+ --enable-fast-malloc=full \
+ --with-xinerama \
+ --with-grass=/usr/grass-6.0.0/ \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/branches/submissions/new/qgis/DEPENDS
===================================================================
--- moonbase/branches/submissions/new/qgis/DEPENDS 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/qgis/DEPENDS 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,7 @@
+depends sqlite &&
+depends expat &&
+depends gsl &&
+depends gdal &&
+depends geos &&
+depends grass &&
+depends kde3
Property changes on: moonbase/branches/submissions/new/qgis/DEPENDS
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/qgis/DETAILS
===================================================================
--- moonbase/branches/submissions/new/qgis/DETAILS 2005-08-26 12:14:16 UTC (rev 16214)
+++ moonbase/branches/submissions/new/qgis/DETAILS 2005-08-26 16:32:29 UTC (rev 16215)
@@ -0,0 +1,22 @@
+ MODULE=qgis
+ VERSION=0.7.0pre1.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:b1a21d635f0577c89e1b1e1e3e1d02b403a7f6d7
+ WEB_SITE=http://qgis.org/index.php?option=com_content&task=view&id=25&Itemid=62
+ ENTERED=20050705
+ UPDATED=20050705
+ SHORT="Quantum GIS (QGIS) is a Geographic Information System (GIS)"
+
+cat << EOF
+Quantum GIS (QGIS) is a Geographic Information System (GIS) that runs on Linux, Unix, Mac OSX, and Windows. QGIS supports vector, raster, and database formats. QGIS is licensed under the GNU Public License.
+Some of the major features include:
+Support for spatially enabled PostGIS tables
+Support for shapefiles, ArcInfo coverages, Mapinfo, and other formats supported by OGR
+Raster support for a large number of formats
+Identify features
+Display attribute tables
+Select features
+GRASS Digitizing
+Feature labeling
+EOF
Property changes on: moonbase/branches/submissions/new/qgis/DETAILS
___________________________________________________________________
Name: svn:executable
+ *
More information about the Lunar-commits
mailing list