1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

5345 Commits

Author SHA1 Message Date
Roman Bogorodskiy
af1939a776 - update to 1.01
- pass maintainership to submitter

PR:		80455
Submitted by:	Sylvio Cesar <sylvioc@gmail.com>
2005-04-29 15:06:08 +00:00
Jean-Yves Lefort
2d84c5b015 - Update to 2005.04.26
- Pass maintainership to submitter

PR:		ports/80439
Submitted by:	Sylvio Cesar <sylvioc@gmail.com>
2005-04-28 22:24:13 +00:00
MANTANI Nobutaka
6a40d7a441 Chase the libxine shared lib version bump. 2005-04-28 17:40:02 +00:00
Michael Nottebrock
23e35dbc6f Insist on libtag.so.4. 2005-04-28 16:38:50 +00:00
Brooks Davis
5de5eb0e44 Upgrade to 6.0.2.
The most important fix is probably avoiding database corruption that
caused the wrong artists to be associated with songs/albums.  For full
details, see the Changelog.html or:

http://www.slimdevices.com/su_changelog.html
2005-04-27 22:28:07 +00:00
Roman Bogorodskiy
4c165134cb - fix segfault on attempt to play next track from empty playlist [1]
- make mpg321 be RUN_DEPEND instead of BUILD_DEPEND

PR:		80365 [1]
Submitted by:	Andrej Zverev (maintainer)
2005-04-27 10:30:10 +00:00
Joe Marcus Clarke
fc0c338e9f Only process the var_args argument to open() if flags contain O_CREAT.
This avoids a bus error crash when using esddsp.

PR:		80382
2005-04-27 03:38:33 +00:00
Tilman Keskinoz
d270c6576a Remove old emailaddress 2005-04-26 14:05:55 +00:00
Kirill Ponomarev
9ae1d67e28 Take maintainership. 2005-04-26 08:28:12 +00:00
Michael Johnson
294ab530f3 - Add libcddb-doc
Libcddb documentation
2005-04-25 02:43:49 +00:00
Jean-Yves Lefort
428532260f Fix MIDI playback.
PR:		ports/80304
Submitted by:	Emanuel Haupt <ehaupt@critical.ch> (maintainer)
Approved by:	adamw (mentor)
2005-04-25 00:01:17 +00:00
Jean-Yves Lefort
8e2b69549d Open Cubic Player first appeared around December 1994 as a DOS
binary-only module player. It supported many soundcards and module
formats.

At some point, the source code was released to the public under the
terms of the GNU General Public License, and around 2003 Stian
Skjelstad ported the code to Linux.

In addition to legacy tracker formats such as mod, xm and s3m, Open
Cubic Player now also supports mp3 and ogg files.

PR:		ports/80276
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
Approved by:	adamw (mentor)
2005-04-24 14:11:31 +00:00
Sam Lawrance
43adda45b6 Add a check for PACKAGE_BUILDING to allow pointyhat to build this
port after the distfile has been manually fetched.

Requested by:	kris
Approved by:	clement (mentor)
2005-04-24 08:16:49 +00:00
Brooks Davis
c2bf9829e0 Add a dependency on expat. Don't bump PORTREVISION since it won't
change the output if it built before and packages wouldn't have built
even if RESTRICTED wasn't set.

Reported by:	pointyhat (via kris)
2005-04-24 04:57:57 +00:00
Sam Lawrance
a57f67dcc4 Avoid license violation by preventing the distfile being downloaded
automatically (previous checks were inadequate).
2005-04-24 03:47:02 +00:00
Sam Lawrance
79ce740b19 Unbreak and update to 1.0.0
PR:		ports/80180
Submitted by:	sylvio cesar <sylvioc@gmail.com>
Approved by:	clement (mentor)
2005-04-24 02:04:45 +00:00
Pav Lucistnik
94576eb083 - Update to 0.1.11
PR:		ports/79291
Submitted by:	Kelly Yancey <kbyanc@kbyanc.nttmcl.com>
Approved by:	Jens Rehsack <rehsack@liwing.de> (maintainer)
2005-04-23 21:44:41 +00:00
Brooks Davis
4160e0f377 Add missing USE_PERL5.
Reported by:	pointyhat (via kris)
2005-04-22 17:31:55 +00:00
Volker Stolz
4301812e6c Use MAKE_ARGS & PLIST_FILES/PORTDOCS 2005-04-22 13:26:32 +00:00
Michael Nottebrock
db642a875f Amarok wants kdebase. 2005-04-22 02:14:05 +00:00
Brooks Davis
2f92cc0aa4 Improve the upgrade process a bit. It was previously possible for
the log file to be owned by root because most files were opened/created
before the uid was switched to non-root.  That's not the case anymore
so we need to be sure those files are owned by slimserv:slimserv.
This isn't a problem with new installed because they are made
correctly in the rc script, but on upgrades it may be an issue.
Handle this by resetting the permissions of existing files and
directories during the install.

