1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
Commit Graph

6280 Commits

Author SHA1 Message Date
Michael Johnson
09fdfbffe7 - Since mpeg4ip support is on by default test for WITHOUT_MPEG4IP instead of
WITH_MPEG4IP
2006-05-10 01:48:31 +00:00
Kelly Yancey
8b9070236c Add the installed libtool archive to the packing list. 2006-05-09 18:15:38 +00:00
Andrew Pantyukhin
5ea57a0fd3 Update my e-mail address
Approved by:	krion (mentor, implicit)
2006-05-08 21:41:11 +00:00
Roman Bogorodskiy
438321efb2 Update to 1.3b.
PR:		96976
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-08 18:19:24 +00:00
Pav Lucistnik
aacd7bd4b7 This plugin enables xmms to playback sound via the JACK audio server. The
plugin is actually a port of the xmms OSS sound ouput plugin to JACK, using
libjackasyn.

WWW:	http://gige.xdv.org/libjackasyn/xmms.php

PR:		ports/94292
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-05-08 16:07:31 +00:00
Pav Lucistnik
4698cf70cb libjackasyn is a library that allows you to use programs written for the OSS
sound API with the JACK audio server (jackit.sf.net). libjackasyn is a library
that can be used for two purposes.

First it can be loaded via the LD_PRELOAD variable, turning OSS applications
automatically into JACK-aware applications.

Second, it can be used to link against the program during build time, making it
trivial to turn an OSS aware sound application into a JACK aware sound
application in a short time.

libjackasyn got its name from the asynchronous manner in which it communicates
with the JACK server, which means by using libjackasyn you will introduce an
additional delay exactly the size of one JACK audiobuffer (1024 samples or 44
ms with the JACK default settings). This delay can be reduced by reducing the
JACK buffersize. It should not matter for sound generating applications, but
it might introduce phasing effects when doing sound processing.

WWW:	http://gige.xdv.org/libjackasyn/

PR:		ports/94290
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-05-08 16:05:17 +00:00
Jean-Yves Lefort
0d01beefd8 Unbreak after GLib 2.10 import.
Reported by:	pointyhat via kris
2006-05-07 14:47:21 +00:00
Tilman Keskinoz
dcf0dcdcd8 Update to 0.9.1
PR:		96909
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-07 14:17:22 +00:00
Sergey Matveychuk
7a08a9c647 - Clean up distinfo for unmaintained ports: remove CVS tags, empty lines etc.
Obtained from:	distinfo survey
2006-05-07 12:40:10 +00:00
Marcus Alves Grando
8d9120adf2 - Update PORTREVISION and libtheora version reflecting multimedia/libtheora update.
- portlint(1) while here
2006-05-07 02:57:34 +00:00
Tom McLaughlin
b62c55c63a Fix build by switching to USE_GSTREAMER80
Notified by:	krismail
2006-05-06 23:25:08 +00:00
Mario Sergio Fujikawa Ferreira
9862452177 Allow the port to fetch the distfile instead of requiring the user
to do so. It is okay to automatically fetch since the distfile is
under a multiple license and specifically gplv2.

PR:		96696 [1]
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com> [1],
		Lauri Watts <lauri@kde.org>
2006-05-06 13:35:08 +00:00
Pav Lucistnik
59cbd20936 - Update to 0.2.1
PR:		ports/96787
Submitted by:	Aleksander Fafula <alex@fafula.com>
2006-05-06 10:15:19 +00:00
Brooks Davis
567b756ca5 Really send all output from the deletation of the page cache to /dev/null.
Submitted by:	Niels Bakker <niels at bakker dot net>
2006-05-06 04:14:42 +00:00
Marcus Alves Grando
628511c7fc - Update to 0.14.3
PR:		96788
Submitted by:	"Aleksander Fafula" <alex___fafula.com>
2006-05-06 02:52:19 +00:00
Marcus Alves Grando
57c00223d0 - Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
2006-05-06 01:28:22 +00:00
Kelly Yancey
8c7edd0fdb Python wrapper for the TagLib audio meta-data library. TagLib is a library
for reading and editing the meta-data of several popular audio formats.
Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments
and ID3 tags and Vorbis comments in FLAC files.
2006-05-05 22:39:25 +00:00
Brooks Davis
00f60f42d5 - Upgrade to slimserver 6.2.2, mostly bugfixes.
- Switch to trying to use faad instead of mov123 (non-existant on
  UNIX-like platforms) for AAC files [1]
- Switch to using ogg123 directly for OGG vorbis files since sox
  doesn't pull in vorbis support by default.
- Add OPTIONS support for various useful audio utils and default to
  depending on the less restrictive ones.

PR:		ports/91092 [1]
Submitted by:	lth [1]
2006-05-05 05:45:13 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Alejandro Pulver
b2f888ec6a - Update to version 0.7.5 [1].
- Remove file "files/patch-src__help.cpp" [1].
- Add WITHOUT_NLS support [2].
- Don't remove "share/pixmaps" [2].
- Respect CFLAGS [2].
- Fix building on 5.X and 6.X [2].

PR:		ports/95812 [1]
Submitted by:	KATO Tsuguru <tkato432@yahoo.com> [1]
Reworked by:	alepulver [2]
Approved by:	garga (mentor)
2006-05-04 18:38:40 +00:00
Michael Johnson
315286b84b - Fix plist due to conflicting GST_VERSION in bsd.gstreamer.mk and in PLIST_SUB
Reported by:	pointyhat via kris
2006-05-04 02:00:45 +00:00
Sergey Matveychuk
9a3ab27e4f - Update to 0.6.8
PR:		ports/94490
Submitted by:	KATO Tsuguru
2006-05-03 06:44:48 +00:00
Edwin Groothuis
179697185d Remove USE_REINPLACE from ports in categories starting with A. 2006-05-03 05:14:35 +00:00
Michael Johnson
c73e87e238 - Update to 1.0.16 2006-05-02 14:26:56 +00:00
Vasil Dimov
5a21b55eba Fix the test for PowerPC, according to src/sys/powerpc/include/param.h
the correct string is "powerpc", not "ppc".
2006-05-02 07:06:42 +00:00
Jean-Yves Lefort
5adeada45a Fix audio/mbrolavox dependency.
Re-reported by:	kris
2006-05-01 18:25:07 +00:00
Joe Marcus Clarke
52e309e0ce Rhythmbox now requires libsoup. Also, add USE_GETTEXT to appease portlint.
Reported by:	pointyhat via ahze via kris
2006-05-01 18:18:23 +00:00
Alexander Leidinger
c1eba2d83e - convert to use bsd.linux-rpm.mk (get rid of include of linux-gtk/Makefile) [1]
- use fixed plists [1]
- category "linux" added to those ports without it [1]
- update some ports to a recent FC3 one [1]

- remove plists/... for Alpha (there's no support since linux_base-8 for
  Alpha anymore)
- don't hardcode version numbers in some plists, use PLIST_SUB instead
  (any errors are mine, don't keep them, send them to me)

Regarding linux-ungif I declare a maintainer timeout (one month, Boris tried
to contact the maintainer) and also pull the "sweeping commit"-card (the
port which it uses as some kind of master port can not be used for this
anymore). Besides this, I don't think he will be upset when other people
do the work instead of adding an entry to his TODO list. :-)

This commit brings us just before the switch of the default linux base
port to the fc3 one, modulo some bugs which may appear. So:
	 Beta testers wanted!

To test:
sed -i.old -e 's:linux-XFree86-libs:linux-xorg-libs:' /usr/ports/Mk/bsd.port.mk
echo OVERRIDE_LINUX_BASE_PORT=fc3 >> /etc/make.conf
portupgrade -f -o emulators/linux_base-fc3 -f linux_base-8
portupgrade -o x11/linux-xorg-libs linux-XFree86-libs
portupgrade linux-\*

The first two steps are necessary to switch to fc3 as the new default linux
base port, the last 3 steps to upgrade to fc3.

And feel free to send a big "Thank you!" to Boris, he did a lot of the work!
I just provided some hints and answered some questions (besides from
committing all the necessary changes for FC3 and doing some minor
changes+comments/improvements to/of his work), even when he tries to tell
you something else. ;-)

Submitted by:	Boris Samorodov <bsam@ipt.ru> [1]
2006-05-01 17:28:17 +00:00
Pav Lucistnik
7b84d4f83c - Fix fetch
PR:		ports/96526
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-01 12:51:42 +00:00
Sam Lawrance
817366e325 Fix build on 4.x by requiring a newer gcc.
Approved by:	Andrew Pantyukhin <infofarmer@gmail.com> (maintainer)
2006-05-01 09:36:57 +00:00
Jean-Yves Lefort
249e09ebcb These ports are not broken. 2006-05-01 07:53:53 +00:00
Alexander Leidinger
e830277d41 bsd.linux-rpm.mk:
- document some variables
 - set some variables based upon presets [1]
 - automatically guess the src RPM (needs to be overidden for multi-RPM
   ports) [1]
 - allow to specify complete directories or a set of files for
   automatic brandelf handling (BRANDELF_DIRS/BRANDELF_FILES) [1]
 - add fc3 to the automatic plist handling [1]
 - allow to override the linux-rpm-generate-plist target
 - also detect @dirrmtry in the automatic plist handling [1]
 - adopt the new-plist target to the new world order [1]

