Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2006 22:15:06 +0800
From:      "Zastupov Stepan [RedChrom]" <redchrom@mail.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/91170: New port multimedia/audacious (GTK2 mp3 player based on BMP)
Message-ID:  <20060102141506.GA8045@RedChromPC>
In-Reply-To: <20060102110515.GA2083@RedChromPC>
References:  <200601011931.k01JVL6Z087650@freefall.freebsd.org> <20060102110515.GA2083@RedChromPC>

next in thread | previous in thread | raw e-mail | index | archive | help

--AhhlLboLdkugWU4S
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./Makefile
#	./distinfo
#	./pkg-descr
#	./pkg-message
#	./pkg-plist
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	audacious
X# Date created:			2006-01-01
X# Whom:				Zastupov Stepan [RedChrom] <redchrom@mail.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=3D	audacious
XPORTVERSION=3D	0.1.2
XCATEGORIES=3D	multimedia audio
XMASTER_SITES=3D	http://audacious-media-player.org/release/
XDISTNAME=3D	audacious-${PORTVERSION}
XEXTRACT_SUFX=3D  .tgz
X
XMAINTAINER=3D	redchrom@mail.ru
XCOMMENT=3D	GTK2 mp3 player based on BMP
X
XLIB_DEPENDS=3D	sndfile:${PORTSDIR}/audio/libsndfile
X
XUSE_GNOME=3D	gtk20 libglade2
XWANT_GNOME=3D	yes
XUSE_X_PREFIX=3D	yes
XUSE_REINPLACE=3D	yes
XUSE_AUTOTOOLS=3D	libtool:15
XLIBTOOLFILES=3D	configure
XUSE_GMAKE=3D	yes
XINSTALLS_SHLIB=3D	yes
XCONFIGURE_ENV=3D	CPPFLAGS=3D"-I${LOCALBASE}/include" \
X		LDFLAGS=3D"-L${LOCALBASE}/lib -lstdc++" \
X		INPUT_PLUGINS=3D"${INPUT_PLUGINS}" \
X		OUTPUT_PLUGINS=3D"${OUTPUT_PLUGINS}" \
X		VISUALIZATION_PLUGINS=3D"${VISUALIZATION_PLUGINS}"
XMAN1=3D		audacious.1
X
XINPUT_PLUGINS=3D	cdaudio,mpg123,wav,tonegen,wma
XOUTPUT_PLUGINS=3D	OSS
XVISUALIZATION_PLUGINS=3D	blur_scope
X
XOPTIONS=3D	VORBIS	"Enable Ogg Vorbis support" on \
X		FLAC	"Enable flac decoder" on \
X		ESOUND	"Enable Esound support"  off \
X		ID3V2	"Enable id3v2 tags" off \
X		SIMD	"build with x86 SIMD(3DNow!/MMX) instructions support" on \
X		SDL	"Enable SDL support" off \
X
X.include <bsd.port.pre.mk>
X
X.if !defined(WITHOUT_VORBIS)
XLIB_DEPENDS+=3D	vorbis.3:${PORTSDIR}/audio/libvorbis
XINPUT_PLUGINS+=3D	vorbis
XPLIST_SUB+=3D	VORBISPLUGIN:=3D""
X.else
XCONFIGURE_ARGS+=3D	--disable-vorbis
XPLIST_SUB+=3D	VORBISPLUGIN:=3D"@comment "
X.endif
X
X.if !defined(WITHOUT_FLAC)
XINPUT_PLUGINS+=3D	flac
XPLIST_SUB+=3D	FLACPLUGIN:=3D""
XLIB_DEPENDS+=3D	FLAC:${PORTSDIR}/audio/flac
X.else
XPLIST_SUB+=3D	FLACPLUGIN:=3D"@comment "
XCONFIGURE_ARGS+=3D	--disable-flac
X.endif
X
X.if defined(WITH_ESOUND)
XUSE_GNOME+=3D	esound
XOUTPUT_PLUGINS+=3D	esd
XPLIST_SUB+=3D	ESDPLUGIN:=3D""
X.if defined(PKGNAMESUFFIX)
XPKGNAMESUFFIX:=3D	${PKGNAMESUFFIX}-esound
X.else
XPKGNAMESUFFIX=3D	-esound
X.endif
X.else
XCONFIGURE_ARGS+=3D	--disable-esd
XPLIST_SUB+=3D	ESDPLUGIN:=3D"@comment "
X.endif
X
X.if defined(WITH_ID3V2)
XRUN_DEPENDS+=3D	id3v2:${PORTSDIR}/audio/id3v2
X.endif
X
X.if ${ARCH} !=3D "i386"
XWITHOUT_SIMD=3D	yes
X.endif
X
X.if !defined(WITHOUT_SIMD) && ${OSVERSION} >=3D 400021
XCONFIGURE_ARGS+=3D	--enable-simd
X.endif
X
X.if defined(WITH_SDL)
XUSE_SDL=3D	sdl
X.endif
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
X		${WRKSRC}/Makefile.in
X	@${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g' \
X		${WRKSRC}/configure
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
END-of-./Makefile
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (audacious-0.1.2.tgz) =3D df8ebff8d60c5d48d2685dd4bb06ad88
XSHA256 (audacious-0.1.2.tgz) =3D 93d841b524d4d1b5600439d9609ed4c26375c7b8d=
dee61a9293b0cab5760fc39
XSIZE (audacious-0.1.2.tgz) =3D 3237532
END-of-./distinfo
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XAudacious is a fork of beep-media-player 0.9.7.1.
XThe primary goals of this fork are UI enhancements with latest=20
Xtechnology (GTK2, Pango), and usability while maintaining the skinned UI.
X
XWWW: http://audacious-media-player.org
END-of-./pkg-descr
echo x - ./pkg-message
sed 's/^X//' >./pkg-message << 'END-of-./pkg-message'
X
Xaudacious supports Gzipped and uncompressed skins.  If you would like to u=
se
XZip format skins you will need to ensure archivers/unzip is installed.
X
END-of-./pkg-message
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xbin/audacious
Xinclude/audacious/beepctrl.h
Xinclude/audacious/configdb.h
Xinclude/audacious/configfile.h
Xinclude/audacious/dirbrowser.h
Xinclude/audacious/formatter.h
Xinclude/audacious/fullscreen.h
Xinclude/audacious/plugin.h
Xinclude/audacious/rcfile.h
Xinclude/audacious/titlestring.h
Xinclude/audacious/util.h
Xinclude/audacious/vfs.h
Xlib/audacious/Effect/libladspa.so
Xlib/audacious/General/libsong_change.so
Xlib/audacious/Input/libcdaudio.so
Xlib/audacious/Input/libmpg123.so
Xlib/audacious/Input/libtonegen.so
X%%VORBISPLUGIN:%%lib/audacious/Input/libvorbis.so
X%%FLACPLUGIN:%%lib/audacious/Input/libflac.so
Xlib/audacious/Input/libwav.so
Xlib/audacious/Input/libwma.so
Xlib/audacious/Output/libOSS.so
X%%ESDPLUGIN:%%lib/audacious/Output/libesdout.so
Xlib/audacious/Visualization/libbscope.so
Xlib/libaudacious.a
Xlib/libaudacious.so
Xlib/libaudacious.so.2
Xlibdata/pkgconfig/audacious.pc
Xshare/applications/audacious.desktop
Xshare/audacious/Skins/Default/balance.bmp
Xshare/audacious/Skins/Default/cbuttons.bmp
Xshare/audacious/Skins/Default/eq_ex.bmp
Xshare/audacious/Skins/Default/eqmain.bmp
Xshare/audacious/Skins/Default/main.bmp
Xshare/audacious/Skins/Default/monoster.bmp
Xshare/audacious/Skins/Default/nums_ex.bmp
Xshare/audacious/Skins/Default/playpaus.bmp
Xshare/audacious/Skins/Default/pledit.bmp
Xshare/audacious/Skins/Default/pledit.txt
Xshare/audacious/Skins/Default/posbar.bmp
Xshare/audacious/Skins/Default/shufrep.bmp
Xshare/audacious/Skins/Default/text.bmp
Xshare/audacious/Skins/Default/titlebar.bmp
Xshare/audacious/Skins/Default/viscolor.txt
Xshare/audacious/Skins/Default/volume.bmp
Xshare/audacious/glade/addfiles.glade
Xshare/audacious/glade/prefswin.glade
Xshare/audacious/images/appearance.png
Xshare/audacious/images/eq.png
Xshare/audacious/images/mouse.png
Xshare/audacious/images/playlist.png
Xshare/audacious/images/plugins.png
Xshare/locale/br/LC_MESSAGES/audacious.mo
Xshare/locale/cs/LC_MESSAGES/audacious.mo
Xshare/locale/cy/LC_MESSAGES/audacious.mo
Xshare/locale/de/LC_MESSAGES/audacious.mo
Xshare/locale/el/LC_MESSAGES/audacious.mo
Xshare/locale/es/LC_MESSAGES/audacious.mo
Xshare/locale/fi/LC_MESSAGES/audacious.mo
Xshare/locale/fr/LC_MESSAGES/audacious.mo
Xshare/locale/hi/LC_MESSAGES/audacious.mo
Xshare/locale/hu/LC_MESSAGES/audacious.mo
Xshare/locale/it/LC_MESSAGES/audacious.mo
Xshare/locale/ja/LC_MESSAGES/audacious.mo
Xshare/locale/ka/LC_MESSAGES/audacious.mo
Xshare/locale/ko/LC_MESSAGES/audacious.mo
Xshare/locale/lt/LC_MESSAGES/audacious.mo
Xshare/locale/mk/LC_MESSAGES/audacious.mo
Xshare/locale/nl/LC_MESSAGES/audacious.mo
Xshare/locale/pl/LC_MESSAGES/audacious.mo
Xshare/locale/pt_BR/LC_MESSAGES/audacious.mo
Xshare/locale/ro/LC_MESSAGES/audacious.mo
Xshare/locale/ru/LC_MESSAGES/audacious.mo
Xshare/locale/sk/LC_MESSAGES/audacious.mo
Xshare/locale/sv/LC_MESSAGES/audacious.mo
Xshare/locale/uk/LC_MESSAGES/audacious.mo
Xshare/locale/zh_CN/LC_MESSAGES/audacious.mo
Xshare/locale/zh_TW/LC_MESSAGES/audacious.mo
X@dirrm share/audacious/images
X@dirrm share/audacious/glade
X@dirrm share/audacious/Skins/Default
X@dirrm share/audacious/Skins
X@dirrm share/audacious
X@dirrm lib/modules/dri
X@dirrm lib/modules/codeconv
X@dirrm lib/audacious/Visualization
X@dirrm lib/audacious/Output
X@dirrm lib/audacious/Input
X@dirrm lib/audacious/General
X@dirrm lib/audacious/Effect
X@dirrm lib/audacious
X@dirrm include/freetype2/freetype/internal
X@dirrm include/freetype2/freetype/config
X@dirrm include/freetype2/freetype/cache
X@dirrm include/freetype2/freetype
X@dirrm include/freetype2
X@dirrm include/bitmaps
X@dirrm include/audacious
END-of-./pkg-plist
exit


--AhhlLboLdkugWU4S
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFDuTVqkD+Dz/IxjeMRAv2NAJ4nlkzWgfiXfRkBAD7ileJpurfnlACbBem8
BESC4vhaeeKlN3WrjPHqLkg=
=Txf8
-----END PGP SIGNATURE-----

--AhhlLboLdkugWU4S--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060102141506.GA8045>