While I'm here, remove some leftover directory creation.  It properly
belongs in the startup script so the files will be created if /var
is clear.

Bump port revision.
2005-04-21 20:05:53 +00:00
Volker Stolz
59b562788c Get build on amd64 back on track
Noticed by: krisbot
2005-04-21 15:10:21 +00:00
Brooks Davis
af5ef7aea3 Upgrade to 6.0.1.
Stop trying to use ports versions of all the CPAN bits and do things the way
the vendor expects.  It's less elegant, but much easier to maintain.  Do build
our own versions of binary modules so we have a chance on all platforms, but
use a slightly modified version of their script to do so (mostly make it
non interactive and fetch the files from DISTDIR/DIST_SUBDIR rather
than direct from slimdevices each build).

Mark RESTRICTED.  The distfiles and the build contain non-restributable bits.
Some of the people building packages for linux are working on a way around
this (not distributing the firmware and using alternate images), but that's
no here yet.

Nagged by:	many :-)
Prodded by:	my dying cd player
2005-04-21 05:17:02 +00:00
Volker Stolz
47e350aa5c Remove INSTALLS_SHLIB: It's not running with the correct path anyway 2005-04-19 16:01:47 +00:00
Volker Stolz
bec251ec9f - Correctly package empty directory
- Remove erroneous information from pkg-descr
2005-04-19 15:57:02 +00:00
Volker Stolz
1160b91e9a - Use PLIST_FILES/PORTDOCS
- Use REINPLACE
- Minimize Makefile-patch
2005-04-19 15:48:34 +00:00
Volker Stolz
8620e68dc1 - Use PLIST_FILES
- Fix non-root install
2005-04-19 14:28:10 +00:00
Volker Stolz
06ee33efc8 Use PLIST_FILES 2005-04-19 14:27:28 +00:00
Volker Stolz
8004b3f807 Use MAKE_ARGS & REINPLACE 2005-04-19 14:23:18 +00:00
Volker Stolz
decfe46d60 Use MAKE_ARGS and PLIST_* 2005-04-19 14:19:27 +00:00
Volker Stolz
7babccad70 - Nuke two-line plist
- Sanitize post-patch target
2005-04-19 14:15:34 +00:00
Volker Stolz
3e8ee4520b Remove misleading signature (same as Whom: anyway) 2005-04-19 14:11:07 +00:00
Volker Stolz
1ee0043c0e - Don't patch Makefile if imake is going to regenerate it anyway
- Nuke two-line plist
2005-04-19 14:10:12 +00:00
Volker Stolz
038f73a9e1 - Use OPTIONS
- Nuke pkg-plist
- Minimize Makefile-patch
2005-04-19 13:55:25 +00:00
Volker Stolz
b9c7d71a3f Avoid excessive Makefile-patch 2005-04-19 08:58:44 +00:00
Volker Stolz
0a429c783f - Use MAKE_ARGS instead of Makefile-patch
- Sanitize packaging
2005-04-19 08:51:44 +00:00
Florent Thoumie
8d822ec341 - Don't remove timidity directories.
Reported by:	krismail
2005-04-19 08:43:41 +00:00
Roman Bogorodskiy
0393200356 - Update to 0.7.6
- Change pkg-descr to reflect the new patches changes
- Pass maintainership to submitter

