freebsd-ports/multimedia/vlc/pkg-plist

229 lines
8.2 KiB
Text
Raw Normal View History

- Remove libproxy dependency. I cannot find any references to it. - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
2014-06-02 22:42:44 +02:00
bin/cvlc
%%NCURSES%%bin/nvlc
%%QT5%%bin/qvlc
- Remove libproxy dependency. I cannot find any references to it. - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
2014-06-02 22:42:44 +02:00
bin/rvlc
%%SKINS%%bin/svlc
bin/vlc
bin/vlc-wrapper
include/vlc/deprecated.h
include/vlc/libvlc.h
include/vlc/libvlc_dialog.h
- Remove libproxy dependency. I cannot find any references to it. - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
2014-06-02 22:42:44 +02:00
include/vlc/libvlc_events.h
include/vlc/libvlc_media.h
include/vlc/libvlc_media_discoverer.h
include/vlc/libvlc_media_library.h
include/vlc/libvlc_media_list.h
include/vlc/libvlc_media_list_player.h
include/vlc/libvlc_media_player.h
include/vlc/libvlc_renderer_discoverer.h
- Remove libproxy dependency. I cannot find any references to it. - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
2014-06-02 22:42:44 +02:00
include/vlc/libvlc_version.h
include/vlc/libvlc_vlm.h
include/vlc/plugins/vlc_about.h
include/vlc/plugins/vlc_access.h
include/vlc/plugins/vlc_actions.h
include/vlc/plugins/vlc_addons.h
- Remove libproxy dependency. I cannot find any references to it. - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
2014-06-02 22:42:44 +02:00
include/vlc/plugins/vlc_aout.h
include/vlc/plugins/vlc_aout_volume.h
include/vlc/plugins/vlc_arrays.h
include/vlc/plugins/vlc_atomic.h
include/vlc/plugins/vlc_avcodec.h
include/vlc/plugins/vlc_bits.h
include/vlc/plugins/vlc_block.h
include/vlc/plugins/vlc_block_helper.h
include/vlc/plugins/vlc_boxes.h
- Remove libproxy dependency. I cannot find any references to it. - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
2014-06-02 22:42:44 +02:00
include/vlc/plugins/vlc_charset.h
include/vlc/plugins/vlc_codec.h
include/vlc/plugins/vlc_common.h
include/vlc/plugins/vlc_config.h
include/vlc/plugins/vlc_config_cat.h
include/vlc/plugins/vlc_configuration.h
include/vlc/plugins/vlc_cpu.h
include/vlc/plugins/vlc_demux.h
include/vlc/plugins/vlc_dialog.h
include/vlc/plugins/vlc_epg.h
include/vlc/plugins/vlc_es.h
include/vlc/plugins/vlc_es_out.h
include/vlc/plugins/vlc_events.h
include/vlc/plugins/vlc_filter.h
include/vlc/plugins/vlc_fingerprinter.h
include/vlc/plugins/vlc_fourcc.h
include/vlc/plugins/vlc_fs.h
include/vlc/plugins/vlc_gcrypt.h
include/vlc/plugins/vlc_http.h
include/vlc/plugins/vlc_httpd.h
include/vlc/plugins/vlc_image.h
include/vlc/plugins/vlc_inhibit.h
include/vlc/plugins/vlc_input.h
include/vlc/plugins/vlc_input_item.h
include/vlc/plugins/vlc_interface.h
include/vlc/plugins/vlc_interrupt.h
include/vlc/plugins/vlc_keystore.h
- Remove libproxy dependency. I cannot find any references to it. - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
2014-06-02 22:42:44 +02:00
include/vlc/plugins/vlc_main.h
include/vlc/plugins/vlc_md5.h
include/vlc/plugins/vlc_media_library.h
include/vlc/plugins/vlc_memstream.h
- Remove libproxy dependency. I cannot find any references to it. - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
2014-06-02 22:42:44 +02:00
include/vlc/plugins/vlc_messages.h
include/vlc/plugins/vlc_meta.h
include/vlc/plugins/vlc_meta_fetcher.h
- Remove libproxy dependency. I cannot find any references to it. - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
2014-06-02 22:42:44 +02:00
include/vlc/plugins/vlc_mime.h
include/vlc/plugins/vlc_modules.h
include/vlc/plugins/vlc_mouse.h
include/vlc/plugins/vlc_mtime.h
include/vlc/plugins/vlc_network.h
include/vlc/plugins/vlc_objects.h
include/vlc/plugins/vlc_opengl.h
include/vlc/plugins/vlc_picture.h
include/vlc/plugins/vlc_picture_fifo.h
include/vlc/plugins/vlc_picture_pool.h
include/vlc/plugins/vlc_playlist.h
include/vlc/plugins/vlc_plugin.h
include/vlc/plugins/vlc_probe.h
include/vlc/plugins/vlc_rand.h
include/vlc/plugins/vlc_renderer_discovery.h
- Remove libproxy dependency. I cannot find any references to it. - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
2014-06-02 22:42:44 +02:00
include/vlc/plugins/vlc_services_discovery.h
include/vlc/plugins/vlc_sout.h
include/vlc/plugins/vlc_spu.h
include/vlc/plugins/vlc_stream.h
include/vlc/plugins/vlc_stream_extractor.h
- Remove libproxy dependency. I cannot find any references to it. - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
2014-06-02 22:42:44 +02:00
include/vlc/plugins/vlc_strings.h
include/vlc/plugins/vlc_subpicture.h
include/vlc/plugins/vlc_text_style.h
include/vlc/plugins/vlc_threads.h
include/vlc/plugins/vlc_timestamp_helper.h
- Remove libproxy dependency. I cannot find any references to it. - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
2014-06-02 22:42:44 +02:00
include/vlc/plugins/vlc_tls.h
include/vlc/plugins/vlc_url.h
include/vlc/plugins/vlc_variables.h
include/vlc/plugins/vlc_video_splitter.h
include/vlc/plugins/vlc_viewpoint.h
- Remove libproxy dependency. I cannot find any references to it. - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
2014-06-02 22:42:44 +02:00
include/vlc/plugins/vlc_vlm.h
include/vlc/plugins/vlc_vout.h
include/vlc/plugins/vlc_vout_display.h
include/vlc/plugins/vlc_vout_osd.h
include/vlc/plugins/vlc_vout_window.h
include/vlc/plugins/vlc_xlib.h
include/vlc/plugins/vlc_xml.h
include/vlc/vlc.h
lib/libvlc.so
lib/libvlc.so.5
lib/libvlc.so.5.6.0
- Remove libproxy dependency. I cannot find any references to it. - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
2014-06-02 22:42:44 +02:00
lib/libvlccore.so
lib/libvlccore.so.9
lib/libvlccore.so.9.0.0
- Remove libproxy dependency. I cannot find any references to it. - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
2014-06-02 22:42:44 +02:00
libdata/pkgconfig/libvlc.pc
libdata/pkgconfig/vlc-plugin.pc
man/man1/vlc-wrapper.1.gz
man/man1/vlc.1.gz
share/applications/vlc.desktop
share/icons/hicolor/128x128/apps/vlc-kb.png
- Remove libproxy dependency. I cannot find any references to it. - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
2014-06-02 22:42:44 +02:00
share/icons/hicolor/128x128/apps/vlc-xmas.png
share/icons/hicolor/128x128/apps/vlc.png
share/icons/hicolor/16x16/apps/vlc.png
share/icons/hicolor/16x16/apps/vlc.xpm
share/icons/hicolor/256x256/apps/vlc.png
share/icons/hicolor/32x32/apps/vlc-xmas.xpm
share/icons/hicolor/32x32/apps/vlc.png
share/icons/hicolor/32x32/apps/vlc.xpm
share/icons/hicolor/48x48/apps/vlc-xmas.png
share/icons/hicolor/48x48/apps/vlc.png
%%NLS%%share/locale/ach/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/af/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/am/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/am_ET/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/an/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ar/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/as_IN/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ast/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/be/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/bg/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/bn/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/bn_IN/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/br/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/brx/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/bs/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ca/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ca@valencia/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/cgg/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/co/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/cs/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/cy/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/da/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/de/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/el/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/es/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/es_MX/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/et/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/eu/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/fa/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ff/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/fi/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/fr/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/fur/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/fy/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ga/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/gd/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/gl/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/gu/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/he/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/hi/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/hr/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/hu/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/hy/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/id/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/is/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/it/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ja/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ka/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/kab/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/kk/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/km/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/kn/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ko/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ks_IN/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ku_IQ/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ky/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/lg/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/lt/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/lv/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/mai/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ml/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/mn/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/mr/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ms/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/nb/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ne/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/nl/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/nn/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/oc/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/pa/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/pl/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ps/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/pt_PT/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ro/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ru/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/si/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/sk/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/sl/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/sq/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/sr/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/sv/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ta/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/te/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/th/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/tr/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/tt/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/ug/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/uk/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/uz/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/vi/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/wa/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/vlc.mo
%%NLS%%share/locale/zu/LC_MESSAGES/vlc.mo
share/metainfo/vlc.appdata.xml
share/solid/actions/vlc-openbd.desktop
share/solid/actions/vlc-opencda.desktop
share/solid/actions/vlc-opendvd.desktop
share/solid/actions/vlc-openvcd.desktop