# HG changeset patch # User Xander Ziiryanoff # Date 1446464401 -3600 # Node ID bb3ad5d937fc90cf2c6052217bec3220a2c81132 # Parent 2e544f80e288002795189e0dbf322d7bab7a6e4e Up mp(5.2.10), kkedit(0.2.11), mplayer: fix *desktop diff -r 2e544f80e288 -r bb3ad5d937fc kkedit/receipt --- a/kkedit/receipt Sun Nov 01 11:36:32 2015 +0100 +++ b/kkedit/receipt Mon Nov 02 12:40:01 2015 +0100 @@ -1,25 +1,23 @@ # SliTaz package receipt. PACKAGE="kkedit" -VERSION="0.0.12" +VERSION="0.2.11" CATEGORY="development" SHORT_DESC="Source code text editor" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3" WEB_SITE="http://keithhedger.hostingsiteforfree.com/pages/kkedit/help.html" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://keithhedger.hostingsiteforfree.com/zips/kkedit/KKEdit-$VERSION.tar.gz" +WGET_URL="http://khapplications.darktech.org/zips/kkedit/KKEdit-$VERSION.tar.gz" DEPENDS="gtk+ gtksourceview libunique" BUILD_DEPENDS="automake autoconf gtk+-dev gtksourceview-dev libunique-dev \ -ctags libxml2-dev" +ctags libxml2-dev libtool" # Rules to configure and make the package. compile_rules() { - ./autogen.sh --prefix=/usr && - sed -i '129 c\ -GTKSRC_CFLAGS = $(pkg-config --cflags gtksourceview-2.0)' $src/Makefile && + ./configure --disable-docviewer --prefix=/usr --&& make && make install } diff -r 2e544f80e288 -r bb3ad5d937fc mp/receipt --- a/mp/receipt Sun Nov 01 11:36:32 2015 +0100 +++ b/mp/receipt Mon Nov 02 12:40:01 2015 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="mp" -VERSION="5.1.3" +VERSION="5.2.10" CATEGORY="development" SHORT_DESC="A text editor for programmers" MAINTAINER="allan316@gmail.com" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://triptico.com/software/mp.html" -WGET_URL="http://triptico.com/download/$TARBALL" +WGET_URL="http://triptico.com/download/mp/$TARBALL" TAGS="text-editor" DEPENDS="gtk+" @@ -17,9 +17,8 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" mkdir -p $DESTDIR/usr/bin - sed -i 's/TRY_DRIVERS()/(0)/' mp_core.c + # sed -i 's/TRY_DRIVERS()/(0)/' mp_core.c ./config.sh \ --prefix=/usr \ --without-qt4 \ diff -r 2e544f80e288 -r bb3ad5d937fc mplayer/stuff/mplayer.conf --- a/mplayer/stuff/mplayer.conf Sun Nov 01 11:36:32 2015 +0100 +++ b/mplayer/stuff/mplayer.conf Mon Nov 02 12:40:01 2015 +0100 @@ -4,6 +4,8 @@ # Specify default video driver (see -vo help for a list). vo=xv,x11,fbdev2 +#vf=eq2 +#zoom=1 # Specify default audio driver (see -ao help for a list). ao=alsa:device=hw=0.0,alsa diff -r 2e544f80e288 -r bb3ad5d937fc mplayer/stuff/mplayer.desktop --- a/mplayer/stuff/mplayer.desktop Sun Nov 01 11:36:32 2015 +0100 +++ b/mplayer/stuff/mplayer.desktop Mon Nov 02 12:40:01 2015 +0100 @@ -1,4 +1,5 @@ [Desktop Entry] +Type=Application Name=MPlayer Media Player Name[de]=MPlayer Medienwiedergabe Name[es]=MPlayer Reproductor multimedia