PR:		79873
Submitted by:	Rodrigo Graeff <delphus@gmail.com>
2005-04-17 15:19:41 +00:00
Michael Johnson
2e4f5c5ac9 - Update to 1.0.0 2005-04-17 01:07:41 +00:00
Florent Thoumie
54adf866b1 - Fix PKGNAMESUFFIX which doesn't work with make(1) on RELENG_4.
Noticed by:	lofi, Dwayne MacKinnon <Dwayne.MacKinnon@xwave.com>
2005-04-16 10:36:02 +00:00
Sergey Matveychuk
2755b3aa4b - Fix pkg-message:
The loader.conf switch for the AT speaker is now called speaker_load=""
	(not atspeaker_load="" anymore)

PR:		ports/79979
Submitted by:	maintainer
2005-04-16 08:43:15 +00:00
Simon Barner
4d57a783fa - Update to 1.6.5
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
PR:		ports/79175
Approved by:	arved (mentor)
2005-04-16 06:26:22 +00:00
Jean-Yves Lefort
3a1963b241 gai-visual-audio is a GAI dockapp that displays audio visualizations for
XMMS, including blur scope, spectrum analyzer, and flower spectrum.

PR:		ports/77396
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
Approved by:	adamw (mentor)
2005-04-15 21:41:48 +00:00
Jean-Yves Lefort
02eda50bf0 gai-album is a GAI dockapp for viewing the front and back covers of
albums playing in xmms.

PR:		ports/77395
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
Approved by:	adamw (mentor)
2005-04-15 21:37:29 +00:00
Florent Thoumie
4ccca63d40 - Update to 2005.04.10.
PR:		ports/79969
Submitted by:	Ports Fury
2005-04-15 17:55:32 +00:00
Florent Thoumie
7f3804d599 - Update to 0.15.
PR:		ports/79970
Submitted by:	Ports Fury
2005-04-15 17:49:42 +00:00
Jean-Yves Lefort
4900523853 Fix a crash on startup.
PR:		ports/71591
Submitted by:	Shawn K. Quinn <skquinn@xevious.kicks-ass.net>, Simon Barner <barner@in.tum.de>
Approved by:	adamw (mentor), maintainer timeout
2005-04-14 20:53:41 +00:00
Jean-Yves Lefort
d7f75b0e6e Update to 1.4.6.
PR:		ports/79900
Submitted by:	Ulrich Spoerlein <q@uni.de>
Approved by:	adamw (mentor)
2005-04-14 16:03:55 +00:00
Michael Nottebrock
3646b38006 Don't depend on faad, since it's marked NO_CDROM. 2005-04-13 21:47:07 +00:00
Michael Nottebrock
3e06aba959 Don't depend on the core gstreamer-plugins, they include video codecs
and gstreamer-plugins-gconf.

Instead, depend only on a selection of audio-codecs and the artsd output
(which ironically is cheaper in terms of dependencies as amarok's native
arts-output).

Approved by: maintainer
2005-04-13 21:44:59 +00:00
Jean-Yves Lefort
0fb1b18f7c Fixes a crash in the Python plugin.
PR:		ports/79201
Submitted by:	myself
Approved by:	adamw (mentor)
2005-04-13 21:12:40 +00:00
Oliver Lehmann
55f31db289 reset maintainer to ports@FreeBSD.org
PR:		ports/79727
Approved by:	maintainer
2005-04-13 14:30:01 +00:00
Hartmut Brandt
e7cbf4979c s/^\.elseif/.elif/
Approved by:	kris
2005-04-13 13:03:40 +00:00
Yen-Ming Lee
7fdd27b92c - update to libusb-0.1.10a
- bump library version to all ports that depends on libusb

PR:		79084
Submitted by:	John Reynolds <johnjen@reynoldsnet.org>
2005-04-13 10:22:22 +00:00
Jean-Yves Lefort
7c10e30e3a Change my MAINTAINER email address to jylefort@FreeBSD.org
Approved by:	adamw (mentor)
2005-04-12 22:10:43 +00:00
Michael Nottebrock
10be91f19e s/.elseif/.elif 2005-04-12 18:05:21 +00:00
Florent Thoumie
11c584b401 - Update to 2.13.2.
- Assign maintainership to nork.
- Global overhaul of the port.

