]> gitweb.fluxo.info Git - mkbuilds.git/commitdiff
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@87 18ef50b8-d735-4ccd-97c1...
authorrudson <rudson@18ef50b8-d735-4ccd-97c1-689132df3dd9>
Sat, 19 Apr 2008 13:01:03 +0000 (13:01 +0000)
committerrudson <rudson@18ef50b8-d735-4ccd-97c1-689132df3dd9>
Sat, 19 Apr 2008 13:01:03 +0000 (13:01 +0000)
app/cdr/k9copy/k9copy.mkbuild
app/emulation/wine/wine.mkbuild
app/office/broffice/broffice.mkbuild

index 821c0c7c25689305e105fe99989be23f08c83ac6..599b9160f9878bfa984f24063daee5ecbd79ea4d 100644 (file)
@@ -12,7 +12,7 @@
 #------------------------
 #
 # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/k9copy/k9copy-1.1.3.tar.gz"
+[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/k9copy/k9copy-1.2.3.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'
@@ -46,7 +46,7 @@
 # Dependency list input
 # Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]"
 # Example:
-[[SLACK REQUIRED]]="vamps:qt:kdelibs:libdvdread:libdvdcss"
+[[SLACK REQUIRED]]="ffmpeg:vamps:qt:kdelibs:libdvdread:libdvdcss"
 
 #
 # Decompress program
@@ -66,7 +66,7 @@
 
 #
 # ./configure options
-[[OTHER CONFIGURE ARGS]]=""
+[[OTHER CONFIGURE ARGS]]="--disable-debug --program-prefix= --program-suffix= "
 
 #
 # PREFIX. Default /usr
@@ -142,3 +142,10 @@ k9copy:
 k9copy:
 k9copy:
 #<slackdesc
+
+#p>
+ <make_package> off
++# Small patch
++sed -i 's/^#include <ffmpeg\/avformat.h>/#include <libavformat\/avformat.h>/' k9author/k9avidecode.h
++sed -i 's/#include <ffmpeg\/avcodec.h>/#include <libavcodec\/avcodec.h>/' k9author/k9avidecode.cpp
+#p<
\ No newline at end of file
index daff0c98d1d2d683242da5e23fb6b974c892341e..daceab8cc8ac7fb484ee2965ccfec3abe75d4058 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.53.tar.bz2"
+[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/wine/wine-0.9.59.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 603b2b7a33f1090936bffe753d8a12d17dac6aa7..18763cce941de5817276bef77478d2f8d5bd92df 100644 (file)
@@ -12,7 +12,7 @@
 #------------------------
 #
 # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="ftp://ftp.unicamp.br/pub/broffice/stable/2.3.1/"
+[[DOWNLOAD FOLDER URL]]="http://ftp.unicamp.br/pub/broffice/stable/$VERSION"
 
 # 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 construction string
 # Default value is: $SRC_NAME-$VERSION.tar.$EXTENSION
-[[SOURCE NAME CONSTRUCTION STRING]]="${SRC_NAME}_${VERSION}rc1_20071113_LinuxIntel_install_pt-BR.tar.$EXTENSION"
+[[SOURCE NAME CONSTRUCTION STRING]]="${SRC_NAME}_${VERSION}_LinuxIntel_install_pt-BR.tar.$EXTENSION"
 
 #
 # Package version.  Null ("") to auto-set.
 # Auto-set, get VERSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
-[[VERSION]]="2.3.1"
+[[VERSION]]="2.4.0"
 
 #
 # Package extension. Null ("") to auto-set
@@ -70,7 +70,7 @@
 
 #
 # PREFIX. Default /usr
-[[PREFIX]]="/usr/share/broffice.org2.3"
+[[PREFIX]]="/usr/share/broffice.org2.4"
 
 #
 # Number of jobs
@@ -170,20 +170,20 @@ rm *.rpm 2>/dev/null
 
 # Convert links to KDE
 cd desktop-integration
-echo -e "\ninstall broffice.org-slackware-menus-2.3*.rpm"
-tar xvf broffice.org-slackware-menus-2.3*.tgz -C $PKG || exit $ERROR_TAR
+echo -e "\ninstall broffice.org-slackware-menus-2.4*.rpm"
+tar xvf broffice.org-slackware-menus-2.4*.tgz -C $PKG || exit $ERROR_TAR
 rm *.rpm *.deb 2>/dev/null
 cd ..
 
 # Change opt directory
 mkdir -p $PKG/usr/share
-mv $PKG/opt/broffice.org2.3 $PKG/usr/share/
+mv $PKG/opt/broffice.org2.4 $PKG/usr/share/
 
 mv $PKG/opt/kde/share/* $PKG/usr/share/
 rm -rf $PKG/opt
 
 # Change doinstall install directory
-sed 's/\/opt\/broffice.org2.3/\/usr\/share\/broffice.org2.3\//' $PKG/install/doinst.sh > $PKG/install/doinst.sh.new
+sed 's/\/opt\/broffice.org2.4/\/usr\/share\/broffice.org2.4\//' $PKG/install/doinst.sh > $PKG/install/doinst.sh.new
 mv $PKG/install/doinst.sh.new $PKG/install/doinst.sh
 #<make_package