KMess 2.0 is OUT!!

Postate qui per tutte le discussioni legate a Linux in generale.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Gnu/Linux in genere, se l'argomento è specifico alla Slackware usate uno dei forum Slackware o Slackware64.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Rispondi
Avatar utente
Trotto@81
Iper Master
Iper Master
Messaggi: 3559
Iscritto il: sab 26 giu 2004, 0:00
Nome Cognome: Andrea
Slackware: Slackware64 14.2 bet
Kernel: default
Desktop: KDE 4.14.14
Località: Monasterace M. (RC)
Contatta:

KMess 2.0 is OUT!!

Messaggio da Trotto@81 »

Che dire se non :D
http://kmess.org

metrofox
Linux 3.x
Linux 3.x
Messaggi: 760
Iscritto il: gio 7 ago 2008, 12:29
Slackware: slackware64-current
Kernel: 3.4.4-ck3
Desktop: FluxBox-1.3.1
Distribuzione: FreeBSD-8.1(amd64)
Località: London

Re: KMess 2.0 is OUT!!

Messaggio da metrofox »

Che dire se l'ho da tempo pacchettizzato con lo slackbuild mio :P Io ve lo do :D Sono un aspirante packager:

Codice: Seleziona tutto

#!/bin/bash                                                
# SlackBuild Heavily based on Slackware 13.0               
# http://kmess.org                                         
# Packager metrofox                                        
# metrofox9@gmail.com                                      

CWD=`pwd`
TMP=${TMP:-/tmp/tgz}
NAME=kmess          
PKG=$TMP/package/$NAME
VERSION=2.0           
ARCH=${ARCH:-i686}    
BUILD=1mfx            
SOURCE=http://downloads.sourceforge.net/sourceforge/$NAME/$NAME-$VERSION.tar.gz

# Other useful variables

BLD_PREFIX="/usr"               
BLD_DOCDIR="${BLD_PREFIX}/doc"  
SLKCHOST="i686"                 

if [ ! -e $NAME-$VERSION.tar.gz ]; then
 wget -c $SOURCE                       
fi                                     

if [ "$ARCH" = "i486" ]; then
  SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then          
  SLKCFLAGS="-O3 -march=i686 -pipe -fomit-frame-pointer"
elif [ "$ARCH" = "athlon64" ]; then                     
  SLKCFLAGS="-O2 -march=athlon64 -pipe"                 
elif [ "$ARCH" = "athlonxp" ]; then                     
  SLKCFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer"
elif [ "$ARCH" = "x86_64" ]; then                            
  SLKCFLAGS="-O2"                                            
elif [ "$ARCH" = "s390" ]; then                              
  SLKCFLAGS="-O2"                                            
fi                                                           

if [ ! -d $TMP ]; then
 mkdir -p $TMP        
fi                    
if [ ! -d $PKG ]; then
 mkdir -p $PKG        
fi                    

cd $TMP
tar xzvf $CWD/$NAME-$VERSION.tar.gz

echo -e "+ \E[1;34m-------------------------------\E[0;00m +"
echo -e "|\E[5;31m Start SlackBuild $NAME-$VERSION \E[0;00m|"
echo -e "+ \E[1;34m-------------------------------\E[0;00m +"

cd $NAME-$VERSION

find . -perm 666 -exec chmod 644 {} \;
find . -perm 664 -exec chmod 644 {} \;
find . -perm 600 -exec chmod 644 {} \;
find . -perm 444 -exec chmod 644 {} \;
find . -perm 400 -exec chmod 644 {} \;
find . -perm 440 -exec chmod 644 {} \;
find . -perm 777 -exec chmod 755 {} \;
find . -perm 775 -exec chmod 755 {} \;
find . -perm 511 -exec chmod 755 {} \;
find . -perm 711 -exec chmod 755 {} \;
find . -perm 555 -exec chmod 755 {} \;

chown -R root:root .

# Running cmake...

cmake \
 -DCMAKE_BUILD_TYPE="${SLKCHOST}" \
 -DCMAKE_CXX_FLAGS="${SLKCFLAGS}" \
 -DCMAKE_C_FLAGS="${SLKCFLAGS}" \  
 -DCMAKE_MODULE_LINKER_FLAGS="${SLKLDFLAGS}" \
 -DCMAKE_INSTALL_PREFIX="${BLD_PREFIX}" \     
.                                             
# ccmake .                                      

# Compilation
make || exit 1
make install DESTDIR=$PKG || exit 1

mkdir -p $PKG/usr/doc/$NAME-$VERSION
cp -a AUTHORS COPYING ChangeLog FEATURES INSTALL NEWS README TODO $PKG/usr/doc/$NAME-$VERSION