PR:		ports/79802
Submitted by:	Conrad J. Sabatier <conrads@cox.net>
Approved by:	maintainer timeout (see ports/68909)
2005-04-12 12:49:02 +00:00
Florent Thoumie
502519fd62 - Change !empty() to defined().
Noticed by:	FreshPorts Sanity Checks, cperciva
2005-04-12 12:09:14 +00:00
Florent Thoumie
5db19bd0d2 - Fix make checksum issue. Checksum target is disable if DISTFILES *and*
DIST_SUBDIR are empty.

PR:		ports/72512
Submitted by:	Andreas Schulz <ats@first.fraunhofer.de>
Approved by:	maintainer timeout (6 months)
2005-04-12 11:04:02 +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
Michael Nottebrock
233905d525 Remove obsolete patch for real.
Noticed by: Nicholas Kirby <nkirby@dagr.net>
2005-04-12 01:25:55 +00:00
Michael Nottebrock
41fbe8aacd Update to version 1.2.3
Submitted by: maintainer
2005-04-11 23:16:39 +00:00
Adam Weinberger
96992a4c09 Update to 1.2. In an email from the author:
Possibility to use cPige as a daemon was added. cPige now parses URLs
directly, rather than requiring the user to specify host port and
mountpoint. Statistics and a logfile were added.
2005-04-11 21:17:14 +00:00
Florent Thoumie
41d327e134 - Un-IGNORE by adding local patch.
PR:		ports/78936
Submitted by:	Reinhard Lenninger <reinhard.lenninger@web.de>
2005-04-11 20:19:40 +00:00
Florent Thoumie
0cde76ebca - ARCH is defined in bsd.port.pre.mk 2005-04-11 11:26:40 +00:00
Florent Thoumie
08e7e2c8f8 - ARCH is defined in bsd.port.pre.mk.
Noticed by:	Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
2005-04-11 10:54:27 +00:00
Florent Thoumie
2e1df579b6 - ARCH is defined in bsd.port.pre.mk. 2005-04-11 09:47:42 +00:00
Florent Thoumie
5e8787e5bb - ARCH is defined in bsd.port.pre.mk.
Pointyhat to:	obrien
2005-04-11 09:32:07 +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
Kris Kennaway
49e8629a82 BROKEN: Does not install 2005-04-10 21:50:44 +00:00
Kris Kennaway
f26cc9a7d4 BROKEN: Incorrect pkg-plist 2005-04-10 21:39:18 +00:00
Kris Kennaway
4d408491e8 BROKEN on 6.0: Depends on libxpg4, which was removed prematurely by tjr 2005-04-10 21:27:12 +00:00
Kris Kennaway
a6064d1bfa Now builds on sparc64 2005-04-10 20:58:40 +00:00
Pav Lucistnik
5155c1f383 - link against fontconfig [1] and libXft [2]
- misc WM api changes [1] and [2]
- XClearArea -> XFillRectangle with gray [1] because XClearArea is for Window
  not Drawable (was causing X BadWindow error)

  [1] me
  [2] ports/75000 Serge Gagnon <ser_gagnon@sympatico.ca>

If you hit "play" with a nonexistant file, the program dies - but apart from
that it's now functional again.

PR:		ports/79746
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
2005-04-10 16:35:23 +00:00
Hajimu UMEMOTO
e8b06e400e use OPTIONS. 2005-04-10 16:26:44 +00:00
Hajimu UMEMOTO
fae3dcf1e5 add WITH_BEEP_MEDIA_PLAYER knob to use beep instead of XMMS.
Requested by:	Adam Weinberger <adamw_at_magnesium.net>
2005-04-10 15:09:42 +00:00
Sergey Matveychuk
8360ab3d50 Orpheus is a light-weight text mode menu- and window-driven audio player
application for CDs and files in MP3 and Vorbis OGG format.

