Index: head/audio/boodler/Makefile =================================================================== --- head/audio/boodler/Makefile (revision 493866) +++ head/audio/boodler/Makefile (revision 493867) @@ -1,71 +1,68 @@ # Created by: Dan Pelleg # $FreeBSD$ PORTNAME= boodler PORTVERSION= 1.5.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://www.eblong.com/zarf/boodler/ DISTFILES= boodler-153.tar.gz boodler-snd-021902.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Programmable soundscape tool LICENSE= LGPL20 # Main program only, sounds have various copyrights LICENSE_FILE= ${WRKSRC}/LGPL RESTRICTED= Not for commercial use RESTRICTED_FILES= boodler-snd-021902.tar.gz USES= python:2.7 shebangfix HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.py CONFIGURE_ARGS= --include ${LOCALBASE}/include --lib ${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME} SHEBANG_FILES= ${CONFIGURE_SCRIPT} boodler.py SUB_FILES= boodler-wrapper SUB_LIST= PYTHON_CMD=${PYTHON_CMD} OPTIONS_DEFINE= DOCS OPTIONS_SINGLE= AUDIO -OPTIONS_SINGLE_AUDIO= ESOUND FILE OSS +OPTIONS_SINGLE_AUDIO= FILE OSS OPTIONS_DEFAULT= OSS AUDIO_DESC= Audio backend - -ESOUND_LIB_DEPENDS= libesd.so:audio/esound -ESOUND_CONFIGURE_ON= --driver esd FILE_DESC= Write raw PCM data to a file FILE_CONFIGURE_ON= --driver file OSS_CONFIGURE_ON= --driver oss .include CONFIGURE_ARGS+= --PIC post-patch: ${REINPLACE_CMD} -e "s|python|${PYTHON_CMD}|" \ -e "s|make |${MAKE_CMD} |g" ${WRKSRC}/Makefile ${RMDIR} ${WRKDIR}/boodler-snd/string post-build: ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/effects ${WRKSRC}/boodle ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/effects ${WRKSRC}/boodle do-install: (cd ${WRKDIR} && ${COPYTREE_SHARE} boodler-snd ${STAGEDIR}${DATADIR}) (cd ${WRKSRC} && ${COPYTREE_SHARE} "boodle effects" ${STAGEDIR}${DATADIR}) ${INSTALL_SCRIPT} ${WRKDIR}/boodler-wrapper ${STAGEDIR}${PREFIX}/bin/boodler ${INSTALL_SCRIPT} ${WRKSRC}/boodler.py ${STAGEDIR}${DATADIR} ${RM} ${STAGEDIR}${DATADIR}/boodle/cboodle.so ${INSTALL_PROGRAM} ${WRKSRC}/boodle/cboodle.so ${STAGEDIR}${DATADIR}/boodle/cboodle.so do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} .include Index: head/audio/festival/Makefile =================================================================== --- head/audio/festival/Makefile (revision 493866) +++ head/audio/festival/Makefile (revision 493867) @@ -1,113 +1,113 @@ # Created by: trevor # $FreeBSD$ PORTNAME= festival PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= audio accessibility MASTER_SITES= FESTIVAL DISTFILES= ${DISTNAME}-release.tar.gz \ speech_tools-${PORTVERSION}-release.tar.gz DIST_SUBDIR= festival PATCHFILES= src_modules_diphone_diphone.h.diff?id=b58a836:debian \ src_modules_diphone_di_io.cc.diff?id=b58a836:debian \ src_modules_diphone_diphone.cc.diff?id=b58a836:debian \ src_modules_donovan_t2s.h.diff?id=b58a836:debian \ src_modules_UniSyn_diphone_UniSyn_diphone.cc.diff?id=b58a836:debian \ festival_el_utf8.diff?id=b58a836:debian \ lintianspellpatch.diff?id=b58a836:debian \ hts21compat.diff?id=b58a836:debian \ languagespatch.diff?id=b58a836:debian \ ${SPT_PATCHES:C/.*/patch-speech__tools_\0:netbsd/} PATCH_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/audio/festival/patches/:netbsd \ http://anonscm.debian.org/cgit/tts/festival.git/plain/debian/patches/:debian MAINTAINER= mi@aldan.algebra.com COMMENT= Multi-lingual speech synthesis system -OPTIONS_DEFINE= NAS ESD -OPTIONS_DEFAULT=NAS ESD -ESD_DESC= ${ESOUND_DESC} +OPTIONS_DEFINE= NAS +OPTIONS_DEFAULT=NAS CXXFLAGS+= -DFTLIBDIR=${LOCALBASE}/share/festival/lib CONFIGURE_WRKSRC=${WRKDIR}/festival USES= gmake SPEECHTOOLS= ${WRKSRC}/speech_tools FESTIVAL= ${WRKSRC}/festival MAKE_ARGS+= CC="${CC}" GCC="${CC}" \ CXX="${CXX}" GXX="${CXX}" \ EST_HOME=${SPEECHTOOLS} WRKSRC= ${WRKDIR} SPT_PATCHES= include_ling__class_EST__FeatureFunctionPackage.h \ include_unix_EST__socket__unix.h do-build: .for d in speech_tools festival ${MAKE_CMD} -C ${WRKDIR}/$d ${MAKE_FLAGS} Makefile ${MAKE_ARGS} .endfor # Can not make test in `festival', because the voices may not be installed # XXX: this should fail, if the verdict is not "CORRECT"... post-build test: ${MAKE_CMD} -C ${WRKDIR}/speech_tools test # The below is needed, because Debian's patches expect a different # directory-name pre-patch: ${LN} -s festival ${WRKSRC}/festival-2.1~release ${LN} -s festival ${WRKSRC}/b post-patch:: ${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \ ${WRKSRC}/*/config/systems/default.mak -.for m in nas esd -${m:tu}_LIB_DEPENDS= lib${m:nas=audio}.so:audio/${m:esd=esound} +.for m in nas +${m:tu}_LIB_DEPENDS= lib${m:nas=audio}.so:audio/${m} post-patch-${m:tu}-on: ${REINPLACE_CMD} -e 's,# INCLUDE_MODULES += ${m:tu}_AUDIO,INCLUDE_MODULES += ${m:tu}_AUDIO,' \ ${WRKDIR}/*/config/config.in ${m:tu}_CONFIGURE_ENABLE=${m} .endfor do-configure: .for d in speech_tools festival @cd ${WRKDIR}/$d && \ if ! ${SETENV} CC="${CC}" CPP="${CPP}" CXX="${CXX}" \ CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" \ ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS}; then \ ${ECHO_CMD} "===> configuration script for $d failed."; \ ${FALSE}; \ fi # This step helps non-i386 systems and is harmless on i386 -${LN} -s ix86_FreeBSD.mak ${WRKDIR}/$d/config/systems/${MACHINE}_unknown.mak .endfor @${REINPLACE_CMD} \ -e '/^CFLAGS *=/s|$$| ${CFLAGS}|' \ -e '/^CXXFLAGS *=/s|$$| ${CXXFLAGS}|' \ -e 's,^OPTIMI,#OPTIMI,' \ ${WRKSRC}/speech_tools/config/compilers/gcc*.mak do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${CHMOD} -R u+w,a+r,og-w ${FESTIVAL}/lib ${FIND} ${FESTIVAL}/lib -type d -print0 | ${XARGS} -0 ${CHMOD} 755 ${FIND} ${FESTIVAL} -type f -name *.orig -delete ${CP} -pPR ${FESTIVAL}/lib ${FESTIVAL}/examples ${STAGEDIR}${DATADIR} ${RM} -r ${STAGEDIR}${DATADIR}/lib/etc/Makefile ${STAGEDIR}${DATADIR}/lib/etc/*FreeBSD* \ ${STAGEDIR}${DATADIR}/lib/etc/*unknown ${INSTALL_PROGRAM} ${FESTIVAL}/lib/etc/*/audsp ${STAGEDIR}${PREFIX}/libexec ${INSTALL_PROGRAM} ${FESTIVAL}/src/main/festival ${STAGEDIR}${PREFIX}/libexec/festival.naked ${INSTALL_PROGRAM} ${FESTIVAL}/src/main/festival_client ${STAGEDIR}${PREFIX}/libexec/festival_client.naked for n in festival.sh festival_client.sh sitevars.scm; \ do {\ ${SED} "s%@PKG_FESTIVAL_LOCATION@%${DATADIR}%; \ s%@PKG_PREFIX@%${PREFIX}%" <${FILESDIR}/$$n > ${WRKDIR}/$$n ;} \ done ${INSTALL_SCRIPT} ${WRKDIR}/festival.sh ${STAGEDIR}${PREFIX}/bin/festival ${INSTALL_SCRIPT} ${WRKDIR}/festival_client.sh ${STAGEDIR}${PREFIX}/bin/festival_client ${INSTALL_DATA} ${WRKDIR}/sitevars.scm ${STAGEDIR}${DATADIR}/lib/sitevars.scm ${INSTALL_MAN} ${FESTIVAL}/doc/festival.1 ${STAGEDIR}${PREFIX}/man/man1/festival.1 ${INSTALL_MAN} ${FESTIVAL}/doc/festival_client.1 ${STAGEDIR}${PREFIX}/man/man1/festival_client.1 .include Index: head/audio/libao/Makefile =================================================================== --- head/audio/libao/Makefile (revision 493866) +++ head/audio/libao/Makefile (revision 493867) @@ -1,46 +1,44 @@ # Created by: t.vanklaveren@student.utwente.nl # $FreeBSD$ PORTNAME= libao PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/ao/ MAINTAINER= naddy@FreeBSD.org COMMENT= Portable audio output library LICENSE= GPLv2 USES= libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static \ --disable-alsa \ - --disable-arts + --disable-arts \ + --disable-esd INSTALL_TARGET= install-strip # do not install MAKE_ARGS= ckport_DATA="" -OPTIONS_DEFINE= DOCS ESOUND NAS PULSEAUDIO SNDIO +OPTIONS_DEFINE= DOCS NAS PULSEAUDIO SNDIO OPTIONS_SUB= yes NAS_LIB_DEPENDS=libaudio.so:audio/nas NAS_CONFIGURE_ENABLE= nas PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_ENABLE= pulse - -ESOUND_CONFIGURE_ENABLE=esd -ESOUND_USE= GNOME=esound SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio SNDIO_USES= localbase post-patch: @${REINPLACE_CMD} -e 's|/etc/libao.conf|${PREFIX}&|' \ ${WRKSRC}/libao.conf.5 ${WRKSRC}/include/ao/ao_private.h \ ${WRKSRC}/doc/config.html .include Index: head/audio/mhwaveedit/Makefile =================================================================== --- head/audio/mhwaveedit/Makefile (revision 493866) +++ head/audio/mhwaveedit/Makefile (revision 493867) @@ -1,62 +1,62 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= mhwaveedit PORTVERSION= 1.4.24 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= audio MAINTAINER= amdmi3@FreeBSD.org COMMENT= Graphical program for editing sound files LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= magnush USES= autoreconf localbase pathfix pkgconfig tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-alsalib \ --without-arts \ + --without-esound \ --with-build-date="-" \ --with-build-time="-" BROKEN_powerpc64= fails to compile on powerpc64: convert_inc.c: conflicting types for 'C_FLOAT_PCM32SBEPM' BROKEN_sparc64= fails to compile on sparc64 -OPTIONS_DEFINE= DOUBLE_SAMPLES ESOUND JACK LADSPA OSS PORTAUDIO \ +OPTIONS_DEFINE= DOUBLE_SAMPLES JACK LADSPA OSS PORTAUDIO \ PULSEAUDIO SAMPLERATE SDL SNDFILE NLS OPTIONS_DEFAULT= OSS SAMPLERATE SNDFILE OPTIONS_SUB= yes DOUBLE_SAMPLES_DESC= Increase quality for 24/32-bit samplerates DOUBLE_SAMPLES_CONFIGURE_WITH= double-samples -ESOUND_USE= gnome=esound -ESOUND_CONFIGURE_WITH= esound JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_CONFIGURE_WITH= jack LADSPA_BUILD_DEPENDS= ladspa>0:audio/ladspa LADSPA_RUN_DEPENDS= ladspa>0:audio/ladspa LADSPA_CONFIGURE_ENV_OFF= ac_cv_header_ladspa_h=no OSS_CONFIGURE_WITH= oss PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio PORTAUDIO_CONFIGURE_WITH= portaudio PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_WITH= pulse SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate SAMPLERATE_CONFIGURE_WITH= libsamplerate SDL_USE= sdl=sdl SDL_CONFIGURE_WITH= sdl SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile SNDFILE_CONFIGURE_WITH= libsndfile NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e \ '/^Icon/s|=.*|=${PREFIX}/share/pixmaps/mhwaveedit.xpm|' \ ${WRKSRC}/share/applications/mhwaveedit.desktop .include Index: head/audio/mp3blaster/Makefile =================================================================== --- head/audio/mp3blaster/Makefile (revision 493866) +++ head/audio/mp3blaster/Makefile (revision 493867) @@ -1,55 +1,52 @@ # Created by: Michael Vasilenko # $FreeBSD$ PORTNAME= mp3blaster PORTVERSION= 3.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= novel@FreeBSD.org COMMENT= MP3 console ncurses-based player LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake localbase:ldflags ncurses GNU_CONFIGURE= yes -OPTIONS_DEFINE= DOCS ESOUND LIRC NAS SDL SIDPLAY VORBIS +OPTIONS_DEFINE= DOCS LIRC NAS SDL SIDPLAY VORBIS OPTIONS_DEFAULT= SIDPLAY VORBIS SIDPLAY_DESC= Sidplayer support PORTDOCS= AUTHORS CREDITS ChangeLog FAQ README TODO LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc LIRC_CONFIGURE_WITH= lirc SIDPLAY_LIB_DEPENDS= libsidplay.so:audio/libsidplay SIDPLAY_CONFIGURE_WITH= sidplay VORBIS_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis VORBIS_CONFIGURE_WITH= oggvorbis SDL_CONFIGURE_WITH= sdl SDL_USE= SDL=sdl NAS_CONFIGURE_WITH= nas NAS_LIB_DEPENDS= libaudio.so:audio/nas NAS_LDFLAGS= -laudio NAS_USE= XORG=x11,xt,ice,sm - -ESOUND_CONFIGURE_WITH= esd -ESOUND_USE= GNOME=esound post-patch: @${REINPLACE_CMD} -e 's|/usr/local/share/mp3blaster/win2koi.tbl|${DATADIR}/charmap/win2koi.tbl|' \ ${WRKSRC}/doc/sample.mp3blasterrc post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/audio/openal/Makefile =================================================================== --- head/audio/openal/Makefile (revision 493866) +++ head/audio/openal/Makefile (revision 493867) @@ -1,56 +1,55 @@ # Created by: Thomas Gellekum # $FreeBSD$ PORTNAME= openal PORTVERSION= 20060211 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= audio MASTER_SITES= GENTOO DISTNAME= ${PORTNAME}-0.0.8 MAINTAINER= erik@bz.bzflag.bz COMMENT= 3D positional spatialized sound library LICENSE= GPLv2 CONFLICTS= openal-soft-[0-9]* GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -Wno-return-type LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-capture \ - --disable-arts + --disable-arts \ + --disable-esd USES= pathfix pkgconfig gmake libtool:keepla USE_LDCONFIG= yes -OPTIONS_DEFINE= ESOUND SDL VORBIS SMPEG ALSA +OPTIONS_DEFINE= SDL VORBIS SMPEG ALSA OPTIONS_DEFINE_i386= ASM OPTIONS_DEFAULT_i386= ASM SMPEG_DESC= smpeg support -ESOUND_USE= GNOME=esound -ESOUND_CONFIGURE_ENABLE=esd SDL_USE= SDL=sdl SDL_CONFIGURE_ENABLE= sdl VORBIS_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis VORBIS_CONFIGURE_ENABLE=vorbis SMPEG_LIB_DEPENDS= libsmpeg.so:multimedia/smpeg SMPEG_CONFIGURE_ENABLE= mp3 ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CONFIGURE_ENABLE= alsa ASM_BUILD_DEPENDS= nasm:devel/nasm post-patch: @${REINPLACE_CMD} -e 's/x86_64\*/amd64\* | \*ia64\*/g; \ /CPPFLAGS=/ d; s/ \*linux\*)/ \*bsd\*)/' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/#include/ s|SDL/||' \ ${WRKSRC}/src/extensions/al_ext_mp3.c @${REINPLACE_CMD} -e 's|"mixaudio16_mmx_prk.h"|"arch/i386/mixaudio16_mmx_prk.h"|' \ ${WRKSRC}/src/mixaudio16.h @${REINPLACE_CMD} -e 's|@requirements@||' \ ${WRKSRC}/admin/pkgconfig/openal.pc.in post-patch-ASM-off: @${REINPLACE_CMD} -e '/^NASM=/ s|=.*|=no|' ${WRKSRC}/configure .include Index: head/audio/timidity++/Makefile =================================================================== --- head/audio/timidity++/Makefile (revision 493866) +++ head/audio/timidity++/Makefile (revision 493867) @@ -1,88 +1,85 @@ # Created by: Yoichi Asai # $FreeBSD$ PORTNAME= timidity++ PORTVERSION= 2.14.0 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES+= audio MASTER_SITES= SF/timidity/TiMidity%2B%2B/TiMidity%2B%2B-${PORTVERSION} DISTNAME= TiMidity++-${PORTVERSION} MAINTAINER?= ports@FreeBSD.org COMMENT?= Software MIDI player LICENSE= GPLv2+ .if !defined(PKGNAMESUFFIX) LIB_DEPENDS= libarc.so:archivers/libarc \ libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg RUN_DEPENDS= eawpats>0:audio/eawpats .endif USES= gmake tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV+= SHLD="${CC} -shared" CPPFLAGS+= -I${LOCALBASE}/include/libarc -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -Wl,--export-dynamic PLIST_SUB+= TIMID_LIBDIR="${TIMID_LIBDIR}" EUCJP_LOCALE="${EUCJP_LOCALE}" .if !defined(PKGNAMESUFFIX) -OPTIONS_DEFINE= DOCS EAWPLUS ESOUND X11 +OPTIONS_DEFINE= DOCS EAWPLUS X11 OPTIONS_DEFAULT= X11 - +CONFIGURE_ARGS+= --enable-audio=oss,vorbis EAWPLUS_DESC= Collection of Gravis Ultrasound MIDI patches EAWPLUS_RUN_DEPENDS= eawplus>0:audio/eawplus -ESOUND_USE= gnome=esound -ESOUND_CONFIGURE_ON= --enable-audio=oss,esd,vorbis -ESOUND_CONFIGURE_OFF= --enable-audio=oss,vorbis X11_LIB_DEPENDS= libpng.so:graphics/png X11_USE= xorg=x11,xext X11_CONFIGURE_ON= --with-x --enable-spectrogram --enable-wrd \ --enable-dynamic X11_CONFIGURE_OFF= --without-x --disable-spectrogram --disable-wrd \ --disable-dynamic X11_CPPFLAGS= $$(libpng-config --I_opts) .endif TIMID_LIBDIR= lib/timidity EUCJP_LOCALE= ja_JP.eucJP .include .if defined(PKGNAMESUFFIX) .include "Makefile.interface" .else USES+= ncurses CONFIGURE_ARGS+=--enable-interface=ncurses,vt100,server \ --enable-network CONFLICTS_INSTALL= timidity-[0-9]* DOCFILES= README.alsaseq README.dl README.m2m README.mts README.sf pre-patch: @${RM} ${WRKSRC}/libarc/*.h @${RM} ${WRKSRC}/utils/mblock.h pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${TIMID_LIBDIR} @${MKDIR} ${STAGEDIR}${PREFIX}/share/timidity post-install:: (cd ${WRKSRC}/doc/ja_JP.eucJP && ${INSTALL_MAN} timidity.1 \ ${STAGEDIR}${MANPREFIX}/man/ja/man1) (cd ${WRKSRC}/doc/ja_JP.eucJP && ${INSTALL_MAN} timidity.cfg.5 \ ${STAGEDIR}${MANPREFIX}/man/ja/man5) @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/C && ${INSTALL_DATA} ${DOCFILES} \ ${STAGEDIR}${DOCSDIR}) @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/${PORTNAME} (cd ${WRKSRC}/doc/ja_JP.eucJP && ${INSTALL_DATA} ${DOCFILES} \ ${STAGEDIR}${PREFIX}/share/doc/ja/${PORTNAME}) @${RMDIR} ${STAGEDIR}${PREFIX}/share/timidity .endif # PKGNAMESUFFIX .include Index: head/audio/zinf/Makefile =================================================================== --- head/audio/zinf/Makefile (revision 493866) +++ head/audio/zinf/Makefile (revision 493867) @@ -1,56 +1,55 @@ # Created by: Roman Shterenzon # $FreeBSD$ PORTNAME= zinf PORTVERSION= 2.2.5 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= audio ipv6 MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based MP3 player LIB_DEPENDS= libid3.so:audio/id3lib \ libgdbm.so:databases/gdbm USES= alias gettext gmake libtool ncurses pathfix perl5 pkgconfig USE_CXXSTD= gnu++98 USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 \ - --disable-arts + --disable-arts \ + --disable-esd CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -D_WANT_SEMUN LDFLAGS+= -lpthread -L${LOCALBASE}/lib LDFLAGS_i386= -Wl,-znotext -OPTIONS_DEFINE= ESOUND VORBIS +OPTIONS_DEFINE= VORBIS OPTIONS_DEFAULT=VORBIS OPTIONS_SUB= yes -ESOUND_CONFIGURE_OFF= --disable-esd -ESOUND_USE= GNOME=esound INSTALL_TARGET= install-strip VORBIS_CONFIGURE_OFF= --disable-vorbis VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis .include .if ${ARCH} == "i386" BUILD_DEPENDS+= nasm:devel/nasm CPPFLAGS+= "-D_M_IX86" .else CONFIGURE_ARGS+= --disable-x86opts .endif post-patch: @${REINPLACE_CMD} -e 's|Player::||' ${WRKSRC}/base/include/player.h post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/sdr/plugins ${INSTALL_DATA} ${FILESDIR}/sdr2.plugin.S100.audio.rtp.mpa.zinf \ ${STAGEDIR}${PREFIX}/etc/sdr/plugins .include Index: head/emulators/xsystem35/Makefile =================================================================== --- head/emulators/xsystem35/Makefile (revision 493866) +++ head/emulators/xsystem35/Makefile (revision 493867) @@ -1,70 +1,68 @@ # Created by: Seiichirou Hiraoka # $FreeBSD$ PORTNAME= xsystem35 DISTVERSION= 1.7.3-pre5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators games MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${DISTVERSION}.orig MAINTAINER= jbeich@FreeBSD.org COMMENT= AliceSoft System 3.5/3.6/3.8/3.9 on X Window System LICENSE= GPLv2+ LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libltdl.so:devel/libltdl \ libfreetype.so:print/freetype2 -OPTIONS_DEFINE= ESOUND DOCS EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_DEFINE_i386= MMX OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MMMX} -ESOUND_USE= GNOME=esound -ESOUND_CONFIGURE_ON=--enable-audio=oss,esd --with-default-output=esd MMX_BUILD_DEPENDS=nasm:devel/nasm MMX_CONFIGURE_ENABLE=mmx EXTRACT_AFTER_ARGS=--exclude libltdl USES= gettext gmake gnome jpeg libtool localbase pkgconfig shebangfix USE_GNOME= gtk20 SHEBANG_FILES= contrib/instgame USE_XORG= x11 xext xxf86vm GNU_CONFIGURE= yes CONFIGURE_ENV= X_LIBS="-lX11" CONFIGURE_ARGS= \ --with-cachesize=20 \ --with-glib-prefix=${NONEXISTENT} \ --with-gtk-prefix=${NONEXISTENT} \ --disable-static \ --enable-audio=oss \ --with-default-output=oss \ --enable-midi=seq,extp,raw \ --enable-cdrom=bsd,mp3 INSTALL_TARGET= install-strip SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/:S/.orig//} DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME} post-patch: @${CP} ${WRKSRC}/INSTALL ${WRKSRC}/doc/INSTALL @${REINPLACE_CMD} -e '/-lxpg4/d' \ -e '/INCLTDL=/d; /LTDLINCL=/d' \ -e '/LIBLTDL=/s/=.*/="-lltdl"/' \ ${WRKSRC}/configure @${REINPLACE_CMD} '/^SUBDIRS/s/ libltdl//' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} 's|__COUNTER__|__COUNTER_H__|' ${WRKSRC}/src/counter.h post-install: ${INSTALL_SCRIPT} ${WRKSRC}/contrib/instgame ${STAGEDIR}${PREFIX}/bin (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) (cd ${WRKSRC}/contrib && ${COPYTREE_SHARE} \ "*.*" ${STAGEDIR}${EXAMPLESDIR}) ${INSTALL_DATA} ${WRKSRC}/patch/pastel.diff \ ${WRKSRC}/src/xsys35rc.sample \ ${STAGEDIR}${EXAMPLESDIR} .include Index: head/games/fkiss/Makefile =================================================================== --- head/games/fkiss/Makefile (revision 493866) +++ head/games/fkiss/Makefile (revision 493867) @@ -1,68 +1,61 @@ # Created by: Seiichirou Hiraoka # $FreeBSD$ PORTNAME= fkiss PORTVERSION= 0.33a -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www2s.biglobe.ne.jp/~yav/soft/fkiss/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/a//} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-${PORTVERSION}-patch${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Freely enjoy childlike KISS, French-KISS! LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= lha:archivers/lha BROKEN_aarch64= fails to compile: passing char * to parameter of incompatible type __builtin_va_list BROKEN_armv6= fails to compile: passing char * to parameter of incompatible type __builtin_va_list BROKEN_armv7= fails to compile: passing char * to parameter of incompatible type __builtin_va_list EXTRA_PATCHES= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.diff USES= gmake USE_XORG= x11 xorgproto GNU_CONFIGURE= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" PLIST_FILES= bin/fkiss man/man1/fkiss.1.gz PORTDOCS= * PORTEXAMPLES= * -OPTIONS_DEFINE= DOCS EXAMPLES ESOUND - -ESOUND_USES= pkgconfig -ESOUND_USE= GNOME=esound -ESOUND_CPPFLAGS= `pkgconf --cflags-only-I esound` -ESOUND_LDFLAGS= `pkgconf --libs-only-L esound ` -ESOUND_CONFIGURE_ENV_OFF= ac_cv_lib_esd_esd_open_sound=no \ - ac_cv_header_esd_h=no +OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e 's|= @X_LIBS@|= @LDFLAGS@ @X_LIBS@|g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|machine/soundcard|sys/soundcard|g' \ ${WRKSRC}/sound.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fkiss ${STAGEDIR}${PREFIX}/bin/fkiss ${INSTALL_MAN} ${WRKSRC}/fkiss.man \ ${STAGEDIR}${MANPREFIX}/man/man1/fkiss.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.euc \ ${STAGEDIR}${DOCSDIR}/README.ja_JP.eucJP do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/frkismi4.lzh \ ${STAGEDIR}${EXAMPLESDIR}/frkismi4.lzh .include Index: head/games/xabacus/Makefile =================================================================== --- head/games/xabacus/Makefile (revision 493866) +++ head/games/xabacus/Makefile (revision 493867) @@ -1,51 +1,48 @@ # Created by: Andrey Zakhvatov # $FreeBSD$ PORTNAME= xabacus PORTVERSION= 8.0.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.tux.org/~bagleyd/abacus/ \ http://ftp.tux.org/pub/tux/bagleyd/xabacus/ MAINTAINER= ports@FreeBSD.org COMMENT= Abacus for X Window System LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_x_app_defaults=${PREFIX}/lib/X11/app-defaults -CONFIGURE_ARGS= --without-nas +CONFIGURE_ARGS= --without-nas --with-rplay --without-esound INSTALLS_ICONS= yes DESKTOP_ENTRIES="XAbacus" "" "abacus" "${PORTNAME}" "" "" -OPTIONS_DEFINE= ESOUND MOTIF +OPTIONS_DEFINE= MOTIF OPTIONS_DEFAULT= MOTIF -ESOUND_LIB_DEPENDS_OFF= librplay.so:audio/rplay -ESOUND_USE= gnome=esound -ESOUND_CONFIGURE_ON= --without-rplay --with-esound -ESOUND_CONFIGURE_OFF= --with-rplay --without-esound -ESOUND_LDFLAGS= -L${LOCALBASE}/lib -laudiofile +LIB_DEPENDS= librplay.so:audio/rplay MOTIF_USES= motif MOTIF_CONFIGURE_WITH= motif post-patch: @${REINPLACE_CMD} -e \ 's|\($$(datadir)\)/games|\1| ; \ s|@XWIDGETLDFLAGS@|@LDFLAGS@| ; \ s|\([[:blank:]]\)/usr/games|\1$$(DESTDIR)$$(bindir)| ; \ /chmod/s|^|#| ; \ /chown/s|^|#|' ${WRKSRC}/Makefile.in post-install: .for i in 16 22 24 32 48 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps (cd ${WRKSRC}/pixmaps/${i}x${i} && ${INSTALL_DATA} abacus.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps) .endfor .include Index: head/polish/gnugadu2/Makefile =================================================================== --- head/polish/gnugadu2/Makefile (revision 493866) +++ head/polish/gnugadu2/Makefile (revision 493867) @@ -1,95 +1,93 @@ # Created by: smyru@heron.pl # $FreeBSD$ PORTNAME= gnugadu2 PORTVERSION= 2.3.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= polish net-im MASTER_SITES= SF/ggadu/gg2/${PORTVERSION} DISTNAME= gg2-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Gadu-Gadu IM network client LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ libgadu.so:polish/libgadu \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes USES= gettext gmake libtool localbase pathfix perl5 pkgconfig tar:bzip2 USE_GNOME= cairo gtk20 USE_LDCONFIG= yes USE_XORG= x11 xaw ice xscrnsaver INSTALL_TARGET= install-strip # there is a header conflict here, that breaks build CONFLICTS= qhacc-[0-9]* CONFIGURE_ARGS= --disable-esdtest \ --with-external-libgadu \ --with-static=no \ --with-aaway \ --with-external \ --with-gghist \ --with-gui \ --with-ignore \ --with-oss \ --with-sms \ --with-update \ --without-arts \ --without-gnutls \ --without-perl \ - --without-remote + --without-remote \ + --without-esd -OPTIONS_DEFINE= DBUS DOCKAPP DOCKLET ESOUND \ +OPTIONS_DEFINE= DBUS DOCKAPP DOCKLET \ GTKSPELL JABBER TLEN XOSD OPTIONS_DEFAULT=DOCKLET OPTIONS_SUB= yes DOCKLET_DESC= Enable fd.o docklet plugin DOCKAPP_DESC= Enable WindowMaker dockapp plugin GTKSPELL_DESC= Enable GTKSpell checker TLEN_DESC= Enable Tlen.pl network plugin XOSD_DESC= Enable On-Screen-Display messages TLEN_LIB_DEPENDS= libtlen.so:polish/libtlen TLEN_CONFIGURE_WITH= tlen JABBER_LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth JABBER_CONFIGURE_WITH= jabber DOCKLET_CONFIGURE_WITH= docklet-system-tray DOCKAPP_CONFIGURE_WITH= docklet_dockapp GTKSPELL_BUILD_DEPENDS= pl-aspell>0:polish/aspell GTKSPELL_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell GTKSPELL_RUN_DEPENDS= pl-aspell>0:polish/aspell GTKSPELL_CONFIGURE_WITH= gtkspell DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib DBUS_CONFIGURE_WITH= dbus DBUS_CONFIGURE_ON= --with-dbus-dir=${PREFIX}/share/dbus-1/services - -ESOUND_USE= GNOME=esound -ESOUND_CONFIGURE_WITH= esd XOSD_LIB_DEPENDS= libxosd.so:misc/xosd XOSD_USE= XORG=xext,xinerama XOSD_CONFIGURE_WITH= xosd post-patch: @${REINPLACE_CMD} -e 's,=.*},=${PREFIX},' ${WRKSRC}/src/plugins/dbus/org.freedesktop.im.GG.service @${REINPLACE_CMD} -e 's, -ldl,,' ${WRKSRC}/lib/Makefile.in @${REINPLACE_CMD} -e 's,(datadir)/pixmaps,(datadir)/icons/hicolor/48x48/apps,' ${WRKSRC}/pixmaps/Makefile.in @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' ${WRKSRC}/src/plugins/GUI/gtkimhtml.c post-install: ${INSTALL_DATA} ${WRKSRC}/gg2.desktop ${STAGEDIR}${PREFIX}/share/applications/ .include Index: head/polish/gnugadu2/pkg-plist =================================================================== --- head/polish/gnugadu2/pkg-plist (revision 493866) +++ head/polish/gnugadu2/pkg-plist (revision 493867) @@ -1,309 +1,308 @@ bin/gg2 bin/gghist include/gg2_core.h lib/gg2/libGUI_plugin.so lib/gg2/libaaway_plugin.so %%DBUS%%lib/gg2/libdbus_plugin.so %%DOCKAPP%%lib/gg2/libdocklet_dockapp_plugin.so %%DOCKLET%%lib/gg2/libdocklet_system_tray_plugin.so lib/gg2/libgadu_gadu_plugin.so lib/gg2/libhistory_external_plugin.so lib/gg2/libignore_main_plugin.so %%JABBER%%lib/gg2/libjabber_plugin.so lib/gg2/libsms_plugin.so -%%ESOUND%%lib/gg2/libsound_esd_plugin.so lib/gg2/libsound_external_plugin.so lib/gg2/libsound_oss_plugin.so %%TLEN%%lib/gg2/libtlen_plugin.so lib/gg2/libupdate_plugin.so %%XOSD%%lib/gg2/libxosd_plugin.so lib/libgg2_core.so lib/libgg2_core.so.2 lib/libgg2_core.so.2.0.2 libdata/pkgconfig/gg2_core.pc %%DBUS%%share/dbus-1/services/org.freedesktop.im.GG.service share/applications/gg2.desktop share/gg2/pixmaps/arrow.png share/gg2/pixmaps/away.png share/gg2/pixmaps/emoticon.gif share/gg2/pixmaps/emoticons/3m_sie.gif share/gg2/pixmaps/emoticons/8P.gif share/gg2/pixmaps/emoticons/aniolek.gif share/gg2/pixmaps/emoticons/beksa.gif share/gg2/pixmaps/emoticons/bije.gif share/gg2/pixmaps/emoticons/boje_sie.gif share/gg2/pixmaps/emoticons/boks.gif share/gg2/pixmaps/emoticons/brawa.gif share/gg2/pixmaps/emoticons/buja_w_oblokach.gif share/gg2/pixmaps/emoticons/bukiet.gif share/gg2/pixmaps/emoticons/calus.gif share/gg2/pixmaps/emoticons/cfaniak.gif share/gg2/pixmaps/emoticons/chatownik.gif share/gg2/pixmaps/emoticons/chytry.gif share/gg2/pixmaps/emoticons/cisza.gif share/gg2/pixmaps/emoticons/cmok.gif share/gg2/pixmaps/emoticons/co.gif share/gg2/pixmaps/emoticons/co_jest.gif share/gg2/pixmaps/emoticons/czarodziej.gif share/gg2/pixmaps/emoticons/czas.gif share/gg2/pixmaps/emoticons/czytaj.gif share/gg2/pixmaps/emoticons/diabelek.gif share/gg2/pixmaps/emoticons/dobani.gif share/gg2/pixmaps/emoticons/dostal.gif share/gg2/pixmaps/emoticons/dresiarz.gif share/gg2/pixmaps/emoticons/drink.gif share/gg2/pixmaps/emoticons/dupa.gif share/gg2/pixmaps/emoticons/emoticons.def share/gg2/pixmaps/emoticons/faja.gif share/gg2/pixmaps/emoticons/fuck.gif share/gg2/pixmaps/emoticons/gafa.gif share/gg2/pixmaps/emoticons/ganja.gif share/gg2/pixmaps/emoticons/gazeta.gif share/gg2/pixmaps/emoticons/glaszcze.gif share/gg2/pixmaps/emoticons/glupek.gif share/gg2/pixmaps/emoticons/glupek2.gif share/gg2/pixmaps/emoticons/gool.gif share/gg2/pixmaps/emoticons/gra.gif share/gg2/pixmaps/emoticons/hahaha.gif share/gg2/pixmaps/emoticons/heej.gif share/gg2/pixmaps/emoticons/hmmm.gif share/gg2/pixmaps/emoticons/jablko.gif share/gg2/pixmaps/emoticons/je_pizze.gif share/gg2/pixmaps/emoticons/jem.gif share/gg2/pixmaps/emoticons/jezyk1.gif share/gg2/pixmaps/emoticons/jezyk2.gif share/gg2/pixmaps/emoticons/jupi.gif share/gg2/pixmaps/emoticons/kawa.gif share/gg2/pixmaps/emoticons/killer.gif share/gg2/pixmaps/emoticons/klotnia.gif share/gg2/pixmaps/emoticons/krecka_dostal.gif share/gg2/pixmaps/emoticons/krzywy.gif share/gg2/pixmaps/emoticons/kwasny.gif share/gg2/pixmaps/emoticons/kwiatek.gif share/gg2/pixmaps/emoticons/list.gif share/gg2/pixmaps/emoticons/lol.gif share/gg2/pixmaps/emoticons/menu.gif share/gg2/pixmaps/emoticons/milosc.gif share/gg2/pixmaps/emoticons/mruga.gif share/gg2/pixmaps/emoticons/mutny.gif share/gg2/pixmaps/emoticons/nauka.gif share/gg2/pixmaps/emoticons/nie.gif share/gg2/pixmaps/emoticons/nie_powiem.gif share/gg2/pixmaps/emoticons/niee.gif share/gg2/pixmaps/emoticons/nonono.gif share/gg2/pixmaps/emoticons/obiad.gif share/gg2/pixmaps/emoticons/oczko.gif share/gg2/pixmaps/emoticons/oczko2.gif share/gg2/pixmaps/emoticons/oczy.gif share/gg2/pixmaps/emoticons/ok.gif share/gg2/pixmaps/emoticons/ok2.gif share/gg2/pixmaps/emoticons/okularnik.gif share/gg2/pixmaps/emoticons/olaboga.gif share/gg2/pixmaps/emoticons/onajego.gif share/gg2/pixmaps/emoticons/pada.gif share/gg2/pixmaps/emoticons/paker.gif share/gg2/pixmaps/emoticons/palacz.gif share/gg2/pixmaps/emoticons/papa.gif share/gg2/pixmaps/emoticons/peace.gif share/gg2/pixmaps/emoticons/pisze.gif share/gg2/pixmaps/emoticons/piwko2.gif share/gg2/pixmaps/emoticons/piwo.gif share/gg2/pixmaps/emoticons/placze.gif share/gg2/pixmaps/emoticons/pomocy.gif share/gg2/pixmaps/emoticons/prezent.gif share/gg2/pixmaps/emoticons/prysznic.gif share/gg2/pixmaps/emoticons/przytul.gif share/gg2/pixmaps/emoticons/puknijsie.gif share/gg2/pixmaps/emoticons/pytajnik.gif share/gg2/pixmaps/emoticons/rotfl.gif share/gg2/pixmaps/emoticons/roza.gif share/gg2/pixmaps/emoticons/sciana.gif share/gg2/pixmaps/emoticons/serce.gif share/gg2/pixmaps/emoticons/serducho.gif share/gg2/pixmaps/emoticons/serduszka.gif share/gg2/pixmaps/emoticons/serduszka2.gif share/gg2/pixmaps/emoticons/sex.gif share/gg2/pixmaps/emoticons/slonko.gif share/gg2/pixmaps/emoticons/smutny.gif share/gg2/pixmaps/emoticons/snieg.gif share/gg2/pixmaps/emoticons/soczek.gif share/gg2/pixmaps/emoticons/spie.gif share/gg2/pixmaps/emoticons/spioch.gif share/gg2/pixmaps/emoticons/spoko.gif share/gg2/pixmaps/emoticons/stop.gif share/gg2/pixmaps/emoticons/szampan.gif share/gg2/pixmaps/emoticons/tancze.gif share/gg2/pixmaps/emoticons/telefon.gif share/gg2/pixmaps/emoticons/tiaaa.gif share/gg2/pixmaps/emoticons/tort.gif share/gg2/pixmaps/emoticons/tuptup.gif share/gg2/pixmaps/emoticons/uczen.gif share/gg2/pixmaps/emoticons/uscisk.gif share/gg2/pixmaps/emoticons/usmiech.gif share/gg2/pixmaps/emoticons/usmiech2.gif share/gg2/pixmaps/emoticons/usta.gif share/gg2/pixmaps/emoticons/wanna.gif share/gg2/pixmaps/emoticons/wc.gif share/gg2/pixmaps/emoticons/wesoly.gif share/gg2/pixmaps/emoticons/winko.gif share/gg2/pixmaps/emoticons/wow.gif share/gg2/pixmaps/emoticons/wow_na.gif share/gg2/pixmaps/emoticons/wsciekly.gif share/gg2/pixmaps/emoticons/wstydnis.gif share/gg2/pixmaps/emoticons/wykrzyknik.gif share/gg2/pixmaps/emoticons/ysz.gif share/gg2/pixmaps/emoticons/z_jezorem.gif share/gg2/pixmaps/emoticons/zab.gif share/gg2/pixmaps/emoticons/zakochany.gif share/gg2/pixmaps/emoticons/zawstydzony.gif share/gg2/pixmaps/emoticons/zdziwko.gif share/gg2/pixmaps/emoticons/zeby.gif share/gg2/pixmaps/emoticons/zegar.gif share/gg2/pixmaps/emoticons/ziew.gif share/gg2/pixmaps/emoticons/zly.gif share/gg2/pixmaps/emoticons/zniesmaczony.gif share/gg2/pixmaps/emoticons/zygi.gif share/gg2/pixmaps/gadu-gadu-away-descr.png share/gg2/pixmaps/gadu-gadu-away.png share/gg2/pixmaps/gadu-gadu-invisible-descr.png share/gg2/pixmaps/gadu-gadu-invisible.png share/gg2/pixmaps/gadu-gadu-offline-descr.png share/gg2/pixmaps/gadu-gadu-offline.png share/gg2/pixmaps/gadu-gadu-online-descr.png share/gg2/pixmaps/gadu-gadu-online.png share/gg2/pixmaps/gadu-gadu.png share/gg2/pixmaps/gg-about.png share/gg2/pixmaps/icon.png share/gg2/pixmaps/icons/bubble/README share/gg2/pixmaps/icons/bubble/gadu-gadu-away-descr.png share/gg2/pixmaps/icons/bubble/gadu-gadu-away.png share/gg2/pixmaps/icons/bubble/gadu-gadu-invisible-descr.png share/gg2/pixmaps/icons/bubble/gadu-gadu-invisible.png share/gg2/pixmaps/icons/bubble/gadu-gadu-offline-descr.png share/gg2/pixmaps/icons/bubble/gadu-gadu-offline.png share/gg2/pixmaps/icons/bubble/gadu-gadu-online-descr.png share/gg2/pixmaps/icons/bubble/gadu-gadu-online.png share/gg2/pixmaps/icons/bubble/gadu-gadu.png share/gg2/pixmaps/icons/bubble/icon.png share/gg2/pixmaps/icons/classic/README share/gg2/pixmaps/icons/classic/gadu-gadu-away-descr.png share/gg2/pixmaps/icons/classic/gadu-gadu-away.png share/gg2/pixmaps/icons/classic/gadu-gadu-invisible-descr.png share/gg2/pixmaps/icons/classic/gadu-gadu-invisible.png share/gg2/pixmaps/icons/classic/gadu-gadu-offline-descr.png share/gg2/pixmaps/icons/classic/gadu-gadu-offline.png share/gg2/pixmaps/icons/classic/gadu-gadu-online-descr.png share/gg2/pixmaps/icons/classic/gadu-gadu-online.png share/gg2/pixmaps/icons/classic/gadu-gadu.png share/gg2/pixmaps/icons/classic/icon.png share/gg2/pixmaps/icons/classic/jabber-auth-from.png share/gg2/pixmaps/icons/classic/jabber-away.png share/gg2/pixmaps/icons/classic/jabber-dnd.png share/gg2/pixmaps/icons/classic/jabber-error.png share/gg2/pixmaps/icons/classic/jabber-noauth.png share/gg2/pixmaps/icons/classic/jabber-offline.png share/gg2/pixmaps/icons/classic/jabber-online.png share/gg2/pixmaps/icons/classic/jabber-xa.png share/gg2/pixmaps/icons/classic/jabber.png share/gg2/pixmaps/icons/classic/tlen-away.png share/gg2/pixmaps/icons/classic/tlen-beback.png share/gg2/pixmaps/icons/classic/tlen-chat.png share/gg2/pixmaps/icons/classic/tlen-invisible.png share/gg2/pixmaps/icons/classic/tlen-occupied.png share/gg2/pixmaps/icons/classic/tlen-offline.png share/gg2/pixmaps/icons/classic/tlen-online.png share/gg2/pixmaps/icons/ghosts/README share/gg2/pixmaps/icons/ghosts/gadu-gadu-away-descr.png share/gg2/pixmaps/icons/ghosts/gadu-gadu-away.png share/gg2/pixmaps/icons/ghosts/gadu-gadu-invisible-descr.png share/gg2/pixmaps/icons/ghosts/gadu-gadu-invisible.png share/gg2/pixmaps/icons/ghosts/gadu-gadu-offline-descr.png share/gg2/pixmaps/icons/ghosts/gadu-gadu-offline.png share/gg2/pixmaps/icons/ghosts/gadu-gadu-online-descr.png share/gg2/pixmaps/icons/ghosts/gadu-gadu-online.png share/gg2/pixmaps/icons/ghosts/gadu-gadu.png share/gg2/pixmaps/icons/ghosts/icon.png share/gg2/pixmaps/icons/modern/README share/gg2/pixmaps/icons/modern/gadu-gadu-away-descr.png share/gg2/pixmaps/icons/modern/gadu-gadu-away.png share/gg2/pixmaps/icons/modern/gadu-gadu-invisible-descr.png share/gg2/pixmaps/icons/modern/gadu-gadu-invisible.png share/gg2/pixmaps/icons/modern/gadu-gadu-offline-descr.png share/gg2/pixmaps/icons/modern/gadu-gadu-offline.png share/gg2/pixmaps/icons/modern/gadu-gadu-online-descr.png share/gg2/pixmaps/icons/modern/gadu-gadu-online.png share/gg2/pixmaps/icons/modern/gadu-gadu.png share/gg2/pixmaps/icons/modern/icon.png share/gg2/pixmaps/icons/modern/tlen-away.png share/gg2/pixmaps/icons/modern/tlen-beback.png share/gg2/pixmaps/icons/modern/tlen-chat.png share/gg2/pixmaps/icons/modern/tlen-invisible.png share/gg2/pixmaps/icons/modern/tlen-occupied.png share/gg2/pixmaps/icons/modern/tlen-offline.png share/gg2/pixmaps/icons/modern/tlen-online.png share/gg2/pixmaps/icons/rozgwiazda/gadu-gadu-away-descr.png share/gg2/pixmaps/icons/rozgwiazda/gadu-gadu-away.png share/gg2/pixmaps/icons/rozgwiazda/gadu-gadu-invisible-descr.png share/gg2/pixmaps/icons/rozgwiazda/gadu-gadu-invisible.png share/gg2/pixmaps/icons/rozgwiazda/gadu-gadu-offline-descr.png share/gg2/pixmaps/icons/rozgwiazda/gadu-gadu-offline.png share/gg2/pixmaps/icons/rozgwiazda/gadu-gadu-online-descr.png share/gg2/pixmaps/icons/rozgwiazda/gadu-gadu-online.png share/gg2/pixmaps/icons/rozgwiazda/icon.png share/gg2/pixmaps/icons/rozgwiazda/license.txt share/gg2/pixmaps/icq-away.png share/gg2/pixmaps/icq-dnd.png share/gg2/pixmaps/icq-freechat.png share/gg2/pixmaps/icq-invisible.png share/gg2/pixmaps/icq-na.png share/gg2/pixmaps/icq-occupied.png share/gg2/pixmaps/icq-offline.png share/gg2/pixmaps/icq-online.png share/gg2/pixmaps/icq.png share/gg2/pixmaps/jabber-auth-from.png share/gg2/pixmaps/jabber-away.png share/gg2/pixmaps/jabber-dnd.png share/gg2/pixmaps/jabber-error.png share/gg2/pixmaps/jabber-noauth.png share/gg2/pixmaps/jabber-offline.png share/gg2/pixmaps/jabber-online.png share/gg2/pixmaps/jabber-xa.png share/gg2/pixmaps/jabber.png share/gg2/pixmaps/new-msg.gif share/gg2/pixmaps/offline.png share/gg2/pixmaps/online.png share/gg2/pixmaps/push-pin.png share/gg2/pixmaps/send-im.png share/gg2/pixmaps/show-hide-descriptions.png share/gg2/pixmaps/show-hide-inactive.png share/gg2/pixmaps/sms.png share/gg2/pixmaps/sms_i.png share/gg2/pixmaps/tlen-away.png share/gg2/pixmaps/tlen-beback.png share/gg2/pixmaps/tlen-chat.png share/gg2/pixmaps/tlen-desc.png share/gg2/pixmaps/tlen-invisible.png share/gg2/pixmaps/tlen-occupied.png share/gg2/pixmaps/tlen-offline.png share/gg2/pixmaps/tlen-online.png share/gg2/pixmaps/tlen.png share/gg2/sounds/msg.wav share/gg2/sounds/usr.wav share/gg2/sounds/yahoo.wav share/gg2/themes/blue2.theme share/gg2/themes/darkblue.theme share/gg2/themes/default.theme share/gg2/themes/gray2.theme share/gg2/themes/green2.theme share/gg2/themes/lightblue.theme share/gg2/themes/office.theme share/gg2/themes/red2.theme share/gg2/themes/thinice.theme share/gg2/themes/tropic.theme share/gg2/themes/vblue2.theme share/gg2/themes/vgreen2.theme share/gg2/themes/vred2.theme share/gg2/themes/white2.theme share/icons/hicolor/48x48/apps/gg2.png share/locale/nl/LC_MESSAGES/gg2.mo share/locale/pl/LC_MESSAGES/gg2.mo