aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Don't hardcode python version.Koop Mast2015-01-082-28/+30
| | | | | | | | | | | | | While here: Add vala as build depend to gedit. Gedit-plugins: builds vte3 and gucharmap bindings. Register the depends and package the files. PR: 196618 Submitted by: python3 default to 3.4 exp-run (via antoine@) Notes: svn path=/head/; revision=376571
* Missed to svn delete one patch file while updating. Cleaning up previousMuhammad Moinur Rahman2015-01-072-29/+1
| | | | | | | | | | | commit. Differential Revision: https://reviews.freebsd.org/D1414 Submitted by: antoine Approved by: marino(mentor) Notes: svn path=/head/; revision=376497
* Update to 3.2.6Emanuel Haupt2015-01-072-4/+3
| | | | Notes: svn path=/head/; revision=376463
* - Revert data directory change - this breaks some dependent ports and needs ↵Dmitry Marakasov2015-01-063-4/+4
| | | | | | | | | more consideration and coordination Reported by: Jan Henrik Sylvester Notes: svn path=/head/; revision=376444
* Update MASTER_SITESEmanuel Haupt2015-01-061-3/+1
| | | | Notes: svn path=/head/; revision=376422
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-0611-11/+11
| | | | Notes: svn path=/head/; revision=376417
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-0625-25/+25
| | | | Notes: svn path=/head/; revision=376388
* Assign maintainership of FPC ports to new FPC ports teamJohn Marino2015-01-056-6/+6
| | | | | | | | | | The new team currently consists of the previous maintainer (acm@) and myself (marino@). PR: 195363 Notes: svn path=/head/; revision=376279
* Bump PORTREVISION after update of x11-fm/thunarOlivier Duchateau2015-01-041-1/+1
| | | | Notes: svn path=/head/; revision=376274
* Fix build failure with non-default ALSA optionThomas Zander2015-01-041-0/+17
| | | | | | | | | PR: 196163 Submitted by: mi@ALDAN.algebra.com MFH: 2015Q1 Notes: svn path=/head/; revision=376263
* Update to 2.0Romain Tartière2015-01-047-16/+256
| | | | | | | | PR: 192571 Submitted by: olivierd Notes: svn path=/head/; revision=376210
* audio/p5-Net-FreeDB: Update version 0.09=>0.10Muhammad Moinur Rahman2015-01-043-6/+9
| | | | | | | | Differential Revision: https://reviews.freebsd.org/D1414 Approved by: marino(mentor) Notes: svn path=/head/; revision=376204
* - Convert USE_PYTHON -> USES leftovers missed in the previous commitsMarcus von Appen2015-01-041-1/+2
| | | | | | | | Spotted by: antoine With hat: python Notes: svn path=/head/; revision=376179
* - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...Marcus von Appen2015-01-033-3/+4
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=376110
* - Update *_DEPENDSSunpoet Po-Chuan Hsieh2015-01-031-2/+6
| | | | | | | | - Add LICENSE - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=376085
* - Update *_DEPENDSSunpoet Po-Chuan Hsieh2015-01-031-2/+6
| | | | | | | | - Add LICENSE - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=376084
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-023-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* Update to 4.3.3Emanuel Haupt2015-01-022-3/+3
| | | | Notes: svn path=/head/; revision=376053
* - Update to version 0.2.8, add LICENSE [1]Pawel Pekala2015-01-013-25/+14
| | | | | | | | | | | - Fix build on DragonFly and when LOCALBASE != PREFIX [2] - Make sure to link with audio/portaudio2 [2] PR: 196054 Submitted by: maintainer [1], Jan Beich [2] Notes: svn path=/head/; revision=376027
* On i386, setting CPUTYPE=pentium-m or such will cause __SSE__ toChristian Weisgerber2014-12-311-0/+13
| | | | | | | | | | | | appear. This in turn triggers an #ifdef branch that tries to include <cpuid.h>, but gcc on 9.x doesn't have that header. Make query_cpu_support() skip cpuid and always return 0 as it is only used for a sanity check that we don't need. PR: 195881 Notes: svn path=/head/; revision=375895
* audio/exaile: update to 3.4.3Ruslan Makhmatkhanov2014-12-313-5/+15
| | | | Notes: svn path=/head/; revision=375874
* Update devel/doxygen to 1.8.9Antoine Brodin2014-12-312-14/+7
| | | | | | | | | PR: ports/196342 Submitted by: Naram Qashat (maintainer) Exp-run and fixes to depending ports: self Notes: svn path=/head/; revision=375872
* Update to 2.3.0Tilman Keskinoz2014-12-304-24/+14
| | | | | | | | PR: 195512 Approved by: maintainer timeout Notes: svn path=/head/; revision=375858
* audio/ncmpcpp: Update to 0.6.2Johannes Jost Meixner2014-12-296-73/+39
| | | | | | | | | | | | | | | | | | | | | | | | - Remove broken MASTER_SITES - Force a C++11 compiler and stdlib - Add dependency to devel/boost-libs - Force BOOST_LIB_SUFFIX to be empty (required for configure) - Enable UTF8 by default (most music collections nowadays have files with utf-8 encoded names and tags) - Enable TAGLIB by default (taglib is nice to have but adds a dependecy to the rather small audio/taglib) - Do not install ${DOCSDIR}/keys since it was removed - Install ${DOCSDIR}/ncmpcpp-completion.bash and ${DOCSDIR}/bindings - Update pkg-message - Remove files/patch-src__visualizer.h since it's not needed any more PR: 195070 Differential Revision: https://reviews.freebsd.org/D1325 Submitted by: yamagi@yamagi.org Approved by: maintainer timeout (4 weeks) Approved by: koobs (mentor) Notes: svn path=/head/; revision=375777
* - Fix installDmitry Marakasov2014-12-294-11/+16
| | | | | | | | - Fix timidity directory - Add pkg-message with information on timidity configuration Notes: svn path=/head/; revision=375765
* Mark deprecated. In audio/abcde dependency has been changedGrzegorz Blach2014-12-281-0/+3
| | | | | | | to audio/py-eyed3. Notes: svn path=/head/; revision=375755
* Convert to autoreconfBaptiste Daroussin2014-12-281-3/+1
| | | | Notes: svn path=/head/; revision=375745
* convert to USES=autoreconfBaptiste Daroussin2014-12-281-2/+1
| | | | Notes: svn path=/head/; revision=375744
* Convert to USES=autoreconfBaptiste Daroussin2014-12-281-3/+2
| | | | Notes: svn path=/head/; revision=375742
* - Update to version 1.3.8Pawel Pekala2014-12-284-103/+27
| | | | | | | | | | | - Add NLS option, convert to option helpers PR: 195862 Submitted by: Vladimir Kondratiev <wulf@cicgroup.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=375729
* Enable -fPIC only for libresid-builder.aTijl Coosemans2014-12-272-3/+11
| | | | Notes: svn path=/head/; revision=375689
* - Remove Mk/bsd.efl.mkGrzegorz Blach2014-12-271-1/+1
| | | | | | | | | | | | | - Convert USE_EFL=libtool_hack to USES=libtool - Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:... - Bump PORTVERSION in graphics/imlib2 and in all ports which depends on imlib2 PR: 196062 Approved by: portmgr Notes: svn path=/head/; revision=375663
* Deprecate ports broken for more than 6 monthsAntoine Brodin2014-12-263-0/+6
| | | | Notes: svn path=/head/; revision=375659
* - Fix build break of ports expecting -fPIC for libsidplay2 on amd64Thomas Zander2014-12-262-2/+4
| | | | | | | | | | | - Bump PORTREVISION of libsidplay2 and sidplay2 (package change) PR: 195343 Submitted by: crest@sahiro.org MFH: 2014Q4 Notes: svn path=/head/; revision=375650
* Bump portrevision after png updateBaptiste Daroussin2014-12-257-7/+7
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-255-5/+5
| | | | Notes: svn path=/head/; revision=375594
* - Strip libraryDmitry Marakasov2014-12-241-0/+1
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=375439
* - rename www/neon29 to www/neon and update to neon-0.30.1Olli Hauer2014-12-243-5/+6
| | | | | | | | | | | | | | | | | | | | - adjust ports depending on neon, bump PORTREVISION Changelog: Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly). Fix possible crash after DNS lookup errors on Windows (Olivier Goffart). Don't fail if the SSL cert changes between connections with OpenSSL, behaviour now matches that with GnuTLS. Fix PKCS#11 support under OpenSSL with TLS 1.2. Fix static linking with pkg-config file (Alan H) PR: 195786 Differential Revision: https://reviews.freebsd.org/D1319 Submitted by: ohauer Reviewed by: portmgr (bapt, mat) Approved by: portmgr, lev (implicit) Notes: svn path=/head/; revision=375392
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-242-2/+2
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=375378
* Properly fix for png > 1.5Baptiste Daroussin2014-12-233-21/+13
| | | | Notes: svn path=/head/; revision=375363
* Catch up abusive uses of ${SITE_PERL}.Mathieu Arnold2014-12-231-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=375302
* New maintainerMark Felder2014-12-221-1/+1
| | | | Notes: svn path=/head/; revision=375278
* Grab maintainershipRuslan Makhmatkhanov2014-12-221-1/+1
| | | | Notes: svn path=/head/; revision=375253
* Update "BSD" licenseMark Felder2014-12-221-2/+1
| | | | Notes: svn path=/head/; revision=375252
* Update Gstreamer framework to 1.4.5.Koop Mast2014-12-2222-22/+22
| | | | Notes: svn path=/head/; revision=375225
* ShebangfixAntoine Brodin2014-12-211-1/+3
| | | | Notes: svn path=/head/; revision=375195
* - Add missing run dependency on perlAntoine Brodin2014-12-211-1/+4
| | | | | | | - Shebangfix Notes: svn path=/head/; revision=375190
* Update to 1.3.9Mark Felder2014-12-212-8/+25
| | | | | | | PR: 196160 Notes: svn path=/head/; revision=375167
* Get rid of gnomehierBaptiste Daroussin2014-12-207-16/+17
| | | | Notes: svn path=/head/; revision=375137
* Use GH_COMMITAntoine Brodin2014-12-201-1/+2
| | | | Notes: svn path=/head/; revision=375019