off: svn_source
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
- on: gpg_signature_check
+off: gpg_signature_check
on: untar_source
off: patch_source
on: configure
+
+# Get new hddtemp.db
+mkdir -p $PKG/usr/share/misc
-+wget [[DOWNLOAD FOLDER URL]]/hddtemp.db -P $PKG/usr/share/misc/
-+
++if [ ! -e $CWD/hddtemp.db ]; then
++ wget [[DOWNLOAD FOLDER URL]]/hddtemp.db -P $CWD/ || exit $ERROR_WGET
++fi
++mkdir -p $PKG/usr/share/misc
++cp $CWD/hddtemp.db $PKG/usr/share/misc/
#p<
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/wine/wine-0.9.59.tar.bz2"
+[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/wine/wine-1.0.tar.bz2"
# Source base name. if different from package name. Null ("") to default value.
# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
#
# Package version. Null ("") to auto-set.
# Auto-set, get VERSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
-[[VERSION]]="2.4.0"
+[[VERSION]]="2.4.1"
#
# Package extension. Null ("") to auto-set
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://ftp.acc.umu.se/pub/gnome/sources/rarian/0.6/rarian-0.6.0.tar.bz2"
+[[DOWNLOAD FOLDER URL]]="http://ftp.acc.umu.se/pub/gnome/sources/rarian/0.8/rarian-0.8.0.tar.bz2"
# Source base name. if different from package name. Null ("") to default value.
# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://www.sqlite.org/sqlite-3.5.8.tar.gz"
+[[DOWNLOAD FOLDER URL]]="http://www.sqlite.org/sqlite-3.5.9.tar.gz"
# Source base name. if different from package name. Null ("") to default value.
# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://www.tortall.net/projects/yasm/releases/yasm-0.7.0.tar.gz"
+[[DOWNLOAD FOLDER URL]]="http://www.tortall.net/projects/yasm/releases/yasm-0.7.1.tar.gz"
#
# Documentation files. Null ("") to auto-set commom doc-files:
-#
-# This mkbuild is free software; you can redistribute it and/or modify it under the
-# terms of the GNU General Public License as published by the Free Software
-# Foundation; either version 2 of the License, or any later version.
-#
-# This mkbuild is distributed in the hope that it will be useful, but WITHOUT ANY
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
-# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along with
-# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
-# Place - Suite 330, Boston, MA 02111-1307, USA
-#
-
+#################################################################
+## Generic template for Mkbuild
+##
+## Version 0.9.0 - Alves ( rudsonalves at yahoo d0t com d0t br )
+#################################################################
#--------------------
# Personal variables
#--------------------
# Author name
-[[SLACKBUILD AUTHOR]]="Silvio Rhatto"
+[[SLACKBUILD AUTHOR]]="Rudson R. Alves"
# Initials author name
-[[SLACKBUILD AUTHOR INITIALS]]="rha"
+[[SLACKBUILD AUTHOR INITIALS]]="srv"
#------------------------
# Construction Variables
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/numpy/numpy-1.0.4.tar.gz"
-[[SLACK REQUIRED]]="python"
+# Source base name. if different from package name. Null ("") to default value.
+# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
+[[SOURCE NAME]]=""
-# SlackBuild PATH in Slack.Sarava tree
-[[SLACKBUILD PATH]]="dev/python/[[NAME]]"
+# Package name. Null ("") to auto-set
+# Auto-set, get PKG_NAME from URL downcase(SRC_NAME): http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
+[[PACKAGE NAME]]=""
+
+#
+# Package default ARCH
+# Default set is i486
+[[ARCH]]=""
+
+#
+# Package version. Null ("") to auto-set.
+# Auto-set, get VERSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
+[[VERSION]]=""
+
+#
+# Package extension. Null ("") to auto-set
+# Auto-set, get EXTENSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
+[[EXTENSION]]=""
+
+#
+# Build number.
+# Auto-set to default 1
+[[BUILD NUMBER]]=""
+
+#
+# Source Name construction string
+# Default value is: $SRC_NAME-$VERSION.tar.$EXTENSION
+[[SOURCE NAME CONSTRUCTION STRING]]="$SRC_NAME-$VERSION.tar.$EXTENSION"
+
+#
+# Unpacker programa ("") to auto-set. Default "tar"
+# Unpacke Flags ("") to auto-set. Default flags to tar "--no-same-owner --no-same-permissions -xvf"
+[[UNPACKER]]=""
+[[UNPACKER FLAGS]]=""
+
+#
+# Dependency list input
+# Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]"
+# Example:
+[[SLACK REQUIRED]]="python: lapack"
+
+#
+# Decompress program
+# gz, tgz, bz2, set null ("") to auto-set
+# Auto-set, get DECOMPRESSOR from URL EXTENSION: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
+[[DECOMPRESSOR]]=""
+
+#
+# Decompress check flag
+# gz, tgz, bz2, set null ("") to auto-set
+[[DECOMPRESSOR TEST FLAG]]=""
-# Documentation files
+#
+# Documentation files. Null ("") to auto-set commom doc-files:
+# NEWS TODO README AUTHORS INSTALL ChangeLog MAINTAINERS COPYING readme.*
[[DOCUMENTATION FILES]]="COMPATIBILITY DEV_README.txt LICENSE.txt MANIFEST.in PKG-INFO README.txt THANKS.txt"
+#
+# ./configure options
+[[OTHER CONFIGURE ARGS]]=""
+
+#
+# PREFIX. Default /usr
+[[PREFIX]]="/usr"
+
+#
+# Number of jobs
+[[NUMBER OF JOBS]]="-j4"
+
+#---------------------
+# Others changes
+#---------------------
+#[[MD5SUM CODE]]=""
+#[[MD5SUM EXTENSION]]=""
+#[[SIGNING KEY]]=""
+#[[SIGNING KEY URL]]=""
+#[[SIGNING KEY ID]]=""
+#[[CONFIG FILES]]=""
+#[[PATCH URLS]]=""
+[[PATCH FILES]]=""
+[[NUMBER OF PREFIX SLASHES TO STRIP]]="1"
+
+# SlackBuild model
+[[SLACKBUILD MODEL]]="generic.mkSlackBuild"
+
+# SlackBuild PATH in Slack.Sarava tree
+#[[SLACKBUILD PATH]]="others/unclassified/numpy"
+[[SLACKBUILD PATH]]="dev/python/numpy"
+
#---------------------
# SlackBuild Sections
#---------------------
on: slkflags
on: error_codes
on: start_structure
+off: create_build_user_and_group
on: download_source
+off: svn_source
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
off: patch_source
off: configure
on: make_package
-off: install_package
+ on: install_package
on: strip_binaries
off: compress_manpages
off: compress_info_files
+off: copy_init_scripts
on: install_documentation
on: slackdesc
+off: move_config_files
off: postinstall_script
on: build_package
on: clean_builds
# Sections changes
#------------------
#>slackdesc
-numpy: NumPy: array processing for numbers, strings, records, and objects.
+numpy: numpy by Slack.Sarava
+numpy:
+numpy: NumPy is a replacement of Numeric Python that adds the features
+numpy: of numarray.
+numpy:
+numpy:
+numpy:
+numpy:
numpy:
-numpy: NumPy is a general-purpose array-processing package designed to efficiently
-numpy: manipulate large multi-dimensional arrays of arbitrary records without
-numpy: sacrificing too much speed for small multi-dimensional arrays. NumPy is
-numpy: built on the Numeric code base and adds features introduced by numarray as
-numpy: well as an extended C-API and the ability to create arrays of arbitrary
-numpy: type which also makes NumPy suitable for interfacing with general-purpose
-numpy: data-base applications.
numpy:
numpy:
#<slackdesc
-#>make_package
-# Build and install package
-python setup.py build install --root=$PKG
-#<make_package
+#p>
+-make $NUMJOBS || exit $ERROR_MAKE
++python setup.py build || exit $ERROR_MAKE
+===
+-make install DESTDIR="$PKG" || exit $ERROR_INSTALL
++python setup.py install --prefix=$PKG/usr || exit $ERROR_INSTALL
+#p<
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://ftp.acc.umu.se/pub/gnome/sources/glade/${VERSION:0:4}/glade-2.12.2.tar.bz2"
+[[DOWNLOAD FOLDER URL]]="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.1/glade3-3.1.5.tar.bz2"
# Source base name. if different from package name. Null ("") to default value.
# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
-[[SOURCE NAME]]=""
+[[SOURCE NAME]]="glade3"
# Package name. Null ("") to auto-set
# Auto-set, get PKG_NAME from URL downcase(SRC_NAME): http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
-[[PACKAGE NAME]]=""
+[[PACKAGE NAME]]="glade"
#
# Package default ARCH
#
# Package version. Null ("") to auto-set.
# Auto-set, get VERSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
-[[VERSION]]=""
+[[VERSION]]="3.1.5"
#
# Package extension. Null ("") to auto-set
# Auto-set, get EXTENSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
-[[EXTENSION]]=""
+[[EXTENSION]]="bz2"
#
# Build number.
# Dependency list input
# Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]"
# Example:
-[[SLACK REQUIRED]]="scrollkeeper: gtk+2: libxml2"
+[[SLACK REQUIRED]]="gtk+2 >= 2.10.0: libxml2 >= 2.4.1"
#
# Decompress program
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/scons/scons-0.98.2.tar.gz"
+[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/scons/scons-0.98.5.tar.gz"
#
# Documentation files. Null ("") to auto-set commom doc-files:
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://ftp.acc.umu.se/pub/gnome/sources/libbonobo/2.20/libbonobo-2.20.1.tar.bz2"
+[[DOWNLOAD FOLDER URL]]="http://ftp.acc.umu.se/pub/gnome/sources/libbonobo/2.22/libbonobo-2.22.0.tar.bz2"
# Source base name. if different from package name. Null ("") to default value.
# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://ftp.acc.umu.se/pub/gnome/sources/libgnomeui/2.22/libgnomeui-2.22.01.tar.bz2"
+[[DOWNLOAD FOLDER URL]]="http://ftp.acc.umu.se/pub/gnome/sources/libgnomeui/2.22/libgnomeui-2.22.1.tar.bz2"
# Source base name. if different from package name. Null ("") to default value.
# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://ftp.acc.umu.se/pub/gnome/sources/ORBit2/2.14/ORBit2-2.14.10.tar.bz2"
+[[DOWNLOAD FOLDER URL]]="http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-2.14.13.tar.bz2"
# Source base name. if different from package name. Null ("") to default value.
# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://sylpheed.sraoss.jp/sylpheed/v2.4"
+[[DOWNLOAD FOLDER URL]]="http://sylpheed.sraoss.jp/sylpheed/v2.5/sylpheed-2.5.0.tar.bz2"
# Source base name. if different from package name. Null ("") to default value.
# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
-[[SOURCE NAME]]="sylpheed"
+[[SOURCE NAME]]=""
# Package name. Null ("") to auto-set
# Auto-set, get PKG_NAME from URL downcase(SRC_NAME): http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
-[[PACKAGE NAME]]="sylpheed"
+[[PACKAGE NAME]]=""
#
# Package default ARCH
#
# Package version. Null ("") to auto-set.
# Auto-set, get VERSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
-[[VERSION]]="2.4.8"
+[[VERSION]]=""
#
# Package extension. Null ("") to auto-set
# Auto-set, get EXTENSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
-[[EXTENSION]]="bz2"
+[[EXTENSION]]=""
#
# Build number.
# Dependency list input
# Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]"
# Example:
-[[SLACK REQUIRED]]="aspell >= 0.60.5: atk >= 1.18.0: cairo >= 1.4.12: cxxlibs >= 6.0.8: gcc-g++ >= 4.1.2: cyrus-sasl >= 2.1.22: expat >= 2.0.1: fontconfig >= 2.4.2: freetype >= 2.3.4: gcc >= 4.1.2: glib2 >= 2.12.12: glibc-solibs >= 2.5: gpgme >= 1.1.4: gtk+2 >= 2.10.13: gtkspell >= 2.0.11: libX11 >= 1.1.1: libXau >= 1.0.3: libXcursor >= 1.1.8: libXdmcp >= 1.0.2: libXext >= 1.0.3: libXfixes >= 4.0.3: libXi >= 1.0.4: libXinerama >= 1.0.2: libXrandr >= 1.2.1: libXrender >= 0.9.2: libgpg-error >= 1.5: libpng >= 1.2.23: libxcb >= 1.0: openldap-client >= 2.3.32: openssl >= 0.9.8: openssl-solibs >= 0.9.8: pango >= 1.16.4: zlib >= 1.2.3"
+#[[SLACK REQUIRED]]="aspell >= 0.60.5: atk >= 1.18.0: cairo >= 1.4.12: cxxlibs >= 6.0.8: gcc-g++ >= 4.1.2: cyrus-sasl >= 2.1.22: expat >= 2.0.1: fontconfig >= 2.4.2: freetype >= 2.3.4: gcc >= 4.1.2: glib2 >= 2.12.12: glibc-solibs >= 2.5: gpgme >= 1.1.4: gtk+2 >= 2.10.13: gtkspell >= 2.0.11: libX11 >= 1.1.1: libXau >= 1.0.3: libXcursor >= 1.1.8: libXdmcp >= 1.0.2: libXext >= 1.0.3: libXfixes >= 4.0.3: libXi >= 1.0.4: libXinerama >= 1.0.2: libXrandr >= 1.2.1: libXrender >= 0.9.2: libgpg-error >= 1.5: libpng >= 1.2.23: libxcb >= 1.0: openldap-client >= 2.3.32: openssl >= 0.9.8: openssl-solibs >= 0.9.8: pango >= 1.16.4: zlib >= 1.2.3"
+[[SLACK REQUIRED]]="aspell >= 0.60.5: atk >= 1.18.0: cairo >= 1.4.12: cxxlibs >= 6.0.8: gcc-g++ >= 4.1.2: cyrus-sasl >= 2.1.22: expat >= 2.0.1: fontconfig >= 2.4.2: freetype >= 2.3.4: gcc >= 4.1.2: glib2 >= 2.12.12: glibc-solibs >= 2.5: gpgme >= 1.1.4: gtk+2 >= 2.10.13: libX11 >= 1.1.1: libXau >= 1.0.3: libXcursor >= 1.1.8: libXdmcp >= 1.0.2: libXext >= 1.0.3: libXfixes >= 4.0.3: libXi >= 1.0.4: libXinerama >= 1.0.2: libXrandr >= 1.2.1: libXrender >= 0.9.2: libgpg-error >= 1.5: libpng >= 1.2.23: libxcb >= 1.0: openldap-client >= 2.3.32: openssl >= 0.9.8: openssl-solibs >= 0.9.8: zlib >= 1.2.3: bogofilter: gtkspell"
#
# Decompress program
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://www.exiv2.org/exiv2-0.15.tar.gz"
+[[DOWNLOAD FOLDER URL]]="http://www.exiv2.org/exiv2-0.17.1.tar.gz"
# Source base name. if different from package name. Null ("") to default value.
# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
# Others changes
#---------------------
#[[PATCH FILES]]=""
-[[MD5SUM CODE]]="bb18d19e1d6fb255dadda456cadec00e"
+#[[MD5SUM CODE]]="bb18d19e1d6fb255dadda456cadec00e"
#[[MD5SUM EXTENSION]]=""
#[[SIGNING KEY]]=""
#[[SIGNING KEY URL]]=""
on: error_codes
on: start_structure
on: download_source
-on: md5sum_download_and_check_0
-#on: md5sum_download_and_check_1
-#on: gpg_signature_check
+off: md5sum_download_and_check_0
+off: md5sum_download_and_check_1
+off: gpg_signature_check
on: untar_source
-#on: path_source
+off: path_source
on: configure
on: make_package
on: install_package
on: strip_binaries
-#on: compress_manpages
-#on: compress_info_files
+off: compress_manpages
+off: compress_info_files
on: install_documentation
on: slackdesc
-#on: postinstall_script
+off: postinstall_script
on: build_package
on: clean_builds
#<< End SlackBuild Sections
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/gphoto/gphoto2-2.4.0.tar.bz2"
+[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/gphoto/gphoto2-2.4.2.tar.bz2"
# Source base name. if different from package name. Null ("") to default value.
# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/gphoto/libgphoto2-2.4.0.tar.bz2"
+[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/gphoto/libgphoto2-2.4.2.tar.bz2"
# Source base name. if different from package name. Null ("") to default value.
# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
#>slackdesc
libkipi: libkipi by Slack.Sarava
libkipi:
-libkipi:
-libkipi:
-libkipi:
-libkipi:
-libkipi:
+libkipi: Kipi (KDE Image Plugin Interface) is an effort to develop a common
+libkipi: plugin structure for Digikam, KimDaBa, Showimg and Gwenview. Its aim
+libkipi: is to share image plugins among graphic applications. Kipi is based
+libkipi: on the old digiKam plugins implementation and is maintened by digiKam
+libkipi: team.
libkipi:
libkipi:
libkipi:
on: error_codes
on: start_structure
off: create_build_user_and_group
- on: download_source
-off: svn_source
+off: download_source
+ on: svn_source
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
- on: untar_source
+off: untar_source
off: patch_source
on: configure
on: make_package
#
# Install script
-[[REST OF DOINST.SH]]="config etc/gnuradio/conf.d/gnuradio-core.conf.new ; config etc/gnuradio/conf.d/gr-audio-alsa.conf.new ; config etc/gnuradio/conf.d/gr-audio-jack.new ; etc/gnuradio/conf.d/gr-audio-oss.conf.new ; config etc/gnuradio/conf.d/gr-wxgui.conf.new"
+[[REST OF DOINST.SH]]="config etc/gnuradio/conf.d/gnuradio-core.conf.new ; config etc/gnuradio/conf.d/gr-audio-alsa.conf.new ; config etc/gnuradio/conf.d/gr-audio-jack.conf.new ; etc/gnuradio/conf.d/gr-audio-oss.conf.new ; config etc/gnuradio/conf.d/gr-wxgui.conf.new"
#
# Default enable sections:
#------------------
#>configure
-# get boost version
-boost="`basename $(ls /var/log/packages/boost-[0-9]* 2> /dev/null)`"
-
-if [ -z "$boost" ]; then
- echo Error: missing boost package
- exit $ERROR_CONF
-fi
-
-pack="`basename $boost | sed -e 's/-[^-]*-[^-]*-[^-]*$//'`"
-boost_version="`echo $boost | sed -e "s/^$pack-//" | cut -d "-" -f 1 | \
- sed -e 's/\./_/g' -e 's/\([0-9]\+\)_\([0-9]\+\)_0/\1_\2/'`"
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
- --prefix="$PREFIX" --libdir="$LIBDIR" --sysconfdir=/etc \
- --with-boost-include-dir=/usr/include/boost-$boost_version $CONF_OPTIONS || exit $ERROR_CONF
+ --prefix="$PREFIX" --libdir="$LIBDIR" --sysconfdir=/etc $CONF_OPTIONS || exit $ERROR_CONF
+
+if [ "$ARCH" == "x86_64" ] && [ "$PKG_VERSION" == "3.1.2" ]; then
+ sed -i -e 's/-L\/usr\/lib /-L\/usr\/lib64 /g' gr-audio-alsa/src/Makefile
+fi
#<configure
#>slackdesc
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/audacity/audacity-src-1.3.4.tar.bz2"
+[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/audacity/audacity-src-1.3.5.tar.bz2"
# Source base name. if different from package name. Null ("") to default value.
# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://jackaudio.org/downloads/jack-audio-connection-kit-0.109.0.tar.gz"
+[[DOWNLOAD FOLDER URL]]="http://jackaudio.org/downloads/jack-audio-connection-kit-0.109.2.tar.gz"
# Source base name. if different from package name. Null ("") to default value.
# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://download.videolan.org/pub/videolan/vlc/0.8.6f/vlc-0.8.6f.tar.gz"
+[[DOWNLOAD FOLDER URL]]="http://download.videolan.org/pub/videolan/vlc/0.8.6i/vlc-0.8.6i.tar.gz"
#
# Dependency list input
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://avahi.org/download/avahi-0.6.21.tar.gz"
+[[DOWNLOAD FOLDER URL]]="http://avahi.org/download/avahi-0.6.22.tar.gz"
# Source base name. if different from package name. Null ("") to default value.
# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://get.bitlbee.org/src/bitlbee-1.2.tar.gz"
+[[DOWNLOAD FOLDER URL]]="http://get.bitlbee.org/src/bitlbee-1.2.1.tar.gz"
#
# Dependency list input
off: md5sum_download_and_check_1
off: gpg_signature_check
on: untar_source
-off: patch_source
+ on: patch_source
on: configure
on: make_package
on: install_package
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="ftp://mirrors.kernel.org/gnu/gnash/0.8.2/gnash-0.8.2.tar.bz2"
+[[DOWNLOAD FOLDER URL]]="ftp://mirrors.kernel.org/gnu/gnash/0.8.3/gnash-0.8.3.tar.bz2"
# Source base name. if different from package name. Null ("") to default value.
# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
# Dependency list input
# Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]"
# Example:
-[[SLACK REQUIRED]]=""
+[[SLACK REQUIRED]]="agg: boost: ffmpeg"
#
# Decompress program
#
# Documentation files. Null ("") to auto-set commom doc-files:
# NEWS TODO README AUTHORS INSTALL ChangeLog MAINTAINERS COPYING readme.*
-[[DOCUMENTATION FILES]]="ABOUT-NLS AUTHORS COPYING ChangeLog ChangeLog-0.8.0 ChangeLog-0.8.1 INSTALL NEWS README TODO"
+[[DOCUMENTATION FILES]]="ABOUT-NLS AUTHORS COPYING ChangeLog ChangeLog-0.8.0 ChangeLog-0.8.1 ChangeLog-0.8.2 ChangeLog-0.8.3 INSTALL NEWS README TODO"
#
# ./configure options
-[[OTHER CONFIGURE ARGS]]="--sysconfdir=/etc --with-plugindir=$LIBDIR/mozilla/plugins --x-libraries=$LIBDIR"
+[[OTHER CONFIGURE ARGS]]="--sysconfdir=/etc --with-plugindir=$LIBDIR/mozilla/plugins --x-libraries=$LIBDIR --enable-nspr --enable-media=ffmpeg --with-ffmpeg-incl=/usr/include --with-nspr-incl=/usr/include/seamonkey/nspr --with-nspr-lib=/usr/lib/seamonkey --with-boost-incl=/usr/include/boost/boost "
#
# PREFIX. Default /usr
#
# Number of jobs
-[[NUMBER OF JOBS]]="-j4"
+[[NUMBER OF JOBS]]="-j3"
#---------------------
# Others changes
#[[SIGNING KEY]]=""
#[[SIGNING KEY URL]]=""
[[PATCH FILES]]=""
-[[NUMBER OF PREFIX SLASHES TO STRIP]]="1"
+[[NUMBER OF PREFIX SLASHES TO STRIP]]="0"
# SlackBuild model
[[SLACKBUILD MODEL]]="generic.mkSlackBuild"
off: md5sum_download_and_check_1
off: gpg_signature_check
on: untar_source
-off: patch_source
+ on: patch_source
on: configure
on: make_package
on: install_package
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="ftp://ftp.octave.org/pub/octave/octave-3.0.0.tar.bz2"
+[[DOWNLOAD FOLDER URL]]="ftp://ftp.octave.org/pub/octave/octave-3.0.1.tar.bz2"
#
# Package version. Null ("") to auto-set.
#
# Number of jobs
-[[NUMBER OF JOBS]]="-j7"
+[[NUMBER OF JOBS]]="-j4"
#---------------------
# Others changes
# Source base name. if different from PKG_NAME name. Null ("") to default value.
[[SOURCE NAME]]="simplepkg"
-# PKG_NAME name. Null ("") to auto-set
+# Package name. Null ("") to auto-set
# Auto-set, get PKG_NAME from URL downcase(SRC_NAME): http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
-[[PKG_NAME NAME]]="simplepkg"
+[[PACKAGE NAME]]="simplepkg"
#
# PKG_NAME default ARCH
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/wxwindows/wxWidgets-2.8.7.tar.bz2"
+[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/wxwindows/wxWidgets-2.8.8.tar.bz2"
#
# Documentation files. Null ("") to auto-set commom doc-files: