From 36765ff8fda0ca2f697346e2df6992cd418a1638 Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 3 Sep 2008 03:46:06 +0000 Subject: merging with changes made since 21th May git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@232 18ef50b8-d735-4ccd-97c1-689132df3dd9 --- app/admin/hddtemp/hddtemp.mkbuild | 9 +- app/emulation/wine/wine.mkbuild | 2 +- app/office/broffice/broffice.mkbuild | 2 +- app/text/rarian/rarian.mkbuild | 2 +- dev/db/sqlite/sqlite.mkbuild | 2 +- dev/lang/yasm/yasm.mkbuild | 2 +- dev/python/numpy/numpy.mkbuild | 149 ++++++++++++++++++++++++------- dev/util/glade/glade.mkbuild | 12 +-- dev/util/scons/scons.mkbuild | 2 +- gnome/base/libbonobo/libbonobo.mkbuild | 2 +- gnome/base/libgnomeui/libgnomeui.mkbuild | 2 +- gnome/base/orbit/ORBit2.mkbuild | 2 +- mail/client/sylpheed/sylpheed.mkbuild | 13 +-- media/gfx/exiv2/exiv2.mkbuild | 18 ++-- media/gfx/gphoto2/gphoto2.mkbuild | 2 +- media/libs/libgphoto2/libgphoto2.mkbuild | 2 +- media/libs/libkipi/libkipi.mkbuild | 10 +-- media/libs/smpeg/smpeg.mkbuild | 6 +- media/radio/gnuradio/gnuradio.mkbuild | 21 ++--- media/sound/audacity/audacity.mkbuild | 2 +- media/sound/jack/jack.mkbuild | 2 +- media/video/vlc/vlc.mkbuild | 2 +- net/dns/avahi/avahi.mkbuild | 2 +- net/im/bitlbee/bitlbee.mkbuild | 4 +- net/www/gnash/gnash.mkbuild | 14 +-- sci/mathematics/octave/octave.mkbuild | 4 +- sys/apps/simplepkg/simplepkg.mkbuild | 4 +- x11/libs/wxwidgets/wxWidgets.mkbuild | 2 +- 28 files changed, 187 insertions(+), 109 deletions(-) diff --git a/app/admin/hddtemp/hddtemp.mkbuild b/app/admin/hddtemp/hddtemp.mkbuild index 2edb638..f7a3708 100644 --- a/app/admin/hddtemp/hddtemp.mkbuild +++ b/app/admin/hddtemp/hddtemp.mkbuild @@ -131,7 +131,7 @@ off: create_build_user_and_group 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 @@ -170,6 +170,9 @@ hddtemp: informations about drives that were reported to work with hddtemp. + +# 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< diff --git a/app/emulation/wine/wine.mkbuild b/app/emulation/wine/wine.mkbuild index daceab8..b17755e 100644 --- a/app/emulation/wine/wine.mkbuild +++ b/app/emulation/wine/wine.mkbuild @@ -17,7 +17,7 @@ #------------------------ # # 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' diff --git a/app/office/broffice/broffice.mkbuild b/app/office/broffice/broffice.mkbuild index 18763cc..ae57ba7 100644 --- a/app/office/broffice/broffice.mkbuild +++ b/app/office/broffice/broffice.mkbuild @@ -35,7 +35,7 @@ # # 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 diff --git a/app/text/rarian/rarian.mkbuild b/app/text/rarian/rarian.mkbuild index b0cd61f..b3260b5 100644 --- a/app/text/rarian/rarian.mkbuild +++ b/app/text/rarian/rarian.mkbuild @@ -12,7 +12,7 @@ #------------------------ # # 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' diff --git a/dev/db/sqlite/sqlite.mkbuild b/dev/db/sqlite/sqlite.mkbuild index a1dd67f..d07ed66 100644 --- a/dev/db/sqlite/sqlite.mkbuild +++ b/dev/db/sqlite/sqlite.mkbuild @@ -12,7 +12,7 @@ #------------------------ # # 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' diff --git a/dev/lang/yasm/yasm.mkbuild b/dev/lang/yasm/yasm.mkbuild index d7a496d..af94b40 100644 --- a/dev/lang/yasm/yasm.mkbuild +++ b/dev/lang/yasm/yasm.mkbuild @@ -26,7 +26,7 @@ #------------------------ # # 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: diff --git a/dev/python/numpy/numpy.mkbuild b/dev/python/numpy/numpy.mkbuild index b8e6c0c..129eb22 100644 --- a/dev/python/numpy/numpy.mkbuild +++ b/dev/python/numpy/numpy.mkbuild @@ -1,25 +1,16 @@ -# -# 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 @@ -28,14 +19,99 @@ # 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 #--------------------- @@ -50,7 +126,9 @@ 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 @@ -58,12 +136,14 @@ 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 @@ -73,20 +153,23 @@ off: postinstall_script # 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: #make_package -# Build and install package -python setup.py build install --root=$PKG -# +-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< diff --git a/dev/util/glade/glade.mkbuild b/dev/util/glade/glade.mkbuild index abb75ea..9152232 100644 --- a/dev/util/glade/glade.mkbuild +++ b/dev/util/glade/glade.mkbuild @@ -17,15 +17,15 @@ #------------------------ # # 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 @@ -35,12 +35,12 @@ # # 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. @@ -62,7 +62,7 @@ # 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 diff --git a/dev/util/scons/scons.mkbuild b/dev/util/scons/scons.mkbuild index 96644b8..a47a23c 100644 --- a/dev/util/scons/scons.mkbuild +++ b/dev/util/scons/scons.mkbuild @@ -26,7 +26,7 @@ #------------------------ # # 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: diff --git a/gnome/base/libbonobo/libbonobo.mkbuild b/gnome/base/libbonobo/libbonobo.mkbuild index cb1a4a0..0decde0 100644 --- a/gnome/base/libbonobo/libbonobo.mkbuild +++ b/gnome/base/libbonobo/libbonobo.mkbuild @@ -12,7 +12,7 @@ #------------------------ # # 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' diff --git a/gnome/base/libgnomeui/libgnomeui.mkbuild b/gnome/base/libgnomeui/libgnomeui.mkbuild index bf21342..9da735f 100644 --- a/gnome/base/libgnomeui/libgnomeui.mkbuild +++ b/gnome/base/libgnomeui/libgnomeui.mkbuild @@ -17,7 +17,7 @@ #------------------------ # # 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' diff --git a/gnome/base/orbit/ORBit2.mkbuild b/gnome/base/orbit/ORBit2.mkbuild index 9001e46..49fb33d 100644 --- a/gnome/base/orbit/ORBit2.mkbuild +++ b/gnome/base/orbit/ORBit2.mkbuild @@ -17,7 +17,7 @@ #------------------------ # # 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' diff --git a/mail/client/sylpheed/sylpheed.mkbuild b/mail/client/sylpheed/sylpheed.mkbuild index 1f75b0a..6ac0534 100644 --- a/mail/client/sylpheed/sylpheed.mkbuild +++ b/mail/client/sylpheed/sylpheed.mkbuild @@ -17,15 +17,15 @@ #------------------------ # # 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 @@ -35,12 +35,12 @@ # # 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. @@ -62,7 +62,8 @@ # 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 diff --git a/media/gfx/exiv2/exiv2.mkbuild b/media/gfx/exiv2/exiv2.mkbuild index ce82557..6fb732f 100644 --- a/media/gfx/exiv2/exiv2.mkbuild +++ b/media/gfx/exiv2/exiv2.mkbuild @@ -12,7 +12,7 @@ #------------------------ # # 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' @@ -80,7 +80,7 @@ # Others changes #--------------------- #[[PATCH FILES]]="" -[[MD5SUM CODE]]="bb18d19e1d6fb255dadda456cadec00e" +#[[MD5SUM CODE]]="bb18d19e1d6fb255dadda456cadec00e" #[[MD5SUM EXTENSION]]="" #[[SIGNING KEY]]="" #[[SIGNING KEY URL]]="" @@ -108,20 +108,20 @@ 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 diff --git a/media/gfx/gphoto2/gphoto2.mkbuild b/media/gfx/gphoto2/gphoto2.mkbuild index 7d40859..b02de5c 100644 --- a/media/gfx/gphoto2/gphoto2.mkbuild +++ b/media/gfx/gphoto2/gphoto2.mkbuild @@ -12,7 +12,7 @@ #------------------------ # # 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' diff --git a/media/libs/libgphoto2/libgphoto2.mkbuild b/media/libs/libgphoto2/libgphoto2.mkbuild index 5c5772c..b0a071f 100644 --- a/media/libs/libgphoto2/libgphoto2.mkbuild +++ b/media/libs/libgphoto2/libgphoto2.mkbuild @@ -12,7 +12,7 @@ #------------------------ # # 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' diff --git a/media/libs/libkipi/libkipi.mkbuild b/media/libs/libkipi/libkipi.mkbuild index 03944f3..ce34292 100644 --- a/media/libs/libkipi/libkipi.mkbuild +++ b/media/libs/libkipi/libkipi.mkbuild @@ -132,11 +132,11 @@ off: postinstall_script #>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: diff --git a/media/libs/smpeg/smpeg.mkbuild b/media/libs/smpeg/smpeg.mkbuild index b3a800a..c0712df 100644 --- a/media/libs/smpeg/smpeg.mkbuild +++ b/media/libs/smpeg/smpeg.mkbuild @@ -127,12 +127,12 @@ 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 diff --git a/media/radio/gnuradio/gnuradio.mkbuild b/media/radio/gnuradio/gnuradio.mkbuild index dcda3a5..45d3e8e 100644 --- a/media/radio/gnuradio/gnuradio.mkbuild +++ b/media/radio/gnuradio/gnuradio.mkbuild @@ -44,7 +44,7 @@ # # 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: @@ -83,23 +83,14 @@ off: compress_info_files #------------------ #>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 #slackdesc diff --git a/media/sound/audacity/audacity.mkbuild b/media/sound/audacity/audacity.mkbuild index e446f86..f82dd3d 100644 --- a/media/sound/audacity/audacity.mkbuild +++ b/media/sound/audacity/audacity.mkbuild @@ -17,7 +17,7 @@ #------------------------ # # 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' diff --git a/media/sound/jack/jack.mkbuild b/media/sound/jack/jack.mkbuild index f935e32..50d0931 100644 --- a/media/sound/jack/jack.mkbuild +++ b/media/sound/jack/jack.mkbuild @@ -17,7 +17,7 @@ #------------------------ # # 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' diff --git a/media/video/vlc/vlc.mkbuild b/media/video/vlc/vlc.mkbuild index 1efcee9..1a9512a 100644 --- a/media/video/vlc/vlc.mkbuild +++ b/media/video/vlc/vlc.mkbuild @@ -26,7 +26,7 @@ #------------------------ # # 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 diff --git a/net/dns/avahi/avahi.mkbuild b/net/dns/avahi/avahi.mkbuild index 84269b2..b5bb3e8 100644 --- a/net/dns/avahi/avahi.mkbuild +++ b/net/dns/avahi/avahi.mkbuild @@ -12,7 +12,7 @@ #------------------------ # # 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' diff --git a/net/im/bitlbee/bitlbee.mkbuild b/net/im/bitlbee/bitlbee.mkbuild index 960c533..33a5466 100644 --- a/net/im/bitlbee/bitlbee.mkbuild +++ b/net/im/bitlbee/bitlbee.mkbuild @@ -26,7 +26,7 @@ #------------------------ # # 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 @@ -73,7 +73,7 @@ off: md5sum_download_and_check_0 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 diff --git a/net/www/gnash/gnash.mkbuild b/net/www/gnash/gnash.mkbuild index 6a767e3..5a4f343 100644 --- a/net/www/gnash/gnash.mkbuild +++ b/net/www/gnash/gnash.mkbuild @@ -17,7 +17,7 @@ #------------------------ # # 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' @@ -62,7 +62,7 @@ # 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 @@ -78,11 +78,11 @@ # # 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 @@ -90,7 +90,7 @@ # # Number of jobs -[[NUMBER OF JOBS]]="-j4" +[[NUMBER OF JOBS]]="-j3" #--------------------- # Others changes @@ -100,7 +100,7 @@ #[[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" @@ -128,7 +128,7 @@ off: md5sum_download_and_check_0 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 diff --git a/sci/mathematics/octave/octave.mkbuild b/sci/mathematics/octave/octave.mkbuild index 20ced22..81ad52b 100644 --- a/sci/mathematics/octave/octave.mkbuild +++ b/sci/mathematics/octave/octave.mkbuild @@ -31,7 +31,7 @@ # # 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. @@ -75,7 +75,7 @@ # # Number of jobs -[[NUMBER OF JOBS]]="-j7" +[[NUMBER OF JOBS]]="-j4" #--------------------- # Others changes diff --git a/sys/apps/simplepkg/simplepkg.mkbuild b/sys/apps/simplepkg/simplepkg.mkbuild index 6887281..3144d36 100644 --- a/sys/apps/simplepkg/simplepkg.mkbuild +++ b/sys/apps/simplepkg/simplepkg.mkbuild @@ -22,9 +22,9 @@ # 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 diff --git a/x11/libs/wxwidgets/wxWidgets.mkbuild b/x11/libs/wxwidgets/wxWidgets.mkbuild index 9fddcbc..dd0ba19 100644 --- a/x11/libs/wxwidgets/wxWidgets.mkbuild +++ b/x11/libs/wxwidgets/wxWidgets.mkbuild @@ -26,7 +26,7 @@ #------------------------ # # 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: -- cgit v1.2.3