Commit Graph

83 Commits

Author SHA1 Message Date
Tilman Keskinoz
65a9953ba7 Add WITH_EXTENDED_VORBIS_FILEINFO knob.
This patch includes information about the average bitrate of the file
(because vorbis uses variable bit rate encoding by default and nominal
might or might not match the actual effective bitrate) as well as
information about the encoder which created the file.

Bump PORTREVISION.

PR:		74219
Submitted by:	Thomas E. Zander <riggs@rrr.de>
Reviewed by:	Espen Skoglund <esk@ira.uka.de>
2005-04-21 16:13:54 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Florent Thoumie
5dba860e88 - Added patches to enable 3rd party C++ apps to compile with gcc 3.4.
PR:		ports/78831
Submitted by:	Espen Skoglund <esk@ira.uka.de> (maintainer)
2005-03-14 18:22:31 +00:00
Markus Brueffer
c491a23bf7 - Add patch to make xmmsctrl.h compile with c++ (through 3rd party apps)
and gcc 3.4
- Bump PORTREVISION

Approved by:	maintainer
2004-11-19 15:45:47 +00:00
Pav Lucistnik
2585442910 - Update encoding patch
- Drop unneeded dependency on libxml

PR:		ports/73231
Submitted by:	Dima Panov <redfox@Fluffy.Khv.RU>
Approved by:	maintainer
2004-11-02 16:28:29 +00:00
Tilman Keskinoz
858681ee05 Make xmms crash less on amd64
PR:		65433
Submitted by:	tjr
2004-05-11 15:04:50 +00:00
Kirill Ponomarev
e03163f583 - Add distfiles for encoding patch
PR:		ports/65218
Submitted by:	Andrey Slusar <vasallia@ukr.net>
2004-04-06 13:19:31 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Alexander Kabaev
b884dfb826 Unbreak WITH_ENCODING_PATCH by updating it to version 27.3. 2004-03-11 15:08:14 +00:00
Pav Lucistnik
917489178c - Fix build when WITHOUT_SIMD is defined
PR:		ports/63456
Submitted by:	maintainer
2004-03-01 14:53:54 +00:00
Kirill Ponomarev
0fbf4d0df5 - Update to 1.2.10
PR:		ports/63303
Submitted by:	maintainer
2004-02-24 13:21:17 +00:00
Oliver Eikemeier
45e7c993c6 add file for WITH_ENCODING_PATCH to distinfo.
SIZEify while I'm here

PR:		62894
Submitted by:	Linh Pham <question+freebsdpr@closedsrc.org>
Prompted by:	josef
2004-02-22 19:44:22 +00:00
Max Khon
efb4313abf Fix building ru-xmms with vorbis output plugin. 2004-02-04 21:10:00 +00:00
Max Khon
209cab5bdd - Unbreak ru-xmms [1].
- Provide separate distinfo for ru-xmms so recode patch distinfo will not be
lost.

PR:		62250 [1]
Submitted by:	Dima Panov <redfox@Fluffy.Khv.RU>
2004-02-04 12:45:06 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Kirill Ponomarev
37dbdf8169 - Mark BROKEN with WITH_ENCODING_PATCH patch
- Pointed out by:	kris
2004-01-31 17:39:49 +00:00
Kirill Ponomarev
faf531c362 - Update to version 1.2.9
* Note that the update breaks russian/xmms because of a
  patchfile needed for Russian coding detection.

PR:		ports/62127
Submitted by:	maintainer
2004-01-31 14:16:30 +00:00
Max Khon
b57159871a Remove hack when setting MASTER_SITE_SUBDIR for :enc group. 2004-01-25 16:32:37 +00:00
Christian Weisgerber
63d96de22f Catch up with libogg/libvorbis version bump. 2003-12-20 16:37:57 +00:00
Pav Lucistnik
e526a5189d - Add conflict with russian xmms
PR:		ports/59717
Submitted by:	Chris Burkert <chris@chrisburkert.de>
2003-12-08 19:10:14 +00:00
Pav Lucistnik
33d1f37dc6 - Add WITH_ENCODING_PATCH knob which allows russian fonts
PR:		ports/59076
Submitted by:	oleg dashevskii <be9-ml@be9.ru>
Approved by:	maintainer
Approved by:	adamw (mentor)
2003-12-04 10:42:51 +00:00
Trevor Johnson
bb34de42c0 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. 2003-11-13 13:30:42 +00:00
Tilman Keskinoz
2e440f4dc5 Rename 3dnow knob to simd
PR:		58802
Submitted by:	rushani
Approved by:	maintainer
2003-11-09 13:34:42 +00:00
Edwin Groothuis
d286a8842e Enable IPv6 in XMMS
This patch enables IPv6 in XMMS.

	Starting from version 1.2.8, XMMS natively supports IPv6.
	However, it needs to be explicitely enabled on ./configure.

