]> gitweb.fluxo.info Git - mkbuilds.git/commitdiff
merging with changes made since 21th May
authorrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>
Wed, 3 Sep 2008 03:46:06 +0000 (03:46 +0000)
committerrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>
Wed, 3 Sep 2008 03:46:06 +0000 (03:46 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@232 18ef50b8-d735-4ccd-97c1-689132df3dd9

28 files changed:
app/admin/hddtemp/hddtemp.mkbuild
app/emulation/wine/wine.mkbuild
app/office/broffice/broffice.mkbuild
app/text/rarian/rarian.mkbuild
dev/db/sqlite/sqlite.mkbuild
dev/lang/yasm/yasm.mkbuild
dev/python/numpy/numpy.mkbuild
dev/util/glade/glade.mkbuild
dev/util/scons/scons.mkbuild
gnome/base/libbonobo/libbonobo.mkbuild
gnome/base/libgnomeui/libgnomeui.mkbuild
gnome/base/orbit/ORBit2.mkbuild
mail/client/sylpheed/sylpheed.mkbuild
media/gfx/exiv2/exiv2.mkbuild
media/gfx/gphoto2/gphoto2.mkbuild
media/libs/libgphoto2/libgphoto2.mkbuild
media/libs/libkipi/libkipi.mkbuild
media/libs/smpeg/smpeg.mkbuild
media/radio/gnuradio/gnuradio.mkbuild
media/sound/audacity/audacity.mkbuild
media/sound/jack/jack.mkbuild
media/video/vlc/vlc.mkbuild
net/dns/avahi/avahi.mkbuild
net/im/bitlbee/bitlbee.mkbuild
net/www/gnash/gnash.mkbuild
sci/mathematics/octave/octave.mkbuild
sys/apps/simplepkg/simplepkg.mkbuild
x11/libs/wxwidgets/wxWidgets.mkbuild

index 2edb6383c2dfe0a66caa892ee4d3c67384a2cafd..f7a37089745878133d4357898ddc975b13a1098d 100644 (file)
@@ -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<
index daceab8cc8ac7fb484ee2965ccfec3abe75d4058..b17755e0fa7636ff7c034a69e780526948b8653d 100644 (file)
@@ -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'
index 18763cce941de5817276bef77478d2f8d5bd92df..ae57ba7aa45b948b32eee4b6c3b1d5050dc8ffec 100644 (file)
@@ -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
index b0cd61fc4642c1242ec9bd1ce6f881a8c8156972..b3260b5c9155af201c8ec0d43953b21474adf3a2 100644 (file)
@@ -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'
index a1dd67fe93e7345fe3e32d750bda27df647dc5fa..d07ed6681e4c579df085860fcbea7b2ffa1b7820 100644 (file)
@@ -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'
index d7a496da656f3724d7e0747b8299e12e0a4097d8..af94b4013e83fac24cce91d8dadca8052d3e34b9 100644 (file)
@@ -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:
index b8e6c0cec3a79e40d38bc52d60b8c421d199d9ce..129eb220e9212f849ea98be46352330bfddbd611 100644 (file)
@@ -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
 # 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
@@ -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:
 #<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<
index abb75eae50be48a8f94c29c06c551b4ac84c820e..9152232641f98f00f3219dec85bb7911a11fc7d2 100644 (file)
 #------------------------
 #
 # 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.
@@ -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
index 96644b8f9b106c7b1eedb7af438c73c334034c18..a47a23cf6a7e2748072b691c5bb518cb70cd607c 100644 (file)
@@ -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:
index cb1a4a0239b0dadc65db0ef2590be5fb34baaa27..0decde0199190e2efef9b2bfce06aeeb9f5c36cd 100644 (file)
@@ -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'
index bf21342c5086f88aecca8b86127d689e36e3023c..9da735f27f71043cdb05d75e3a112f87b5bbc84d 100644 (file)
@@ -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'
index 9001e46fad446f9870a94f77684155c0c9706ed0..49fb33d6ad151d3c8714a4bc98c8df8b7d393594 100644 (file)
@@ -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'
index 1f75b0ac5e9587d12fd3fb8c45cc7f6a2adc0e22..6ac05346165789807a0311211f61c7b01f820186 100644 (file)
 #------------------------
 #
 # 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.
@@ -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
index ce8255744a3e31661a9e8906c535770667ceb6f1..6fb732f6f5e0c7b7c8847200baf09e8145f4402f 100644 (file)
@@ -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]]=""
  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
index 7d40859983e3a1467f7fafd77b83edab15904a44..b02de5c3067eeddeb67a7dc1fad5ab3174f07a6f 100644 (file)
@@ -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'
index 5c5772cc09705bfc773433c731936b450868cd63..b0a071f5d7b1e38834cbc04004743f92742c0dbb 100644 (file)
@@ -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'
index 03944f37a96c648f92b03512e165cc2a36ab9059..ce34292945ec7e44163a815e6e059a7ebaa8d15f 100644 (file)
@@ -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:
index b3a800a860b41b4d62d8f319f268d1a6109b17fd..c0712df9db2c7b2389e3c484557ccc2fb8c70978 100644 (file)
  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
index dcda3a5830b243516e2375b071cda4c0f9c9739a..45d3e8e68d5f16a66e8b2253ec017f1447e7c645 100644 (file)
@@ -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
 #<configure
 
 #>slackdesc
index e446f86b18ea65fd6bbc281d355d00ef6a7e6433..f82dd3dab98ee303f747902c40b73a24ab33d854 100644 (file)
@@ -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'
index f935e327c550d9bd1b302bc2de81dedfb3306ca4..50d0931d6fb411d69b86bd94804b6103764ff629 100644 (file)
@@ -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'
index 1efcee910dc1b458761a0969007370c3525d510c..1a9512a0dd1a4372bd2beec8ad10abe6c7c80389 100644 (file)
@@ -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
index 84269b262bfebf5dabe48c00fc6b0a63d721990b..b5bb3e82aa1468fb2fda3659f07a1a0fd60f8da4 100644 (file)
@@ -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'
index 960c533ef40442e35557fd9da5c9628029cff5e9..33a5466ccce4962dafcc177cde8905dffbc215f5 100644 (file)
@@ -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
index 6a767e3ed4ad1492c693135bf2a0074188ae756f..5a4f343a35e3f0a960749d7d4c324184a4047baa 100644 (file)
@@ -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
 #
 # 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
 #[[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
index 20ced226fdf6203342645e2f3f9ea0884043904b..81ad52b4b35233589e3c0044ae089f73c77007bf 100644 (file)
@@ -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
index 68872813733c425fde170f3506f368d372e676e0..3144d36bf981c88baf517a086f907c730ceaec7b 100644 (file)
@@ -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
index 9fddcbccc4efc332889aaa05ceaeb88a70ae72a2..dd0ba190406895f7a0497327a1c2d16757216947 100644 (file)
@@ -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: