2000-02-10 02:38:21 +01:00
bin/wmxmms
2000-06-16 09:45:29 +02:00
bin/xmms
2000-02-10 02:38:21 +01:00
bin/xmms-config
1999-07-03 21:37:30 +02:00
include/xmms/configfile.h
include/xmms/dirbrowser.h
2000-07-12 12:58:15 +02:00
include/xmms/formatter.h
2000-02-10 02:38:21 +01:00
include/xmms/fullscreen.h
include/xmms/plugin.h
2001-06-21 17:34:31 +02:00
include/xmms/titlestring.h
2000-06-16 09:45:29 +02:00
include/xmms/util.h
include/xmms/xmmsctrl.h
2004-01-31 15:16:30 +01:00
lib/libxmms.so
2014-05-04 20:48:54 +02:00
lib/libxmms.so.1
lib/libxmms.so.1.3.1
1999-07-03 21:37:30 +02:00
lib/xmms/Effect/libecho.so
lib/xmms/Effect/libstereo.so
2000-10-02 20:19:13 +02:00
lib/xmms/Effect/libvoice.so
1999-07-03 21:37:30 +02:00
lib/xmms/General/libir.so
2014-04-09 22:10:40 +02:00
lib/xmms/General/libsong_change.so
lib/xmms/Input/libcdaudio.so
multimedia/xmms:
- 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)
2013-10-22 10:30:47 +02:00
%%MIKMOD%%lib/xmms/Input/libmikmod.so
2000-10-02 20:19:13 +02:00
lib/xmms/Input/libmpg123.so
2000-11-29 12:22:55 +01:00
lib/xmms/Input/libtonegen.so
multimedia/xmms:
- 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)
2013-10-22 10:30:47 +02:00
%%VORBIS%%lib/xmms/Input/libvorbis.so
2008-09-29 23:13:46 +02:00
lib/xmms/Input/libwav.so
2014-04-09 22:10:40 +02:00
%%ESOUND%%lib/xmms/Output/libesdout.so
2000-06-16 09:45:29 +02:00
lib/xmms/Output/libOSS.so
lib/xmms/Output/libdisk_writer.so
2008-09-29 23:13:46 +02:00
%%SPEC%%lib/xmms/Visualization/libogl_spectrum.so
2014-04-09 22:10:40 +02:00
lib/xmms/Visualization/libbscope.so
lib/xmms/Visualization/libsanalyzer.so
multimedia/xmms:
- 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)
2013-10-22 10:30:47 +02:00
man/man1/wmxmms.1.gz
man/man1/xmms.1.gz
2000-02-10 02:38:21 +01:00
share/aclocal/xmms.m4
2008-12-02 22:15:33 +01:00
share/applications/xmms.desktop
multimedia/xmms:
- 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)
2013-10-22 10:30:47 +02:00
%%NLS%%share/locale/af/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/az/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/be/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/bg/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/bs/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/ca/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/cs/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/cy/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/da/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/de/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/el/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/en/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/eo/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/es/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/et/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/eu/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/fi/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/fr/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/ga/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/gl/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/hr/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/hu/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/id/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/it/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/ja/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/ka/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/ko/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/lt/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/lv/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/mk/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/ms/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/nl/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/nn/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/no/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/pl/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/pt/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/ro/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/ru/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/sk/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/sl/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/sq/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/sr/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/sr@Latn/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/sv/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/tg/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/th/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/tr/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/uk/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/uz/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/vi/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/wa/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xmms.mo
2008-09-29 23:13:46 +02:00
%%DATADIR%%/wmxmms.xpm
@dirrmtry %%DATADIR%%/Skins
@dirrm %%DATADIR%%
2008-01-31 06:23:42 +01:00
@dirrmtry lib/xmms/Visualization
@dirrmtry lib/xmms/Output
@dirrmtry lib/xmms/Input
@dirrmtry lib/xmms/General
@dirrmtry lib/xmms/Effect
@dirrmtry lib/xmms
2000-10-02 20:19:13 +02:00
@dirrm include/xmms
2001-03-29 04:32:02 +02:00
@exec mkdir -p %D/share/xmms/Skins
2008-09-29 23:13:46 +02:00
@unexec echo "If you are permanently removing xmms, do not forget to remove skin files left under %D/share/xmms/Skins. Use \`\`rm -Rf %D/share/xmms/Skins; rmdir %D/share/xmms''" | fmt