wok-next rev 18537
Up mp(5.2.10), kkedit(0.2.11), mplayer: fix *desktop
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Nov 02 12:40:01 2015 +0100 (2015-11-02) |
parents | 2e544f80e288 |
children | 1c8303b6f511 |
files | kkedit/receipt mp/receipt mplayer/stuff/mplayer.conf mplayer/stuff/mplayer.desktop |
line diff
1.1 --- a/kkedit/receipt Sun Nov 01 11:36:32 2015 +0100 1.2 +++ b/kkedit/receipt Mon Nov 02 12:40:01 2015 +0100 1.3 @@ -1,25 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="kkedit" 1.7 -VERSION="0.0.12" 1.8 +VERSION="0.2.11" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Source code text editor" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 LICENSE="GPL3" 1.13 WEB_SITE="http://keithhedger.hostingsiteforfree.com/pages/kkedit/help.html" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WGET_URL="http://keithhedger.hostingsiteforfree.com/zips/kkedit/KKEdit-$VERSION.tar.gz" 1.16 +WGET_URL="http://khapplications.darktech.org/zips/kkedit/KKEdit-$VERSION.tar.gz" 1.17 1.18 DEPENDS="gtk+ gtksourceview libunique" 1.19 BUILD_DEPENDS="automake autoconf gtk+-dev gtksourceview-dev libunique-dev \ 1.20 -ctags libxml2-dev" 1.21 +ctags libxml2-dev libtool" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - ./autogen.sh --prefix=/usr && 1.27 - sed -i '129 c\ 1.28 -GTKSRC_CFLAGS = $(pkg-config --cflags gtksourceview-2.0)' $src/Makefile && 1.29 + ./configure --disable-docviewer --prefix=/usr --&& 1.30 make && 1.31 make install 1.32 }
2.1 --- a/mp/receipt Sun Nov 01 11:36:32 2015 +0100 2.2 +++ b/mp/receipt Mon Nov 02 12:40:01 2015 +0100 2.3 @@ -1,14 +1,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="mp" 2.7 -VERSION="5.1.3" 2.8 +VERSION="5.2.10" 2.9 CATEGORY="development" 2.10 SHORT_DESC="A text editor for programmers" 2.11 MAINTAINER="allan316@gmail.com" 2.12 LICENSE="GPL2" 2.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 WEB_SITE="http://triptico.com/software/mp.html" 2.15 -WGET_URL="http://triptico.com/download/$TARBALL" 2.16 +WGET_URL="http://triptico.com/download/mp/$TARBALL" 2.17 TAGS="text-editor" 2.18 2.19 DEPENDS="gtk+" 2.20 @@ -17,9 +17,8 @@ 2.21 # Rules to configure and make the package. 2.22 compile_rules() 2.23 { 2.24 - export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" 2.25 mkdir -p $DESTDIR/usr/bin 2.26 - sed -i 's/TRY_DRIVERS()/(0)/' mp_core.c 2.27 + # sed -i 's/TRY_DRIVERS()/(0)/' mp_core.c 2.28 ./config.sh \ 2.29 --prefix=/usr \ 2.30 --without-qt4 \
3.1 --- a/mplayer/stuff/mplayer.conf Sun Nov 01 11:36:32 2015 +0100 3.2 +++ b/mplayer/stuff/mplayer.conf Mon Nov 02 12:40:01 2015 +0100 3.3 @@ -4,6 +4,8 @@ 3.4 3.5 # Specify default video driver (see -vo help for a list). 3.6 vo=xv,x11,fbdev2 3.7 +#vf=eq2 3.8 +#zoom=1 3.9 3.10 # Specify default audio driver (see -ao help for a list). 3.11 ao=alsa:device=hw=0.0,alsa
4.1 --- a/mplayer/stuff/mplayer.desktop Sun Nov 01 11:36:32 2015 +0100 4.2 +++ b/mplayer/stuff/mplayer.desktop Mon Nov 02 12:40:01 2015 +0100 4.3 @@ -1,4 +1,5 @@ 4.4 [Desktop Entry] 4.5 +Type=Application 4.6 Name=MPlayer Media Player 4.7 Name[de]=MPlayer Medienwiedergabe 4.8 Name[es]=MPlayer Reproductor multimedia