ports: [1,2]
 - edit WRKSRC (add rpm/i386/${LINUX_DIST}/${LINUX_DIST_VER})
 - add source distfiles to distinfo to allow auto fetching sources
   with defined PACKAGE_BUILDING;
 - remove some variables already defined at linux-rpm
   (i.e. MASTRE_SITE_SUBDIR);
 - add LINUX_DIST_VER to every port (in case default linux_base
   changes);
 - bump PORTREVISION (so that the ports build cluster puts the
   src and binary RPM's to the new location)
 - update linux-openal to the newest FC3 port

All errors are mine because of cut&paste patch merging.

Aproved by:	maintainer [2]
Reviewed on:	multimedia [1]
Submitted by:	Boris Samorodov <bsam@ipt.ru> [1]
2006-04-30 22:00:43 +00:00
Sam Lawrance
753d9be59f Add bmp-mac 0.1.1, Monkey's Audio Codec non-win32 port.
PR:		ports/91926
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2006-04-30 19:48:21 +00:00
Pav Lucistnik
1fcc002e35 An XMMS Output plugin that allows you to crossfade between different tunes.
A beep-media-player version.

PR:		ports/91181
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2006-04-30 17:21:39 +00:00
Pav Lucistnik
eb59c0e131 - Update to 0.3.10
- Take maintainership

PR:		ports/91181
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2006-04-30 16:57:02 +00:00
Michael Johnson
86be777380 - Remove gstreamer plugins not in 0.10 (yet) 2006-04-30 01:16:30 +00:00
Joe Marcus Clarke
798e9bed2a Presenting GNOME 2.14.1 for FreeBSD! Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release.  In particular, GNOME 2.14 focused
on performance, and they did not miss the mark.  There's some new eye candy,
but most of the big things are waiting until GNOME 2.16.  On the FreeBSD
side, we tried to clean up all the crashers we could.  In particular, we
really improved GNOME's 64-bit support.

The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.

The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).

Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
2006-04-30 00:47:21 +00:00
Michael Johnson
d8e1e16e64 - Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves

Repocopied by:  marcus [1]
2006-04-29 23:03:03 +00:00
Pav Lucistnik
e7997481e1 - Update MASTER_SITES, WWW
PR:		ports/96470
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-04-29 10:49:20 +00:00
Emanuel Haupt
8de5e30944 Fix CONFLICTS
Notified by:	ITetcu (irc)
2006-04-29 09:59:09 +00:00
Emanuel Haupt
40e8cb8447 Add espeak 1.07, a software speech synthesizer.
PR:		94928
Submitted by:	Nicola Vitale <nivit@email.it>
2006-04-28 20:39:29 +00:00
Erwin Lansing
4b54e19fce Fix on 6.x
PR:		92828
Submitted by:	rik
2006-04-28 08:32:23 +00:00
Erwin Lansing
cb7da6957f Update to 0.3.9
PR:		96109
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
Approved by:	maintainer
2006-04-27 11:19:36 +00:00
Roman Bogorodskiy
00075c4911 Fix a segfault on playing an empty file.
Reported by:	Harald Muehlboeckk <home@clef.at>
2006-04-27 08:38:00 +00:00
Roman Bogorodskiy
8538f72fa5 Update to 1.3a
PR:		96330
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-04-26 10:19:14 +00:00
Michael Nottebrock
8aeb400600 We need to propagate TMPDIR from the environment to the build. 2006-04-26 08:52:39 +00:00
Joe Marcus Clarke
e419107c08 Update to 0.9.4.1. 2006-04-26 08:13:43 +00:00
Pav Lucistnik
b18c54cb5b - Update to 0.9.0
- Take maintainership

PR:		ports/96229
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-04-26 08:06:24 +00:00
Erwin Lansing
c77d360bd4 Update to wejp's new web site and unbreak
PR:		96347
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com> (maintainer)
2006-04-26 07:25:42 +00:00
Emanuel Haupt
ba574b0cf2 Chase audio/libmodplug update. 2006-04-26 07:09:16 +00:00