PR:		n/a
Submitted by:	Andrej Zverev <az@inec.ru>
2005-04-10 09:16:14 +00:00
Pav Lucistnik
94ee4564e9 - Update to 20050401
PR:		ports/79696
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2005-04-09 21:35:39 +00:00
Michael Johnson
e606068350 - Update to 2.10.2 2005-04-08 23:34:19 +00:00
Pav Lucistnik
1411b8b293 - Update to 0.2.4.5
PR:		ports/79574
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
2005-04-08 23:14:47 +00:00
Michael Nottebrock
7f01445a95 Change MASTER_SITES. 2005-04-07 23:56:13 +00:00
Pav Lucistnik
02660e774b - Add missed gettext dependency
Reported by:	krismail
2005-04-07 18:50:04 +00:00
Adam Weinberger
ee963e471d Correct the PLIST_FILES variable name (dunno what I'd been
thinking there), bump the PORTREVISION, and assign to ports@.
2005-04-07 18:24:12 +00:00
Volker Stolz
2566156f4c Remove audio/rebler:
Not only is it BROKEN on 5, it no longer exists on sourceforge and I
can't find a new home for it.

PR:		ports/79616
Submitted by:	Sam 'Reaper' Lawrance
2005-04-07 14:48:39 +00:00
Pav Lucistnik
5b694f2621 Musicextras is a program for automatically retrieving extra
information for songs. Currently it retrieves lyrics, album
covers, artist images, artist bio, years active, and track
listings.

PR:		ports/79452
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
2005-04-05 22:00:08 +00:00
Pav Lucistnik
f1d5fb1f05 - Update to 2.9.3
PR:		ports/79461
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-04-05 20:56:02 +00:00
Pav Lucistnik
521e98088f - Update to 1.0
PR:		ports/79462
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-04-05 20:46:04 +00:00
Koop Mast
8924e0961c Update to 0.9.91. 2005-04-05 16:42:35 +00:00
Florent Thoumie
8435dc68f0 - Update to 2.2.1.
PR:		ports/79465
Submitted by:	Ports Fury
2005-04-05 07:28:52 +00:00
Michael Johnson
625689e7ca - Fix build for some 5.x users who don't have lrint yet
PR:		79547
Reported by:	Michael Kuhn
2005-04-05 02:36:07 +00:00
Michael Johnson
6efda9ab39 Update to 0.88.2 :
- added scripts to synchronize with evolution
  - fixed support of iPod shufffle

PR:		ports/79538
Submitted by:	maintainer
2005-04-05 00:58:11 +00:00
Michael Johnson
01ae70e8d2 - Update to 2.10.1 2005-04-04 21:10:17 +00:00
Michael Johnson
d9ebc1ebde - Update to 2.10.1 2005-04-04 18:41:38 +00:00
Volker Stolz
3ef24df200 Fix plist
Noticed by: krisbot
2005-04-04 12:08:47 +00:00
Florent Thoumie
f80b7ad87b - Update to 1.2.2.
- Global cleanup.

PR:		ports/78197
Submitted by:	ports@c0decafe.net <ports@c0decafe.net>
Approved by:	Roman Shterenzon <roman@oven.org> (maintainer)
2005-04-04 11:52:30 +00:00
Yaroslav Tykhiy
95f24596e9 Update to mp3ck 0.04. 2005-04-04 09:41:40 +00:00
Mario Sergio Fujikawa Ferreira
a6536683de o Update to 1.0.5
o Take over maintainership (suggested by previous maintainer [1])

Approved by:	Juha Nyg?rd <juha.nygard1@netikka.fi> [1]
2005-04-04 08:14:43 +00:00
Mark Linimon
57eb08f176 Reset maintainer and remove his mirror site per his request. We
appreciate the help in the past.

PR:		ports/79364
2005-04-04 03:37:03 +00:00
Adam Weinberger
0bb8b61e9b Add cpige, a shoutcast stream ripper.
cPige records an audio stream, separating into individual
"Artist - Track.mp3" files. It can also record on an
hour-by-hour basis.

WWW: http://ed.zehome.com/?page=cpige
2005-04-04 01:31:45 +00:00
Michael Nottebrock
2bcfa87f17 You nasty little PORTEPOCH, come back here! 2005-04-04 01:12:45 +00:00