( cd $PKG
  find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null                                                          
  find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
  find . | xargs file | grep "current ar archive" | cut -f 1 -d : | xargs strip -g 2> /dev/null
)

mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/slack-desc > $PKG/usr/doc/$NAME-$VERSION/slack-desc
cat $CWD/$NAME.SlackBuild > $PKG/usr/doc/$NAME-$VERSION/$NAME.SlackBuild

cd $PKG
# requiredbuilder -y -v -s $CWD $PKG
makepkg -l y -c n $CWD/$NAME-$VERSION-$ARCH-$BUILD.txz

echo -e "+ \E[1;34m-------------------------------\E[0;00m +"
echo -e "|\E[5;31m Pacchetto creato con successo!  \E[0;00m|"
echo -e "+ \E[1;34m-------------------------------\E[0;00m +"

if [ "$1" = "--cleanup" ]; then
 rm -rf $TMP
fi

Codice: Seleziona tutto

# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.  Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in.  You must
# make exactly 11 lines for the formatting to be correct.  It's also
# customary to leave one space after the ':'.


     |-----handy-ruler--------------------------------------------------------|
kmess: Kmess (MSN Messenger client)
kmess:
kmess: KMess is a MSN Messenger client for Linux. It enables Linux users to
kmess: chat with friends online who are using MSN Messenger in Windows or Mac
kmess: OS. The strength of KMess is it's integration with the KDE desktop
kmess: environment, focus on MSN Messenger specific features and an easy-to-use
kmess: interface.
kmess:
kmess: Homepage:
kmess: http://kmess.org
kmess:

Avatar utente
SIV
Linux 3.x
Linux 3.x
Messaggi: 921
Iscritto il: mer 25 apr 2007, 14:07

Re: KMess 2.0 is OUT!!

Messaggio da SIV »

Installato dai sorgenti, carino :D

Lo uso sempre al posto di emesene su pc dove posso permettermelo (dato che vuole kde4 come dipendenza) \:D/

Ora devo vedere se supporta anche la webcam.

Avatar utente
Trotto@81
Iper Master
Iper Master
Messaggi: 3559
Iscritto il: sab 26 giu 2004, 0:00
Nome Cognome: Andrea
Slackware: Slackware64 14.2 bet
Kernel: default
Desktop: KDE 4.14.14
Località: Monasterace M. (RC)
Contatta:

Re: KMess 2.0 is OUT!!

Messaggio da Trotto@81 »

L'ho sempre usato su KDE, dover passare al 4 e non averlo sarebbe stata una sofferenza. :p

Avatar utente
op15l
Linux 3.x
Linux 3.x
Messaggi: 604
Iscritto il: mer 26 gen 2005, 0:00
Kernel: 2.6.27
Desktop: kde 4.1.3
Località: Cattolica

Re: KMess 2.0 is OUT!!

Messaggio da op15l »

a me da errore sulle qca nonostante le abbia installate con i plug-in necessari:

+ QCA 2 - OpenSSL Plugin: OpenSSL interaction library for QCA2 <http://delta.affinix.com/qca/>
Required for the Windows Live Messenger login process.
* This package should have been installed along QCA2: if you have QCA2 installed
but still see this message, your distribution probably packages it separately.
Ubuntu does this, the package name is 'libqca2-plugin-ossl'.
* Please refer to the KMess forum for more info, and specially to this guide: http://www.kmess.org/board/viewtopic.php?t=3100


bah, avete avuto di questi problemi?

metrofox
Linux 3.x
Linux 3.x
Messaggi: 760
Iscritto il: gio 7 ago 2008, 12:29
Slackware: slackware64-current
Kernel: 3.4.4-ck3
Desktop: FluxBox-1.3.1
Distribuzione: FreeBSD-8.1(amd64)
Località: London

Re: KMess 2.0 is OUT!!

Messaggio da metrofox »

Sarebbe meglio se KDE4 fosse installato sul tuo sistema :)

Avatar utente
sya54M
Master
Master
Messaggi: 1665
Iscritto il: mer 6 giu 2007, 14:44
Nome Cognome: Andrea Peluso
Slackware: 64-current
Kernel: ultimo
Desktop: KDE
Località: (Salerno)
Contatta:

Re: KMess 2.0 is OUT!!

Messaggio da sya54M »

visto che è un programma che uso anch'io l'ho pacchettizzato e se servisse a qualcuno l'ho pubblicato qui:
http://sya54m.altervista.org/download.php#kmess2.0
sia la versione 2.0 stabile che la 2.1svn aggiornato a oggi

Rispondi