aboutsummaryrefslogtreecommitdiff
path: root/audio/gogglesmm
Commit message (Collapse)AuthorAgeFilesLines
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* - Update to upstream version 0.14.0 [1]Thomas Zander2014-10-274-32/+17
| | | | | | | | | | | | | - Depend on dbus (build without it is broken) [2] - USE_LDCONFIG [2] - Use PORTDOCS, simplify pkg-plist, pet portlint [2] PR: 194492 Submitted by: tkato432@yahoo.com [1] Reviewed by: riggs [2] Notes: svn path=/head/; revision=371599
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371234
* audio/gogglesmm: Upgrade version 0.13.2 => 0.13.3John Marino2014-09-166-86/+29
| | | | | | | | PR: 193154 Submitted by: Ports Fury Notes: svn path=/head/; revision=368349
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Fix build on 8 and 9.Adam Weinberger2014-08-301-1/+1
| | | | Notes: svn path=/head/; revision=366661
* audio/gogglesmm: remove patches forgotten in last commitWilliam Grzybowski2014-08-273-82/+0
| | | | | | | PR: 193024 Notes: svn path=/head/; revision=366321
* audio/gogglesmm: update to 0.13.2William Grzybowski2014-08-278-58/+188
| | | | | | | | PR: 193024 Submitted by: Ports Fury Notes: svn path=/head/; revision=366320
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-1/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)Olli Hauer2014-06-011-2/+1
| | | | Notes: svn path=/head/; revision=356114
* Drop maintainershipBaptiste Daroussin2013-12-161-1/+1
| | | | Notes: svn path=/head/; revision=336648
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-222-4/+0
| | | | | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331267
* Enable staging,Baptiste Daroussin2013-10-182-21/+17
| | | | | | | | | Strip binary Convert LIB_DEPENDS to new format Add missing desktop-file-utils Notes: svn path=/head/; revision=330784
* - Bump PORTREVISION on ports dependent on FOX. This is needed because wePietro Cerutti2013-10-071-1/+1
| | | | | | | now use ltverhack on FOX. This should be the last time. Notes: svn path=/head/; revision=329703
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Bump PORTREVISION on ports that (might) depend on x11-toolkits/fox17Pietro Cerutti2013-08-291-1/+1
| | | | | | | | Although the shlib version wasn't bumped, some ABI changes require applications linked against fox17 to be rebuilt. Notes: svn path=/head/; revision=325571
* Use new LIB_DEPENDS formatBaptiste Daroussin2013-07-291-4/+3
| | | | | | | Remove now useless MAKE_JOB_SAFE Notes: svn path=/head/; revision=323905
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-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 Notes: svn path=/head/; revision=322783
* Convert to USES=gmakeBaptiste Daroussin2013-07-051-2/+1
| | | | Notes: svn path=/head/; revision=322325
* Add the forgotten OPTIONS_SUBBaptiste Daroussin2013-06-141-0/+2
| | | | Notes: svn path=/head/; revision=320924
* Simplify by adopting the new options helpersBaptiste Daroussin2013-06-141-37/+13
| | | | Notes: svn path=/head/; revision=320919
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-2/+2
| | | | Notes: svn path=/head/; revision=317220
* Convert to USES=gettextBaptiste Daroussin2013-04-251-1/+1
| | | | Notes: svn path=/head/; revision=316503
* - Chase x11-toolkits/fox16 shlib version bumpPietro Cerutti2013-04-231-0/+1
| | | | Notes: svn path=/head/; revision=316372
* Convert my ports to use the new USES=pkgconfigBaptiste Daroussin2013-04-221-1/+2
| | | | Notes: svn path=/head/; revision=316284
* Update to 0.12.7Baptiste Daroussin2012-12-162-9/+4
| | | | | | | Trim headers Notes: svn path=/head/; revision=309026
* - Chase x11-toolkits/fox16 shlib version bumpPietro Cerutti2012-11-271-1/+1
| | | | | | | | | - Trim Makefile headers for ports owned by me or ports@ Feature safe: yes Notes: svn path=/head/; revision=307835
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* - Chase x11-toolkits/fox16 shlib version bumpPietro Cerutti2012-07-131-1/+1
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=300823
* - Update multimedia/libxine to 1.2.2 .Juergen Lock2012-06-231-1/+1
| | | | | | | - Bump PORTREVISION for ports depending on it by default. Notes: svn path=/head/; revision=299814
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Convert to new options frameworkBaptiste Daroussin2012-05-291-25/+24
| | | | | | | While here add shared dbus and curl descriptions Notes: svn path=/head/; revision=297669
* - Chase x11-toolkits/fox16 shlib bumpPietro Cerutti2012-05-021-1/+1
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=295851
* - Update multimedia/libxine to 1.2.1 with a commit merged from hgJuergen Lock2012-02-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to fix DVB support. (which still is broken for tuners using hardware pid filtering, like when running webcamd with "-m dvb-usb-init.force_pid_filter_usage=1".) - Add patches to fix build of ports depending on libxine to: audio/amarok, graphics/gimageview [1], graphics/pornview [1], graphics/osg [2], graphics/osg-devel [2], multimedia/emotion, x11/kdelibs4 [3], multimedia/kmplayer, multimedia/konverter, multimedia/qdvdauthor [4], multimedia/vdr-plugin-xineliboutput, multimedia/xfce4-media [5], multimedia/xine_artsplugin, multimedia/k9copy-kde4 [6] - Fix RUN_DEPENDS= xine... which should be LIB_DEPENDS for audio/atunes . [7] - Mark multimedia/phonon-xine BROKEN which refuses to build with libxine 1.2.x and is deprecated upstream. [3] - Disable XINE knob for x11/eaglemode for which I don't have a fix. [2] - Note: multimedia/kaffeine runs after rakuco's x11/kdelibs4 fix, but it only shows a green window at least with mp4 or ts files. (avi files and audio still work.) It seems the kaffeine developers have found this too and are now switching away from libxine in their git repo - so I guess we'll have a broken kaffeine at least until they release a new version. - Bump PORTREVISIONs for ports depending on libxine by default. - Add optional libbluray support to multimedia/libxine and multimedia/vdr-plugin-xineliboutput. PR: ports/165057 [6] Submitted by: nox (self) [6], rakuco [3] Approved by: dinoex (maintainer, via irc) [1], amdmi3 (maintainer, via private email) [2], kde@ (rakuco, via irc) [3], Phil Oleson <oz@nixil.net> (maintainer, via private email) [4], xfce@ (rene, via irc) [5], Eduardo Gielamo Oliveira <egoliveira@gmail.com> (maintainer) [6], lme (maintainer, via irc) [7] Thanx to: Darren Salt (upstream libxine maintainer) for a few hints on irc to help with patching ports depending on deprecated libxine features Notes: svn path=/head/; revision=292268
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-0/+1
| | | | Notes: svn path=/head/; revision=291538
* - update to 0.12.6Baptiste Daroussin2012-01-102-3/+3
| | | | Notes: svn path=/head/; revision=288885
* - update to 0.12.5Baptiste Daroussin2011-12-083-19/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=287076
* Upgrade to 0.12.4Baptiste Daroussin2011-11-023-3/+7
| | | | Notes: svn path=/head/; revision=284919
* upgrade to 0.12.3Baptiste Daroussin2011-10-042-3/+3
| | | | Notes: svn path=/head/; revision=282910
* - update to 0.12.2Baptiste Daroussin2011-07-104-15/+47
| | | | | | | - fix build with custom prefix Notes: svn path=/head/; revision=277487
* - Chase the libgcrypt shared lib versionSteve Wills2011-07-031-2/+2
| | | | Notes: svn path=/head/; revision=276971
* - Chase x11-toolkits/fox16 shlib bumpPietro Cerutti2011-03-151-0/+1
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=270955
* upgrade to 0.12.1Baptiste Daroussin2011-03-133-4/+16
| | | | Notes: svn path=/head/; revision=270810
* - Bump PORTREVISION after x11-toolkits/fox16 shlib bumpPietro Cerutti2011-02-091-0/+1
| | | | | | | Reported by: dougb, linimon Notes: svn path=/head/; revision=268825
* Add the forgotten manpageBaptiste Daroussin2010-11-171-1/+2
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=264687
* Fix prefixBaptiste Daroussin2010-11-171-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=264685
* - update to 0.11.5Baptiste Daroussin2010-11-175-14/+84
| | | | | | | | - workaround a collision betwwen PACKAGES from ports framework dans PACKAGES in configure scripts - workaround GNUism install install(1) usage Notes: svn path=/head/; revision=264681
* Add an option to choose between stable and development branch of foxBaptiste Daroussin2010-08-251-3/+16
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=259948
* - Change portname to reflect the renameBaptiste Daroussin2010-08-241-3/+2
| | | | | | | | | - Connect gogglesmm Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=259911