aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xmms/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Simplify plistBaptiste Daroussin2014-10-311-11/+1
| | | | Notes: svn path=/head/; revision=371869
* Convert multimedia/xmms to USES=libtool. Bump PORTREVISION on allTijl Coosemans2014-05-041-19/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | dependent ports and convert them to USES=libtool too. audio/scrobbler: - USES=tar:bzip2. - Don't link with libstdc++. audio/xmms-bonk: - Don't link with libstdc++. audio/xmms-flac: - Remove unneeded dependencies. - Remove $FreeBSD$ from patches. audio/xmms-scrobbler: - Use OPTIONS_SLAVE. audio/xmms-timidity: - USES=tar:bzip2. - Install the library instead of the source code file. audio/xmms-volnorm: - Remove do-install. Notes: svn path=/head/; revision=352968
* * Drop provisions for long-dead slave ports.Christian Weisgerber2014-04-091-14/+16
| | | | | | | | | * Turn esound into a proper option. * Handle .la files that depend on options; partially from Craig Leres <leres@ee.lbl.gov>. Notes: svn path=/head/; revision=350740
* - Fix StageingMartin Wilke2014-02-181-0/+16
| | | | Notes: svn path=/head/; revision=344885
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331270
* multimedia/xmms:Tijl Coosemans2013-10-221-59/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add zh-xmms to CONFLICTS. - Convert USE_GNOME=desktopfileutils and USE_GMAKE to USES. - Make USE_GL conditional on the SPEC option. - Make gettext conditional on new NLS option. - Only set USE_AUTOTOOLS for the RUSXMMS_PATCHES option. - Remove LIBS from CONFIGURE_ENV. Set LDFLAGS instead. - Add missing xorg dependencies. - Add xmms_cv_newpcm_driver=yes to CONFIGURE_ARGS. The configure test fails on recent version of FreeBSD but the code it enables is still relevant. Without it you cannot select a different output device. - Remove SUB_FILES. None of the files require substitutions. - Remove IPV6 from OPTIONS_DEFAULT. It's implicit. - Don't exclude SIMD option from amd64. - Use option helpers like OPTIONS_SUB, opt_CONFIGURE_ENABLE, etc. - Install stripped libraries when !defined(WITH_DEBUG). - Use new style LIB_DEPENDS. - Add aclocal, autoheader and libtoolize to USE_AUTOTOOLS to fully regenerate the build infrastructure. This fixes a lot of warnings and allows some patches to be removed. - Add USE_OPENSSL for RUSXMMS_PATCHES option. - Fix the SIMD option on all architectures by removing the post-extract target. - Remove the message about the RUSXMMS_PATCHES option. This is from before there were option dialogs. - Use the same cp command as in the script included with rusxmms instead of INSTALL_DATA. - Remove the ALSA test from configure with REINPLACE_CMD instead of a patch (RUSXMMS_PATCHES case). - Remove old libtool macros from acinclude.m4. Libtoolize adds new macros. - Remove MKDIR_P patching. No longer needed after running aclocal. - Patch configure to disable ALSA (not RUSXMMS_PATCHES case). - Fix po/Makefile.in.in with REINPLACE_CMD instead of a patch. - Fix assembly source code files to support clang: * Remove comments that begin with a single slash. * Replace 'fist' instruction with 'fists' and 'fistp' with 'fistps'. * Append '.section ".note.GNU-stack","",@progbits' to every file to say they don't require an executable stack. These files are compiled with -Wa,--noexecstack which clang supports but the ancient binutils in FreeBSD base does not so without this change xmms runs with an executable stack when compiled with base gcc. - Support staging. - Remove extra-patch-Visualization_Makefile.am. It's not needed when passing VISUALIZATION_PLUGINS to configure. - Rename patch-gcc41 to patch-General-ir-ir.c and modify it to keep the variables static, but mark keepGoing volatile. - Remove patch-aclocal.m4. Not needed when running aclocal. - Remove patch-configure.in. The PTHREAD_LIBS related changes are no longer needed and ALSA change is handled in the Makefile. - Remove patch-ltmain.sh. Not needed with staging. - Remove patch-po-Makefile.in.in. Handled in Makefile. - Remove patch-xmms-config.in. Not 100% sure about this. It doesn't affect xmms itself. Perhaps some plugins need it but I'd rather fix those plugins then. - Add patch-xmms-i18n.h.in. It's needed when NLS option is disabled. - Remove pkg-message.in. All supported versions of FreeBSD have unzip in base. - Rename xmms.desktop.in to xmms.desktop to reflect that it doesn't require substitutions. - Adjust pkg-plist for OPTIONS_SUB, NLS option, staging and USES=desktop-file-utils. chinese/xmms, russian/xmms: - Minor cleanups. PR: ports/183165 Approved by: "Chris Petrik" <c.petrik.sosa@gmail.com> (maintainer) Notes: svn path=/head/; revision=331240
* . make use of the ports infrastructure to create the desktop file;Boris Samorodov2013-03-251-0/+2
| | | | | | | | | | | . update the desktop file database at install/deinstall time. PR: ports/154352 Submitted by: bsam (me) Approved by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Notes: svn path=/head/; revision=315201
* - Add xmms.desktop fileBeech Rintoul2008-12-021-0/+2
| | | | | | | - Bump portrevision Notes: svn path=/head/; revision=223711
* - Remove NLS option (causes build problems)Beech Rintoul2008-09-291-62/+63
| | | | | | | | | | | | - Add option for GL Visualization plugin - Port cleanup and tweaks - Bump portrevision PR: ports/127673 Submitted by: Jack <xxjack12xx@gmail.com> Notes: svn path=/head/; revision=221000
* - Respect without_nlsBeech Rintoul2008-01-311-61/+61
| | | | | | | | | PR: ports/117230 Submitted by: Oleg Pudeyev <oleg.pudeyev@gmail.com> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=206495
* Update to 1.2.11.Stefan Walter2007-12-221-4/+1
| | | | | | | | | PR: 118336 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Approved by: maintainer timeout (>3 weeks) Notes: svn path=/head/; revision=204341
* - Fix missing GL dependency and thus unbreakAlexey Dokuchaev2007-06-121-1/+0
| | | | | | | | | | | - Drop now useless USE_X_PREFIX - Fix warning on deinstallation Approved by: maintainer (implicit, it was my commit that caused breakage) Reported by: pointyhat Notes: svn path=/head/; revision=193347
* - Minor COMMENT change (s/---/--/, article `a' is superfluous here)Alexey Dokuchaev2007-05-021-0/+1
| | | | | | | | | | | | | | - Install opengl_spectrum visualization plugin, it builds and works fine - Since we're doing FOO_PLUGINS+= ..., separate initial values with spaces, not commas, for consistency - Remove useless `-esound' suffix, esound is no more special than any other output method these days - Drop unsupported hashes from distinfo Approved by: maintainer timeout (5+ weeks) Notes: svn path=/head/; revision=191400
* - Update encoding patchPav Lucistnik2004-11-021-0/+4
| | | | | | | | | | | - Drop unneeded dependency on libxml PR: ports/73231 Submitted by: Dima Panov <redfox@Fluffy.Khv.RU> Approved by: maintainer Notes: svn path=/head/; revision=120646
* - Update to version 1.2.9Kirill Ponomarev2004-01-311-1/+2
| | | | | | | | | | | * Note that the update breaks russian/xmms because of a patchfile needed for Russian coding detection. PR: ports/62127 Submitted by: maintainer Notes: svn path=/head/; revision=99608
* [Maintainer update] multimedia/xmms to 1.2.8Edwin Groothuis2003-09-071-4/+15
| | | | | | | | | | | | | | | | | | Update to xmms 1.2.8. See http://www.xmms.org/next_version.php for a full description. Please note that if you're running -current, some options will be automaticly disabled due to the absence of -pthread in the current gcc. For example, libmikmod might do this because of its --ldadd option: [~] edwin@ref5>libmikmod-config --ldadd -pthread PR: ports/56504 Submitted by: Espen Skoglund <esk@ira.uka.de> Notes: svn path=/head/; revision=88697
* Remove the libpanel dependency as part of phase II of the GNOME 1.4 desktopJoe Marcus Clarke2003-08-121-3/+0
| | | | | | | removal. Notes: svn path=/head/; revision=86816
* Fix for making package when esound is on but the rest of gnome is off.Alan Eldridge2002-11-231-3/+3
| | | | | | | | PR: 45646 Submitted by: marcus Notes: svn path=/head/; revision=70907
* Update to 1.2.6.Maxim Sobolev2002-01-141-1/+6
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=53053
* Update to 1.2.5.Maxim Sobolev2001-06-211-3/+7
| | | | | | | | PR: 28292 Submitted by: maintainer Notes: svn path=/head/; revision=44281
* Add graceful creation/removal of global Skins dir.Mario Sergio Fujikawa Ferreira2001-03-291-0/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=40513
* Update to 1.2.4Maxim Sobolev2000-11-291-1/+5
| | | | | | | | PR: 23160 Submitted by: maintainer Notes: svn path=/head/; revision=35506
* Implement WANT_GNOME.Jeremy Lea2000-10-051-2/+2
| | | | Notes: svn path=/head/; revision=33430
* Correct and sort PLISTs.Jeremy Lea2000-10-021-11/+10
| | | | Notes: svn path=/head/; revision=33335
* Update to 1.2.3.Maxim Sobolev2000-09-221-1/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=32968
* Make xmms better than ever before:Maxim Sobolev2000-07-311-1/+0
| | | | | | | | | | | | | | - add 3dnow support using external patch (I reworked it to touch only generated by automake/autoconf files, made it .gz instead of .bz2 and put on MASTER_SITE_LOCAL). 3dnow support is explicitly disabled if OSVERSION < 400021. - Add LIBTOOLFILES to use our own libtool for libxmms too. PR: 20261 (LIBTOOLFILES) PR: 20193 (3DNOW) Submitted by: maintainer, FUJISHIMA Satsuki <k5@cheerful.com> Notes: svn path=/head/; revision=31145
* Update to 1.2.2.Maxim Sobolev2000-07-121-0/+3
| | | | Notes: svn path=/head/; revision=30509
* Make building/installing of the esd and mikmod plugins conditional (turned on byMaxim Sobolev2000-06-211-2/+5
| | | | | | | default). Also slightly clean GNOME support bits. Notes: svn path=/head/; revision=29739
* Update to the 1.2.1 version.Maxim Sobolev2000-06-201-0/+1
| | | | Notes: svn path=/head/; revision=29712
* Upgrade of XMMS from 1.0.1 to 1.2.0. The port may also be compiled withMaxim Sobolev2000-06-161-15/+41
| | | | | | | | | | WITH_GNOME (thanks to Ade Lovett), the PLIST is now sorted alphabetically. PR: 19293 Submitted by: Espen Skoglund <esk@ira.uka.de> Notes: svn path=/head/; revision=29626
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-151-2/+0
| | | | Notes: svn path=/head/; revision=29613
* remove a.out supportMichael Haro2000-04-021-2/+2
| | | | Notes: svn path=/head/; revision=27285
* Update to version 1.0.1Chris Piazza2000-02-101-18/+22
| | | | | | | | | | | note that this version does not include mikmod support built in, but a plugin port will be added soon. PR: 16502 Submitted by: maintainer Notes: svn path=/head/; revision=25627
* Update to version 0.9.5.1.Jim Mock1999-11-061-0/+5
| | | | | | | | PR: 14045 Submitted by: Espen Skoglund <esk@ira.uka.de> Notes: svn path=/head/; revision=22936
* Add audio cd and mikmod support in Xmms.Chris Piazza1999-09-191-0/+2
| | | | | | | | | | Also update the maintainer's email address. PR: 13728 Submitted by: maintainer Notes: svn path=/head/; revision=21767
* Xmms: the X Multimedia System. XMMS is a multimedia player based onChris Piazza1999-07-031-0/+30
the look of Winamp. Note: this port can be extended to include libmikmod support etc, but this is a good start and at least it plays mp3s. PR: 12498 Submitted by: Espen Skoglund <espensk@stud.cs.uit.no> Notes: svn path=/head/; revision=19976