PR:		ports/57022
Submitted by:	Samuel Tardieu <sam@rfc1149.net>
2003-10-03 11:11:03 +00:00
Edwin Groothuis
363f16721b [Maintainer update] multimedia/xmms to 1.2.8
Update to xmms 1.2.8.  See http://www.xmms.org/next_version.php for
	a full description.

Please note that if you're running -current, some options will be
automaticly disabled due to the absence of -pthread in the current
gcc. For example, libmikmod might do this because of its --ldadd
option:
	[~] edwin@ref5>libmikmod-config --ldadd
	-pthread

PR:		ports/56504
Submitted by:	Espen Skoglund <esk@ira.uka.de>
2003-09-07 23:39:27 +00:00
Joe Marcus Clarke
46eff70a20 Fix build with gettext-0.12.1.
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-08-25 06:10:52 +00:00
Joe Marcus Clarke
c9f7d0ae0a Fix breakage introduced by my last commit by restoring the DATADIR
PLIST_SUB.

Reported by:	bento via kris
2003-08-17 14:26:38 +00:00
Joe Marcus Clarke
1da09604a6 Remove the libpanel dependency as part of phase II of the GNOME 1.4 desktop
removal.
2003-08-12 15:04:13 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Mario Sergio Fujikawa Ferreira
ee7adffbe0 After repo copy from graphics category, update all appropriate
references from graphics to multimedia category

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)
2002-11-28 00:09:51 +00:00
Alan Eldridge
6c0998cf7b Bump portrevision becuz previous patch modified plist. 2002-11-23 21:52:06 +00:00
Alan Eldridge
99bc00ff4e Fix for making package when esound is on but the rest of gnome is off.
PR:		45646
Submitted by:	marcus
2002-11-23 21:51:18 +00:00
Mario Sergio Fujikawa Ferreira
4c14f1348b Add message on how to disable esound support
Submitted by:	David Yeske <dyeske@yahoo.com>
Approved by:	maintainer
2002-10-22 07:46:10 +00:00
Joe Marcus Clarke
d46d621497 Fix build on -CURRENT.
PR:		43934
Submitted by:	maintainer
2002-10-11 18:25:41 +00:00
Joe Marcus Clarke
57f07d16a7 Add appropriate --disable-* CONFIGURE_ARGS to disable things such as esound
support from being built when esound is already installed on the system.

Reported by:	alane
Approved by:	timeout from maintainer
2002-09-14 19:51:37 +00:00
Joe Marcus Clarke
0a88a7d123 Use USE_GNOMENG.
Approved by:	timeout from maintainer
2002-08-21 16:47:55 +00:00
Christian Weisgerber
e7690885fd Ogg Vorbis 1.0 library major version bumps. 2002-07-20 15:32:43 +00:00
Maxim Sobolev
9f0334ebf9 Make translations work when GNOME support is enabled.
Beersponsored by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
2002-05-14 06:21:23 +00:00
Patrick Li
56e8a08f5c - Update to 1.2.7
- Remove obsolete Vorbis comment in pkg-descr

PR:		35555
Submitted by:	maintainer
2002-03-05 21:09:09 +00:00
Christian Weisgerber
824c134eb9 Limit attempt to build with 3DNow! support to i386 architecture.
This fixes MP3 playing on alpha.

Approved by:	(no response from maintainer)
2002-01-20 19:02:36 +00:00
Maxim Sobolev
a86e614a3f Update version number of vorbis shared library. 2002-01-16 17:41:49 +00:00
Maxim Sobolev
cc4b7ee04b Update to 1.2.6.
Approved by:	maintainer
2002-01-14 13:38:33 +00:00
Jimmy Olgeni
d36a554dc5 Bump PORTREVISION, chase recent version bump of vorbis library (libvorbisfile). 2001-07-20 20:52:49 +00:00
Maxim Sobolev
d500f8b6fd Update to 1.2.5.
PR:		28292
Submitted by:	maintainer
2001-06-21 15:34:31 +00:00
Mark Pulford
438272f033 Display message to warn user archivers/unzip may need to be installed
PR:		24417
Reviewed by:	will
2001-06-09 04:20:28 +00:00
Maxim Sobolev
bb53f3ecee Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
would be able to insert their own entries (usually language category)
upfront.
2001-05-22 18:16:59 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Mario Sergio Fujikawa Ferreira
89b4eb4843 Add graceful creation/removal of global Skins dir.
Approved by:	maintainer
2001-03-29 02:32:02 +00:00