aboutsummaryrefslogtreecommitdiffstats
path: root/audio/goobox
Commit message (Collapse)AuthorAgeFilesLines
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-191-8/+2
| | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-063-6/+7
| | | | | | | | | | | | | | | | | | The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
* - Update audio/libmusicbrainz5 to 5.1.0jhale2015-06-151-1/+1
| | | | | | | | | - Fix a crash in audio/sound-juicer caused by libmusicbrainz5 (fix added upstream, but not in this release) [1] - Bump PORTREVISION on dependent ports PR: 196959 [1] Submitted by: Pete Johanson <peter@peterjohanson.com> [1]
* Fix some glib schema issues.kwm2015-04-142-2/+3
| | | | | | | | | | | The schemas should be listed in GLIB_SCHEMAS instead of in the plist so the glib schema database can be updated on installed/removal of the package. This updating is done by the GLIB_SCHEMAS macro. Make shotwell not run glib-compile-schemas in the stagedir, this has no effect. Additional this generates the share/glib-2.0/schemas/gschemas.compiled file. This file is managed by the glib20 port. And has a changing checksum because it recompiled every time a GLIB_SCHEMAS enabled port is installed or removed.
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-195-845/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
* Cleanup plistbapt2014-10-201-19/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Fix problems with missing libs when the linker enforces explicit linkingtijl2014-08-111-1/+1
| | | | | | (a* to d* categories) PR: 192062
* Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".tijl2014-05-131-1/+1
| | | | | | | | | | | | | | | Bump PORTREVISION on all dependent ports. [1] audio/ario: USES=libtool. audio/gmpc: USES=libtool. audio/gnome-media: USES=libtool:keepla tar:bzip2. audio/xfce4-mixer: USES=libtool tar:bzip2. graphics/shotwell: Unbreak and USES=tar:xz. science/gwyddion: USES=libtool tar:bzip2. sysutils/mate-control-center: USES=libtool. x11/xfce4-clipman-plugin: USES=libtool tar:bzip2. Approved by: portmgr (implicit) [1]
* Stagify braserobapt2014-04-261-12/+6
| | | | | | Convert to USES=libtool Chase shlib number change Clean up a bit chased ports
* Stagify.kwm2014-04-011-4/+0
|
* 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)
* - Update audio/libdiscid to 0.5.2jhale2013-09-121-1/+1
| | | | | | - Switch to CMake build system - Trim Makefile headers - Bump PORTREVISION on dependent ports
* Add an explicit dependency on pkgconfantoine2013-09-081-1/+1
| | | | Obtained from: portmgr (bapt)
* 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
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* -Update to new headermezz2012-12-301-16/+13
| | | | | | | | | | | -OPTIONSng -Remove the shared library version -portlint PR: ports/173788 ports/173809 ports/173802 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* - Update to 2.2.0.mezz2012-03-167-46/+845
| | | | | | | | | | - Port to audio/libmusicbrainz3 and libdiscid. [1] - Remove audio/libmusicbrainz dependency. PR: ports/165847 Reported by: Jason E. Hale <bsdkaffee@gmail.com> Obtained from: Its git. [1] Feature safe: yes
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+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
* Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ↵kwm2011-08-242-2/+13
| | | | needed.
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removearaujo2009-02-021-2/+1
| | | | | | | | | MASTER_SITE_SUBDIR when possible. PR: ports/125243 Submitted by: pgollucci Reworked by: myself Tested on: pointyhat exp-run (pav)
* 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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-255-0/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* - Retire gstreamer 0.8.0ahze2007-06-026-165/+0
|
* - Welcome X.org 7.2 \o/.flz2007-05-202-21/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Remove FreeBSD 4.xismahze2007-04-161-4/+0
| | | | | PR: 111657 Submitted by: edwin
* Fix build with GCC 4.x.marcus2006-12-251-0/+12
| | | | PR: 107141
* Track libnotify updatejylefort2006-11-141-2/+2
|
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-3/+25
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* - Remove dirrmtry line which had no chance of workingpav2006-08-261-1/+0
| | | | | PR: ports/100821 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* - Bump PORTREVISIONmiwi2006-06-291-2/+2
| | | | - Chase increase of devel/libnotify shlib version.
* audio/gnomemedia2 -> audio/gnome-mediamezz2006-05-281-1/+1
| | | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for audio/goobox, audio/rhythmbox, audio/sound-juicer, x11/gnome2, x11/gnome2-lite and x11-toolkits/py-gnome-desktop chase the rename. PR: ports/97985 Repocopy by: marcus
* - Update gstreamer to 0.10ahze2006-04-301-2/+3
| | | | | | | - Move all old gstreamer 0.8 ports to gstreamer*80 [1] - Chase all ports with new gstreamer or gstreaemer moves Repocopied by: marcus [1]
* Mark BROKEN on 4.X.marcus2006-04-011-0/+4
| | | | Reported by: pointyhat via kris
* Add a fogotten OPTIONS, and fix a portlint nit.marcus2006-03-271-1/+3
|
* * Add libnotify supportmarcus2006-03-272-2/+63
| | | | | | | | * Fix build with libgnotify-0.3.2 [1] PR: 93610 Submitted by: Christian Hiris <4711@chello.at> Obtained from: Mandriva Linux
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711
* Add a missing dependency on gnomedocutils.marcus2005-11-201-1/+3
| | | | Reported by: pointyhat via kris
* - Update to 0.9.93ahze2005-11-192-4/+4
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* Update to 0.9.92.marcus2005-07-203-3/+6
|
* Update to 0.9.91.kwm2005-04-063-4/+4
|
* Chase the slit of gconf to a seperate port.kwm2005-03-211-2/+2
|
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* Update to 0.9.90.marcus2005-03-053-5/+22
|
* - split multimedia/gstreamer-plugins in to individual ports perahze2005-03-011-2/+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.
* - Update to 0.7.1ahze2005-01-133-6/+17
| | | | - Remove white spaces
* Correct a typo to fix the pkg-plist, s/GCONF_SCEMAS/GCONF_SCHEMAS/g. Bump themezz2004-12-211-1/+2
| | | | | | PORTREVISION. Reported by: pointyhat via kris
* Update to 0.6.0ahze2004-12-073-4/+7
|
* Remove .schemas file from PLIST since it is completely handledbland2004-11-222-1/+1
| | | | by GCONF_SCHEMAS (this fixes recently reported pkg_delete failures).
* Update to 0.5.0bland2004-11-175-253/+4
|
* Add goobox 0.4.0, CD player and ripper for GNOME Desktop environment.bland2004-11-117-0/+297