[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Wed Oct 22 14:31:48 CEST 2014
commit 9967fac36800b512e6b105bb6297b5bb9acb9f91
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed, 22 Oct 2014 15:31:35 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/9967fac36800b512e6b105bb6297b5bb9acb9f91
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
fonts/urwfonts/BUILD | +14/-0
fonts/urwfonts/DEPENDS | +1/-0
fonts/urwfonts/DETAILS | +12/-0
fonts/urwfonts/POST_INSTALL | +2/-0
fonts/urwfonts/PRE_BUILD | +4/-0
graphics/SDL2/CONFIGURE | +1/-0
graphics/SDL2/DEPENDS | +27/-0
graphics/SDL2/DETAILS | +16/-0
graphics/SDL2_gfx/DEPENDS | +1/-0
graphics/SDL2_gfx/DETAILS | +20/-0
graphics/SDL2_image/DEPENDS | +5/-0
graphics/SDL2_image/DETAILS | +15/-0
graphics/SDL2_ttf/DEPENDS | +2/-0
graphics/SDL2_ttf/DETAILS | +13/-0
graphics/blender/BUILD | +1/-1
graphics/blender/DETAILS | +4/-4
net/SDL2_net/DEPENDS | +3/-0
net/SDL2_net/DETAILS | +14/-0
video/libprojectM/BUILD | +2/-28
video/libprojectM/DETAILS | +5/-5
20 files changed, 162 insertions(+), 38 deletions(-)
--- /dev/null
+++ b/fonts/urwfonts/BUILD
@@ -0,0 +1,14 @@
+
+ URWD=/usr/share/fonts/urwfonts
+
+ prepare_install &&
+
+ if [ ! -d $URWD ] ; then
+ mkdir -p $URWD
+ fi &&
+
+ if [ -d old.libraries ] ; then
+ rmdir old.libraries
+ fi &&
+
+ cp -f $SOURCE_DIRECTORY/* $URWD
--- /dev/null
+++ b/fonts/urwfonts/DEPENDS
@@ -0,0 +1 @@
+depends fontconfig
--- /dev/null
+++ b/fonts/urwfonts/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=urwfonts
+ VERSION=8.71
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://ftp.sunet.se/pub/text-processing/postscript/interpreters/ghostscript/AFPL/GhostPCL/
+ SOURCE_VFY=sha1:3b88aae7ffbaa7579250681ec6891d421ab32c6e
+ WEB_SITE=http://www.ghostscript.com/GhostPCL.html
+ ENTERED=20140929
+ UPDATED=20070807
+ SHORT="Ghostscript urwfonts"
+cat << EOF
+Ghostscript urwfonts.
+EOF
--- /dev/null
+++ b/fonts/urwfonts/POST_INSTALL
@@ -0,0 +1,2 @@
+message "Running fc-cache please be patient" &&
+fc-cache -f
--- /dev/null
+++ b/fonts/urwfonts/PRE_BUILD
@@ -0,0 +1,4 @@
+#mk_source_dir &&
+#cd $SOURCE_DIRECTORY &&
+#unpack $SOURCE
+default_pre_build
--- /dev/null
+++ b/graphics/SDL2/CONFIGURE
@@ -0,0 +1 @@
+mquery PTHREAD "Use POSIX threads for multi-threading?" y "--enable-pthreads" "--disable-pthreads"
--- /dev/null
+++ b/graphics/SDL2/DEPENDS
@@ -0,0 +1,27 @@
+depends pkgconfig
+
+optional_depends "alsa-lib" \
+ "--enable-alsa" \
+ "--disable-alsa" \
+ "for Advanced Linux Sound Architecture support"
+
+optional_depends "esound" \
+ "--enable-esd" \
+ "--disable-esd" \
+ "for Enlighted Sound Daemon support"
+
+optional_depends "nas" \
+ "--enable-nas" \
+ "--disable-nas" \
+ "for Network Audio System support"
+
+optional_depends "pulseaudio" \
+ "--enable-pulseaudio" \
+ "--disable-pulseaudio" \
+ "for PulseAudio audio support"
+
+optional_depends "libX11" \
+ "--enable-video-x11" \
+ "--disable-video-x11" \
+ "for X11 video driver"
+
--- /dev/null
+++ b/graphics/SDL2/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=SDL2
+ VERSION=2.0.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.libsdl.org/release/
+ SOURCE_VFY=sha1:21c45586a4e94d7622e371340edec5da40d06ecc
+ WEB_SITE=http://www.libsdl.org
+ ENTERED=20141007
+ UPDATED=20141007
+ SHORT="portable game library for low-level access to hardware"
+
+cat << EOF
+SDL is a library that allows you portable low-level access to a video
+framebuffer, audio output, mouse, and keyboard. With SDL, it is easy to
+write portable games which run on Linux (x86, Sparc, PPC, Alpha),
+Solaris (Sparc), Win32 (95, 98, NT), BeOS (x86), and MacOS (PPC).
+EOF
--- /dev/null
+++ b/graphics/SDL2_gfx/DEPENDS
@@ -0,0 +1 @@
+depends SDL
--- /dev/null
+++ b/graphics/SDL2_gfx/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=SDL2_gfx
+ VERSION=1.0.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.ferzkopp.net/Software/SDL2_gfx/
+ SOURCE_VFY=sha1:a136873b71a8c00c0233db26e0c1dad9629b4209
+ WEB_SITE=http://www.ferzkopp.net/joomla/content/view/19/14
+ ENTERED=20141007
+ UPDATED=20141007
+ SHORT="High quality graphics library"
+
+cat << EOF
+The SDL_gfx library offers several components: Graphic Primitives,
+Rotozoomer, Framerate control, and MMX image filters. The Primitives
+component provides basic drawing routines: pixels, hlines, vlines,
+lines, aa-lines, rectangles, circles, ellipses, polygons, and an 8x8
+pixmap font for drawing onto any SDL Surface. Full alpha blending,
+hardware surface locking, and all surface depths are supported. The
+Rotozoomer can use interpolation for high quality output.
+EOF
+
--- /dev/null
+++ b/graphics/SDL2_image/DEPENDS
@@ -0,0 +1,5 @@
+depends libpng
+depends SDL
+depends %JPEG
+
+optional_depends "tiff" "--enable-tif" "--disable-tiff" "support TIFF images"
--- /dev/null
+++ b/graphics/SDL2_image/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=SDL2_image
+ VERSION=2.0.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.libsdl.org/projects/SDL_image/release/
+ SOURCE_VFY=sha1:20b1b0db9dd540d6d5e40c7da8a39c6a81248865
+ WEB_SITE=http://www.libsdl.org/projects/SDL_image
+ ENTERED=20141007
+ UPDATED=20141007
+ SHORT="simple library to load images as SDL surfaces"
+
+cat << EOF
+SDL_image is a simple library to load images of various formats as SDL
+surfaces. It supports BMP, PPM, XPM, PCX, GIF, JPEG, PNG, and TGA
+formats.
+EOF
--- /dev/null
+++ b/graphics/SDL2_ttf/DEPENDS
@@ -0,0 +1,2 @@
+depends SDL
+depends freetype2
--- /dev/null
+++ b/graphics/SDL2_ttf/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=SDL2_ttf
+ VERSION=2.0.12
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=https://www.libsdl.org/projects/SDL_ttf/release/
+ SOURCE_VFY=sha1:542865c604fe92d2f26000428ef733381caa0e8e
+ WEB_SITE=http://www.libsdl.org/projects/SDL_ttf
+ ENTERED=20141007
+ UPDATED=20141007
+ SHORT="A high quality font library"
+
+cat << EOF
+A ttf extension to SDL.
+EOF
--- a/graphics/blender/BUILD
+++ b/graphics/blender/BUILD
@@ -28,7 +28,7 @@
make&&
-# We need to do it this way else make tanks
+# We need to do it this way else make tanks and still needed with 2.72a
python3 ../doc/manpage/blender.1.py bin/blender bin/blender.1 &&
prepare_install &&
--- a/graphics/blender/DETAILS
+++ b/graphics/blender/DETAILS
@@ -1,11 +1,11 @@
MODULE=blender
- VERSION=2.72
+ VERSION=2.72a
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://mirror.cs.umn.edu/blender.org/source/
- SOURCE_VFY=sha1:a5cf7b4a47ebaed46cd77e3a826e82ceaf9d6a59
+ SOURCE_URL=http://download.blender.org/source/
+ SOURCE_VFY=sha1:64aac93b0aa6bce226ffc40fb166b34b56db6d4c
WEB_SITE=http://www.blender.org
ENTERED=20030929
- UPDATED=20141010
+ UPDATED=20141022
SHORT="3D editor for modeling, animation, and rendering"
cat << EOF
3D tool does everything from modeling, animation, rendering, and
--- /dev/null
+++ b/net/SDL2_net/DEPENDS
@@ -0,0 +1,3 @@
+depends automake
+depends libtool
+depends SDL
--- /dev/null
+++ b/net/SDL2_net/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=SDL2_net
+ VERSION=2.0.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.libsdl.org/projects/SDL_net/release/
+ SOURCE_VFY=sha1:c7cf473b3adada23171df9f92b3117052eac69fa
+ WEB_SITE=http://www.libsdl.org/projects/SDL_net
+ ENTERED=20141007
+ UPDATED=20141007
+ SHORT="A small sample cross-platform networking library"
+
+cat << EOF
+A small sample cross-platform networking library, with a sample chat
+client and server application.
+EOF
--- a/video/libprojectM/BUILD
+++ b/video/libprojectM/BUILD
@@ -1,30 +1,4 @@
-(
- rm CMakeCache.txt Makefile &&
+ CXXFLAGS+=" -lGL" &&
- sed -i "27i #include <FTGL/ftgl.h>" Renderer/Renderer.hpp &&
-
- cd presets &&
- mv "Geiss - Cruzin'.milk" "Geiss - Cruzin.milk" &&
- mv "Geiss & Sperl - Cruzin' (Moody).prjm" "Geiss & Sperl - Cruzin (Moody).prjm" &&
- mv "Idiot & Zylot - Unhealthy Love (Idiot's STDs Mix).milk" "Idiot & Zylot - Unhealthy Love (Idiots STDs Mix).milk" &&
- mv "Krash and Rovastar - Rainbow Orb 2 Peacock (Bmelgren's Comp.milk" "Krash and Rovastar - Rainbow Orb 2 Peacock (Bmelgrens Comp.milk" &&
- mv "nil - Can't Stop the Blithering.milk" "nil - Cant Stop the Blithering.milk" &&
- mv "nil - Can't Stop the Cramming.milk" "nil - Cant Stop the Cramming.milk" &&
- mv "Rovastar - Altars Of Harlequin's Madness (Dark Disorder Mix.milk" "Rovastar - Altars Of Harlequins Madness (Dark Disorder Mix.milk" &&
- mv "Rovastar - Harlequin's Dynamic Fractal (Crazed Spiral Mix).milk" "Rovastar - Harlequins Dynamic Fractal (Crazed Spiral Mix).milk" &&
- mv "Rovastar - Harlequin's Fractal Encounter.milk" "Rovastar - Harlequins Fractal Encounter.milk" &&
- mv "Rovastar - Pandora's Volcano.milk" "Rovastar - Pandoras Volcano.milk" &&
- mv "Rovastar & Zylot - Narell's Fever.milk" "Rovastar & Zylot - Narells Fever.milk" &&
- mv "StudioMusic - It's Only Make Believe.milk" "StudioMusic - Its Only Make Believe.milk" &&
- mv "Unchained - Morat's Final Voyage.milk" "Unchained - Morats Final Voyage.milk" &&
- mv "Zylot - Azirphaeli's Mirror.milk" "Zylot - Azirphaelis Mirror.milk"
- cd .. &&
-
- default_cmake_config &&
-
- sedit "s:libdir=:libdir=/usr/lib:" ../libprojectM.pc &&
-
- default_make
-
-) > $C_FIFO 2>&1
+ default_cmake_build
--- a/video/libprojectM/DETAILS
+++ b/video/libprojectM/DETAILS
@@ -1,12 +1,12 @@
MODULE=libprojectM
- VERSION=2.0.0-Source
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/projectm/
+ VERSION=complete-2.1.0-Source
+ SOURCE=projectM-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/projectm/2.1.0
SOURCE_DIRECTORY=$BUILD_DIRECTORY/projectM-$VERSION
- SOURCE_VFY=sha1:50c45b060c3b00fd574f4f092594f18b43669cff
+ SOURCE_VFY=sha1:a1a966a410360926fee88ff253f929f0290a2405
WEB_SITE=http://xmms-projectm.sourceforge.net/
ENTERED=20060712
- UPDATED=20120222
+ UPDATED=20141022
SHORT="music visualizer"
cat << EOF
More information about the Lunar-commits
mailing list