1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
Commit Graph

70 Commits

Author SHA1 Message Date
Alexey Dokuchaev
04c6e46148 - Update to version 1.0.0
- Drop gratuitous run dependencies: they are only used in external auxiliary
  scripts and do not directly affect main program functionality.  Users are
  advised to install them manually if they need them (lame, faad, etc.)
- Now that configure script supports disabling of optional features, drop
  make(1)'s exists()-based heuristics to ensure no hidden dependencies are
  recorded; user's choice of OPTIONS should now match the reality
- Remove now unsupported HAL and GNOME VFS2 options
- Remove dependency on external AAC/MP4 library (mp4v2); gtkpod now tries
  to load it via dlopen(3) and if it fails, will dig for the atom props
  manually.  It probably can be turned into rdep, but first I need to make
  sure our libmp4v2 ABI matches what gtkpod expects
- Add LICENSE (GPLv2)
2011-03-15 15:13:21 +00:00
Max Brazhnikov
526f368c1f Chase multimedia/mp4v2 update.
PR:		ports/148643
Submitted by:	Christopher Key <cjk32 at cam.ac.uk>
2010-08-11 20:58:04 +00:00
Christian Weisgerber
30587b71c2 Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
2010-06-06 20:44:03 +00:00
Alexander Leidinger
a23bcd1501 - update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
  change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
  - done via a semi-automated way (manual review and fixup)
  - I tried to take care to not bump ports which only depend optionaly on
    lame (with a default of no dependency)
2010-06-03 08:55:01 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Alexey Dokuchaev
73a78cbd46 - Fix the build against libmp4v2.so (it is built without GTK support by
default, which will result in HAVE_GTK macro be undefined, and gtkpod
  depends on it [*]
- Correctly detect and record FAAC/FAAD runtime dependencies
- Slightly improve on comment while here

PR:		ports/122639 [*]
Submitted by:	Kevin Oberman
2010-05-27 16:18:14 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Pav Lucistnik
333271cead - Correct plist
Reported by:	pointyhat
2009-09-03 20:43:05 +00:00
Alexey Dokuchaev
7be7bfd4f1 - Update to version 0.99.14 [1]
- Drop `libgnomecanvas' dependency: cairo is now used for coverart display
  effects
- Add missing runtime dependency for Ogg conversion to work [2]
- Similarly to [2], register dependencies for MPEG-4 audio encoding/decoding
  and MP3 encoding via LAME
- Flip cURL support knob to "on", since vorbis-tools require it anyways (and
  Ogg support is "on" by default).  This is OK since cURL is likely to be
  installed on a typical desktop system; lots of other software wants it
- Convert to use PORTDOCS and simplify their installation (get rid of `for'
  loop in Makefile)
- Augment some OPTIONS text, clean up pkg-plist

PR:		ports/138007 [1], ports/126760 [2]
Submitted by:	keramida [1], ehaupt [2]
2009-08-24 20:39:42 +00:00
Dmitry Marakasov
a07aa037a1 - Switch SourceForge ports to the new File Release System: categories starting with A 2009-08-22 00:13:26 +00:00
Erwin Lansing
c31f3c4195 Mark BROKEN: does not build 2009-08-14 11:24:34 +00:00
Martin Wilke
79181787d7 - Chase audio/libgpod shlib bump 2009-08-07 17:03:22 +00:00
Christian Weisgerber
94d47b2ecd Bump PORTREVISION after libogg and libvorbisfile major version increment. 2009-07-06 21:25:59 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Jimmy Olgeni
bbdb4d4623 A few typo fixes for ports/audio descriptions. 2008-06-15 12:52:11 +00:00
Edwin Groothuis
6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00
Christian Weisgerber
fc6f899691 Update to FLAC 1.2.1. This version includes two and a half years
worth of changes and an altered API.

Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary.  Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.

PR:	119476
2008-04-07 20:37:23 +00:00
Alexey Dokuchaev
8da1e87c15 Reindent description so it fits standard terminal width (80 chars) nicer. 2008-01-08 16:27:56 +00:00
Alexey Dokuchaev
360c03024f Update to version 0.99.12. 2008-01-06 22:54:20 +00:00
Alexey Dokuchaev
8cd8053fdb Fix the build against recent mpeg4ip.
Submitted by:	roam
Approved by:	portmgr (pav)
2007-11-21 14:34:59 +00:00
Alexey Dokuchaev
d8b98edbf0 - Add some missing dependecies and OPTIONS
- Bump PORTREVISION

