aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gtkpod
Commit message (Collapse)AuthorAgeFilesLines
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-5/+5
| | | | | | LIB_DEPENDS in audio With hat: portmgr
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* Add an explicit dependency upon pkg-config (USES+=pkgconfig)bsam2013-09-041-1/+1
| | | | | | uncovered by an exp libiconv -> inconv swith. Approved by: portmgr (implicit)
* Convert audio from USE_GMAKE to USES=gmakebapt2013-08-311-2/+1
| | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix
* - Update to 7.31.0sunpoet2013-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* * Major update to FLAC 1.3.0, including shared library bumps.naddy2013-06-101-1/+1
| | | | | | * Chase the update in dependent ports. PR: 179072
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - Switch to the new options frameworkdanfe2012-10-221-18/+15
| | | | | | | | | - Use two line style Makefile header - Drop ABI shlib versions from LIB_DEPENDS PR: ports/172902 (modified) Submitted by: bsam Feature safe: yes
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,naddy2012-07-201-1/+1
| | | | directly or indirectly (via libvorbis, libtheora).
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Update to version 1.0.0danfe2011-03-154-149/+27
| | | | | | | | | | | | | | | - 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)
* Chase multimedia/mp4v2 update.makc2010-08-122-3/+105
| | | | | PR: ports/148643 Submitted by: Christopher Key <cjk32 at cam.ac.uk>
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlynaddy2010-06-071-1/+1
| | | | (via libvorbis, libtheora).
* - update audio/lame to 3.98.4netchild2010-06-031-1/+1
| | | | | | | | | - 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)
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - Fix the build against libmp4v2.so (it is built without GTK support bydanfe2010-05-281-2/+9
| | | | | | | | | | 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
* Chase the ftp/curl shlib version bump.roam2010-04-031-2/+2
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* - Correct plistpav2009-09-041-0/+1
| | | | Reported by: pointyhat
* - Update to version 0.99.14 [1]danfe2009-08-253-48/+92
| | | | | | | | | | | | | | | | | - 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]
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with A
* Mark BROKEN: does not builderwin2009-08-141-0/+2
|
* - Chase audio/libgpod shlib bumpmiwi2009-08-081-2/+2
|
* Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-1/+1
|
* Bump the version of the curl shared library after the ftp/curl updateroam2009-01-231-2/+2
| | | | | | 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.
* A few typo fixes for ports/audio descriptions.olgeni2008-06-151-1/+1
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | 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)
* Update to FLAC 1.2.1. This version includes two and a half yearsnaddy2008-04-081-1/+2
| | | | | | | | | | 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
* Reindent description so it fits standard terminal width (80 chars) nicer.danfe2008-01-091-18/+18
|
* Update to version 0.99.12.danfe2008-01-075-53/+20
|
* Fix the build against recent mpeg4ip.danfe2007-11-211-0/+38
| | | | | Submitted by: roam Approved by: portmgr (pav)
* - Add some missing dependecies and OPTIONSdanfe2007-08-151-5/+28
| | | | | | | - Bump PORTREVISION PR (based on): ports/115021 Submitted by: Herbert J. Skuhra
* - Add missed dependency on libgnomecanvaspav2007-07-291-1/+1
| | | | Reported by: pointyhat
* Fix PLIST.danfe2007-07-251-7/+16
| | | | Reported by: sat
* Update libgpod and gtkpod to most recent versions, 0.5.2 and 0.99.10,danfe2007-07-243-36/+37
| | | | | | | respectively. Based on PR: ports/114563, ports/114564 Submitted by: Herbert J. Skuhra
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Catch up with recent libgpod update to version 0.4.2.danfe2007-03-191-6/+9
|
* Band-aid a weird segfault upon track deletion reported by several users.danfe2006-10-271-0/+3
| | | | | | Proper fix is being worked on. Approved by: portmgr (erwin)
* Update libgpod and gtkpod to most recent verions, 0.4.0 and 0.99.8,danfe2006-10-104-33/+11
| | | | respectively. Also rename a knob, commit to UPDATING will follow.
* Pet portlint(1).danfe2006-04-051-1/+1
|
* Update to most recent versions.danfe2006-04-032-5/+5
| | | | Prodded by: several
* - Provide niftier WWWdanfe2006-01-181-3/+2
| | | | - Make description 24 lines to pacify portlint(1)
* Update to version 0.99.2.danfe2006-01-1811-119/+11
| | | | | PR: ports/91529 Submitted by: Devon Ryan <dpryan(at)dpryan.com>
* Provide better port description.danfe2006-01-181-2/+3
|
* SHA256'ify my ports.danfe2005-11-301-0/+1
|
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
|
* s/one/you/ to make it sound better.danfe2005-10-311-1/+1
|
* - Update pkg-descr to match the realitydanfe2005-10-311-21/+22
| | | | | - Kill EOL spaces - Append trailing slash to the URL
* - Utilize OPTIONSdanfe2005-10-312-11/+6
| | | | | - Unmute ${INSTALL_DATA} statements - Kill EOL space in distinfo
* Chase libid3tag update.jylefort2005-10-281-1/+2
|
* - Fix RUN_DEPENDSdanfe2005-10-251-2/+2
| | | | - Take maintainership
* Update to 0.94.0mnag2005-10-2012-39/+159
| | | | | | | | Reset MAINTAINER PR: 87415 Notified by: Rodrigo Graeff <delphus@gmail.com> Submitted by: David Le Brun <david@dyn-ns.net> (maintainer)
* Update to 0.88.2 :ahze2005-04-053-4/+8
| | | | | | | | - added scripts to synchronize with evolution - fixed support of iPod shufffle PR: ports/79538 Submitted by: maintainer
* - Update to 0.88ahze2005-03-175-5/+29
| | | | | | | | | * Adds support for iPod Shuffle * Support for smart playlists ChangeLog: http://gtkpod.sourceforge.net/ChangeLog PR: ports/78932 Submitted by: maintainer
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
|
* [Incomplete pkg-plist] audio/gtkpodedwin2004-12-222-0/+4
| | | | | | | Fix incomplete pkg-plist PR: ports/75279 Submitted by: David Le Brun <david@dyn-ns.net>
* Update to 0.85.0ahze2004-12-044-26/+21
| | | | | PR: ports/74273 Submitted by: David Le Brun (maintainer)
* Use mpeg4ip-libmp4v2 instead of mpeg4ipahze2004-11-101-2/+2
| | | | Approved by: marcus (co mentor)
* s|bin/bash|bin/sh| for shell scriptsahze2004-11-081-2/+5
| | | | | | | | | Remove unused knobs Bump PORTREVISION PR: ports/73652 Submitted by: david@da-quirk.org (maintainer) Approved by: adamw (mentor)
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
| | | | big upgrade.
* - Drop optional mp4v2 from faad supportpav2004-08-161-11/+1
| | | | | | PR: ports/70464 Submitted by: Michael Johnson <ahze@ahze.net> Approved by: maintainer
* - Remove no longer needed workaroundpav2004-07-292-10/+0
| | | | | | PR: ports/69718 Submitted by: Michael Johnson <ahze@ahze.net> Approved by: maintainer
* - Update to bug-fix-releasevs2004-07-283-2/+16
| | | | | | | - Fix compilation on -STABLE (Scott Mitchell) PR: ports/69201 Submitted by: David Le Brun (maintainer)
* Update to gtkpod 0.80vs2004-07-095-47/+9
| | | | | | | Changelog : http://gtkpod.sourceforge.net/ChangeLog PR: ports/68743 Submitted by: David Le Brun (maintainer)
* - Add AAC support, optionally either with faad or mpeg4ippav2004-05-124-41/+54
| | | | | | PR: ports/66356 Submitted by: ume Approved by: maintainer
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - Update of gtkpod to 0.72:krion2004-01-235-10/+67
| | | | | | | | | | | * use libid3tag library instead of libid3 for better performance * parse the filename to fill in missing ID3 tags * support for unicoded ID3v2.4 tags * bug fixes PR: 61649 Submitted by: maintainer
* Chase version change of audio/id3libedwin2004-01-031-1/+2
| | | | | PR: ports/60830 Submitted by: Roman Shterenzon <roman@xpert.com>
* - Update to 0.70pav2003-12-054-5/+21
| | | | | | | | | | * Add support of AAC files (WITH_AAC knob) * New Info window (with statistics) * Many small improvements with large practival impact * Bug fixes PR: ports/59851 Submitted by: David Le Brun <david@dyn-ns.net> (maintainer)
* Upgrade to version 0.60.joe2003-11-042-2/+3
| | | | PR: ports/58611
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-211-2/+2
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* Update to 0.52.adamw2003-07-113-3/+4
| | | | | PR: ports/54348 Submitted by: David Le Brun <david@dyn-ns.net> (maintainer)
* Update to 0.51-2.adamw2003-06-043-2/+3
| | | | | PR: prots/52738 Submitted by: David Le Brun <david@dyn-ns.net> (maintainer)
* [Maintainer Update] audio/gtkpod to v0.51edwin2003-05-222-5/+4
| | | | | | | | | | | Update gtkpod to 0.51 : * libgnugetopt is no longer required (call to getopt_long_only removed) * few bug fixes (playlength) * several improvements (more infos about songs, more charsets, ...) * new features (displays free space on iPod, charsets saved, ...) PR: ports/52546 Submitter: David Le Brun <david@dyn-ns.net>
* Remove a '/' in front of the README in the plist that was preventing themarcus2003-05-111-1/+1
| | | | | | package build on bento. Reported by: bento
* Convert to new GNOME infrastructure which fixes build on bento.marcus2003-05-061-2/+2
| | | | Reported by: bento
* Add gtkpod 0.50, a GUI to upload songs and playlists to iPod.sumikawa2003-04-214-0/+68
PR: 47602 Submitted by: David Le Brun <david@dyn-ns.net>