aboutsummaryrefslogtreecommitdiff
path: root/audio/sound-juicer
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.12.3.Joe Marcus Clarke2005-11-243-4/+15
| | | | Notes: svn path=/head/; revision=149319
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesJoe Marcus Clarke2005-11-056-72/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and new features. Don't believe me? Then see for yourself at http://www.gnome.org/start/2.12/notes/en/. DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use the gnome_upgrade.sh script from http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will circumvent some potential pitfalls users can see if they use portupgrade by itself. In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special splash screen. The winner of this release's contest is Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen was inspired by http://art.gnome.org/contests/2.12-splash/83. The FreeBSD GNOME Team would lank to thank the following users for their contributions to this release: Matthew Luckie <mjl@luckie.org.nz> ade sajd on #freebsd-gnome Caelian on #freebsd-gnome mnag Yasuda Keisuke <kysd@po.harenet.ne.jp> Mark Hobden <markhobden@gmail.com> Sergey Akifyev <asa@agava.com> Andreas Kohn For more information on GNOME on FreeBSD, checkout http://www.FreeBSD.org/gnome/. The 2.12 documentation will be posted shortly. Notes: svn path=/head/; revision=147261
* - Update to 2.10.1Michael Johnson2005-04-043-4/+7
| | | | Notes: svn path=/head/; revision=132492
* Chase the slit of gconf to a seperate port.Koop Mast2005-03-201-1/+2
| | | | Notes: svn path=/head/; revision=131736
* Presenting GNOME 2.10 for FreeBSD!Joe Marcus Clarke2005-03-129-190/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy! Notes: svn path=/head/; revision=130972
* - split multimedia/gstreamer-plugins in to individual ports perMichael Johnson2005-02-281-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gstreamer plugin (52 new ports). - Chase changes to ports that used USE_GNOME=gstreamerplugisn to use new USE_GSTREAMER= macro, Bump PORTREVISION's -- Examples of new USE_GSTREAMER macro: USE_GSTREAMER= dvd lame flac .include <bsd.port.mk> If you want to use USE_GSTREAMER after <bsd.port.pre.mk> you must follow one of the examples listed below WANT_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_VORBIS) USE_GSTREAMER+= vorbis .endif or USE_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_FAAD) USE_GSTREAMER+= faad .endif Note: USE_GSTREAMER=yes will always add a dependency to ports/multimedia/gstreamer-plugins -- Thanks to krion for runing this on pointyhat Thanks to kwm for helping with this, and many bug fixes , and updates. Notes: svn path=/head/; revision=130046
* Add a missing dependency on gnomemedia2.Joe Marcus Clarke2005-02-091-1/+3
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=128336
* Update to 0.6.0, and switch maintainer to gnome@.Joe Marcus Clarke2005-02-073-9/+9
| | | | | | | Approved by: bland (previous maintainer) Notes: svn path=/head/; revision=128208
* Add missed un-C99 patch.Alexander Nedotsukov2004-12-121-0/+15
| | | | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=123797
* Update to 0.5.15Alexander Nedotsukov2004-12-113-19/+19
| | | | Notes: svn path=/head/; revision=123720
* Use new INSTALLS_OMF.Jeremy Messenger2004-11-232-2/+1
| | | | | | | Approved by: bland, kwm, marcus and pav Notes: svn path=/head/; revision=122196
* Remove .schemas file from PLIST since it is completely handledAlexander Nedotsukov2004-11-222-1/+1
| | | | | | | by GCONF_SCHEMAS (this fixes recently reported pkg_delete failures). Notes: svn path=/head/; revision=122114
* Update to 0.5.14Alexander Nedotsukov2004-11-116-30/+120
| | | | Notes: svn path=/head/; revision=121347
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Chase the gstreamer shared lib bump.Joe Marcus Clarke2004-08-161-1/+1
| | | | Notes: svn path=/head/; revision=116442
* Bump PORTREVISION to chase the gstreamer shared lib version.Joe Marcus Clarke2004-08-021-0/+1
| | | | Notes: svn path=/head/; revision=115299
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 orJeremy Messenger2004-07-071-4/+2
| | | | | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team Notes: svn path=/head/; revision=113150
* Put back small bit of patch get lost in update.Alexander Nedotsukov2004-06-171-1/+1
| | | | | | | Reported by: Sergey Akifyev <asa@gascom.ru>, kris Notes: svn path=/head/; revision=111663
* Update to 0.5.12Alexander Nedotsukov2004-06-167-82/+36
| | | | Notes: svn path=/head/; revision=111563
* Chase the gstreamer shared lib version, and bump PORTREVISION whereJoe Marcus Clarke2004-06-141-0/+1
| | | | | | | appropriate. Notes: svn path=/head/; revision=111480
* Update to 0.5.11Alexander Nedotsukov2004-04-145-46/+3
| | | | | | | | PR: 56516 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=106990
* Fix some known compatibility problems with GNOME 2.6.Joe Marcus Clarke2004-04-054-3/+16
| | | | Notes: svn path=/head/; revision=106192
* Fix plist entries.Alexander Nedotsukov2004-03-262-1/+3
| | | | | | | Reported by: adamw Notes: svn path=/head/; revision=105315
* Chase the libmusicbrainz shared lib version.Joe Marcus Clarke2004-03-171-2/+2
| | | | Notes: svn path=/head/; revision=104250
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - Fix build on -STABLE (intlhack)Pav Lucistnik2004-02-071-1/+1
| | | | Notes: svn path=/head/; revision=100276
* - Put accedentally removed get_mmc_profile() patch back.Alexander Nedotsukov2004-02-073-0/+38
| | | | | | | - Fix crasher bug when last selected track skipped while extracting. Notes: svn path=/head/; revision=100233
* Update to 0.5.10.1Alexander Nedotsukov2004-02-066-109/+29
| | | | Notes: svn path=/head/; revision=100171
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Remove unnecesary patch.Alexander Nedotsukov2004-01-272-11/+1
| | | | | | | | | | For some unknown reason only in case of FreeBSD Scsi_Command(int) ctor should not bind to passed in file descriptor and therefore close() it in dctor. Thanks my prudent typo wich made this unwanted close() nearly impossible anyway. Notes: svn path=/head/; revision=99249
* Add sound-juicer 0.5.9, clean, mean and lean CD ripper for GNOME2.Alexander Nedotsukov2004-01-2312-0/+304
Notes: svn path=/head/; revision=98853