Commit Graph

2294 Commits

Author SHA1 Message Date
Ying-Chieh Liao
653b1b1664 add mhwaveedit 1.1.3
A graphical program for editing sound files
2002-04-19 14:11:38 +00:00
Will Andrews
e05ed36727 Say goodbye to Qt 1.x and all of its dependents. The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION.  All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.

Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.

This commit made in impending view of Qt3/KDE3 entering ports tree.
2002-04-19 02:30:02 +00:00
Mario Sergio Fujikawa Ferreira
f01572a009 Update to 0.7.3
PR:		36758
Submitted by:	Michael Nottebrock <lofi@lofi.dyndns.org>
Reviewed by:	freebsd-multimedia (silence)
2002-04-18 02:58:08 +00:00
Maxim Sobolev
4aff315557 - Update to 1.0.5;
- don't unconditionally add -O2 to CFLAGS;
- use devel/sld12 instead of devel/sdl10 because the latter is doomed for
  deorbiting.

Approved by:	maintainer
2002-04-17 14:28:23 +00:00
Maxim Sobolev
1b3c0d7d6c Chase increase of libSDL version number. 2002-04-17 12:38:02 +00:00
Maxim Sobolev
969c7195c4 Update to 1.2.3. 2002-04-17 12:36:12 +00:00
Joe Marcus Clarke
1943c8dbf5 I had a typo in one of the file names in the last commit. It should read
patch-cddbslave::cddbsubmit.c.
2002-04-17 02:24:04 +00:00
Joe Marcus Clarke
a5b086e407 Add some CD-related fixes to gnomemedia. Bump PORTREVISION.
* Allow CDDB submissions to work correctly
* Make sure the file descriptor passed to ioctl() is open first.  This allows
  gtcd to read the CD volume as something other than 0.

Submitted by:	Arne H Juul <Arne.Juul@fast.no>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-16 20:02:53 +00:00
Anders Nordby
fbfcab2a16 PORTVISION => PORTREVISION.
Fix list of installed files/docs + pkg-plist.

PR:		37058
Submitted by:	maintainer
2002-04-14 14:02:00 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Joe Marcus Clarke
8065193b31 machine/soundcard.h -> sys/soundcard.h
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-12 15:57:06 +00:00
SADA Kenji
10948d5b50 Distfile is available on new site.
Submitted by:	Christian Brueffer <chris@unixpages.org>
PR:	ports/36942
2002-04-12 07:47:11 +00:00
Mario Sergio Fujikawa Ferreira
0ebddf3f82 Update to 2.0 pre 3 2002-04-12 00:00:29 +00:00
Motoyuki Konno
8d4724eed2 Fix build problem on 5-current.
<machine/soundcard.h> is moved to <sys/soundcard.h> on both 4-stable
and 5-current.  See commitlog of src/include/Makefile rev 1.165.
2002-04-11 00:22:33 +00:00
Motoyuki Konno
9e0cb30d0b Fix build problem on 5-current.
<machine/soundcard.h> is moved to <sys/soundcard.h> on both 4-stable
and 5-current.  See commitlog of src/include/Makefile rev 1.165.
2002-04-11 00:11:41 +00:00
Christian Weisgerber
7589f334a1 machine/soundcard.h -> sys/soundcard.h
PR:		36966
Submitted by:	Motoyuki Konno <motoyuki@bsdclub.org>
2002-04-10 20:41:58 +00:00
Akinori MUSHA
2d61ed98fc Update to 0.3. 2002-04-10 18:27:39 +00:00
Ying-Chieh Liao
430526536a ugprade to 0.18
PR:		36889
Submitted by:	Ports Fury
2002-04-09 07:30:20 +00:00
Will Andrews
b597c9f427 Add a patch to fix build on -current. Untested by me. Should work, though.
PR:		36639
Submitted by:	SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
2002-04-04 11:49:12 +00:00
David W. Chapman Jr.
5299d2fd32 Update to latest version
PR:		36596
Submitted by:	maintainer
2002-04-01 02:01:59 +00:00
David W. Chapman Jr.
af258a6259 Update to 0.15.0
PR:		36577
Submitted by:	maintainer
2002-03-31 17:35:29 +00:00
Kris Kennaway
1da677f923 Remove #include <malloc.h>
Reorder do-build target in temporal order
2002-03-31 03:45:43 +00:00
Kris Kennaway
0eaee831f9 Remove #include <malloc.h> 2002-03-31 02:47:07 +00:00
Pete Fritchman
4209c18ac1 Fix build on -current: add a missing #include <arpa/inet.h>.
Reported by:	bento
2002-03-30 21:09:02 +00:00
Akinori MUSHA
fa6e768d65 Add ruby-smf 0.11.5, a Ruby module to handle Standard MIDI Files. 2002-03-30 16:59:28 +00:00
Will Andrews
97e6d16408 Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This is
not tested other than for syntax, but should DTRT from what I understand
of the problem.

Submitted by:	bento
2002-03-30 09:07:53 +00:00
Mario Sergio Fujikawa Ferreira
033f8ec097 Switch option from JAVA_NO_BUILD_DEPENDS to NO_BUILD_DEPENDS_JAVA
following bsd.java.mk 1.2
2002-03-29 16:19:23 +00:00
Ying-Chieh Liao
30d55b0c4f upgrade to 0.2.2 2002-03-28 16:17:54 +00:00
Mario Sergio Fujikawa Ferreira
dc2fbbac16 Update to new java infrastructure, deploy USE_JAVA 2002-03-28 14:48:49 +00:00
Ying-Chieh Liao
3b5ccf536a upgrade to 2.5.6 2002-03-26 06:22:58 +00:00
Christian Weisgerber
f2107e4728 * Fix encoding of raw files.
Obtained from:	Xiph CVS

* Re-enable assert()s now that we use GNU iconv.
2002-03-26 02:49:06 +00:00
Christian Weisgerber
684225f588 * Update to 0.2.10. Noteworthy changes in this release:
- many bug fixes
  - ID3 tag support

* New homepage URL.
2002-03-25 17:09:26 +00:00
Ying-Chieh Liao
a95886e79e remove redundant .endif 2002-03-25 14:12:01 +00:00
Ying-Chieh Liao
aa50779704 - Add optional Ogg/Vorbis support
PR:		36288
Submitted by:	Ports Fury
2002-03-25 11:44:20 +00:00
Patrick Li
a7dc96946e Update to 1.5.0
Approved by:	petef(maintainer)
2002-03-25 05:44:08 +00:00
Chris D. Faulhaber
7e3f7edc0b #include <arpa/inet.h> for ntohl prototype.
Found by:	bento
2002-03-25 03:42:04 +00:00
Kris Kennaway
b99b7411b4 Remove the cdd port, which was broken long ago by the CAM import. 2002-03-25 02:25:28 +00:00
Bruce A. Mah
e2601dd8bb Unbreak port build on -CURRENT. 2002-03-23 23:08:18 +00:00
Patrick Li
0a6b09feee Add new port audio/py-xmms - XMMS Remote Control Library for Python
PR:		36067
Submitted by:	Hye-Shik Chang <perky@fallin.lv>
2002-03-23 08:55:39 +00:00
Ying-Chieh Liao
81ab387d19 upgrade to 2.5.5 2002-03-23 07:43:41 +00:00
Ying-Chieh Liao
6d50e1c211 add mp3stat 2.5.2
Read information about mp3s and oggs bitstream
2002-03-21 14:59:48 +00:00
CHOI Junho
fa285f9909 Update to 0.7
PR:		ports/36035
Submitted by:	Hye-Shik Chang <perky@fallin.lv>
2002-03-21 05:29:39 +00:00
Patrick S. Gardella
cd6d2fa7f5 Add a new port for Ample, a personal MP3 player 2002-03-20 19:29:01 +00:00
Maxim Sobolev
f3249b265a - Update to 1.2.18;
- pass over maintainership to Olexander Kunitsa <kunia@istc.kiev.ua>
  (maintainer timeout).

Submitted by:	Olexander Kunitsa <kunia@istc.kiev.ua>
2002-03-18 18:56:28 +00:00
Ying-Chieh Liao
c7f46491f0 oops... forget to update WWW 2002-03-18 16:33:22 +00:00
Ying-Chieh Liao
8097a63ede upgrade to 0.2.1
drop maintainership
2002-03-18 16:32:18 +00:00
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +00:00
Cy Schubert
16a08ce7f6 Add xmms-musepack 1.8.0 port, xMMS input plugin for playing MPC Musepack
(.mpc, .mp+) files.

PR:		35935
Submitted by:	Walter Hop <walter@binity.com>
2002-03-17 17:17:12 +00:00
Luigi Rizzo
e67082c126 Update to version 1.07, which also operates on external flash memory.
patch-aa is not necessary anymore.
2002-03-16 00:14:33 +00:00