PR (based on):	ports/115021
Submitted by:	Herbert J. Skuhra
2007-08-15 12:59:32 +00:00
Pav Lucistnik
d5f57e14e7 - Add missed dependency on libgnomecanvas
Reported by:	pointyhat
2007-07-29 10:40:02 +00:00
Alexey Dokuchaev
e7ddd3495f Fix PLIST.
Reported by:	sat
2007-07-24 19:11:13 +00:00
Alexey Dokuchaev
b9a2752c58 Update libgpod and gtkpod to most recent versions, 0.5.2 and 0.99.10,
respectively.

Based on PR:	ports/114563, ports/114564
Submitted by:	Herbert J. Skuhra
2007-07-23 17:34:48 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Alexey Dokuchaev
0279535e26 Catch up with recent libgpod update to version 0.4.2. 2007-03-18 19:54:52 +00:00
Alexey Dokuchaev
237b387e16 Band-aid a weird segfault upon track deletion reported by several users.
Proper fix is being worked on.

Approved by:	portmgr (erwin)
2006-10-27 12:48:41 +00:00
Alexey Dokuchaev
acc3d5bcf9 Update libgpod and gtkpod to most recent verions, 0.4.0 and 0.99.8,
respectively.  Also rename a knob, commit to UPDATING will follow.
2006-10-10 11:13:42 +00:00
Alexey Dokuchaev
79f98d6603 Pet portlint(1). 2006-04-05 09:43:39 +00:00
Alexey Dokuchaev
e9e489102c Update to most recent versions.
Prodded by:	several
2006-04-03 14:12:27 +00:00
Alexey Dokuchaev
e8058658bc - Provide niftier WWW
- Make description 24 lines to pacify portlint(1)
2006-01-18 14:53:04 +00:00
Alexey Dokuchaev
5107adadf3 Update to version 0.99.2.
PR:		ports/91529
Submitted by:	Devon Ryan <dpryan(at)dpryan.com>
2006-01-18 14:47:07 +00:00
Alexey Dokuchaev
8c0906e8fe Provide better port description. 2006-01-17 16:28:29 +00:00
Alexey Dokuchaev
3a847796b3 SHA256'ify my ports. 2005-11-30 14:01:29 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Alexey Dokuchaev
98767d31c1 s/one/you/ to make it sound better. 2005-10-31 13:34:52 +00:00
Alexey Dokuchaev
0e9947e63e - Update pkg-descr to match the reality
- Kill EOL spaces
- Append trailing slash to the URL
2005-10-31 13:23:57 +00:00
Alexey Dokuchaev
112a5ab52d - Utilize OPTIONS
- Unmute ${INSTALL_DATA} statements
- Kill EOL space in distinfo
2005-10-31 12:58:23 +00:00
Jean-Yves Lefort
872d7f80ee Chase libid3tag update. 2005-10-28 07:59:53 +00:00
Alexey Dokuchaev
96f3d08efd - Fix RUN_DEPENDS
- Take maintainership
2005-10-25 04:08:38 +00:00
Marcus Alves Grando
35aca74cf4 Update to 0.94.0
Reset MAINTAINER

PR:		87415
Notified by:	Rodrigo Graeff <delphus@gmail.com>
Submitted by:	David Le Brun <david@dyn-ns.net> (maintainer)
2005-10-19 17:11:12 +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
1a3b39b7d4 - Update to 0.88
* Adds support for iPod Shuffle
  * Support for smart playlists

ChangeLog:	http://gtkpod.sourceforge.net/ChangeLog
PR:		ports/78932
Submitted by:	maintainer
2005-03-17 00:28:18 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Edwin Groothuis
619b010325 [Incomplete pkg-plist] audio/gtkpod
Fix incomplete pkg-plist

PR:		ports/75279
Submitted by:	David Le Brun <david@dyn-ns.net>
2004-12-22 00:22:00 +00:00
Michael Johnson
2404e64122 Update to 0.85.0
PR:		ports/74273
Submitted by:	David Le Brun (maintainer)
2004-12-03 22:39:36 +00:00
Michael Johnson
199456f7f8 Use mpeg4ip-libmp4v2 instead of mpeg4ip
Approved by:	marcus (co mentor)
2004-11-10 02:25:02 +00:00
Michael Johnson
43eff62314 s|bin/bash|bin/sh| for shell scripts
Remove unused knobs
Bump PORTREVISION

PR:		ports/73652
Submitted by:	david@da-quirk.org (maintainer)
Approved by:	adamw (mentor)
2004-11-08 03:52:29 +00:00