Date: Wed, 17 May 2006 19:41:08 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia Makefile ports/multimedia/helixplayer Makefile distinfo pkg-descr pkg-plist ports/multimedia/helixplayer/files buildrc patch-audio_device_pub_platform_unix_audlinux_oss.h patch-audio_resampler_allresamplers.h patch-build_lib_sysinfo.py patch-build_umakecf_freebsd-4.0-i386.cf ... Message-ID: <200605171941.k4HJf80W046599@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thierry 2006-05-17 19:41:08 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/helixplayer Makefile distinfo pkg-descr pkg-plist multimedia/helixplayer/files buildrc patch-audio_device_pub_platform_unix_audlinux_oss.h patch-audio_resampler_allresamplers.h patch-build_lib_sysinfo.py patch-build_umakecf_freebsd-4.0-i386.cf patch-build_umakecf_freebsd-4.0-i586.cf patch-build_umakecf_freebsd-5.0-i586.cf patch-build_umakecf_freebsd-6.0-i586.cf patch-build_umakecf_freebsd-7.0-i586.cf patch-build_umakecf_freebsd.cf patch-build_umakecf_gcc.cf patch-client_core_asm_hxsmstr.cpp patch-common_netio_pub_platform_unix_sockio.h patch-common_runtime_pub_hlxclib_malloc.h patch-common_system_dllpath.cpp patch-datatype_h263_codec_include_os.h patch-datatype_h263_codec_video_hvdecode.c patch-datatype_h263_codec_video_vdecopcl.c patch-datatype_image_png_common_pxpngdec.cpp patch-datatype_image_realpix_codec_jpg_pxcjpgfa.cpp patch-datatype_image_realpix_codec_jpg_pxcjpgrn.cpp patch-datatype_theora_renderer_theoravidfmt.cpp patch-player_app_gtk_Umakefil patch-player_app_gtk_commonapp.cpp patch-player_app_gtk_embeddedapp.cpp patch-player_app_gtk_hxplay patch-player_app_gtk_preferences_interface.c patch-player_app_gtk_realplay patch-player_app_gtk_statistics_interface.c patch-player_app_gtk_uri_interface.c patch-player_common_gtk_hxplayer.cpp patch-player_common_gtk_hxstatisticsobserver.cpp patch-player_installer_stage1_Umakefil patch-player_installer_stage1_unix.pcf pkg-message.in Log: The Helix Player is the Helix Community's open source media player for consumers. It is being developed to have a rich and usable graphical interface and support a variety of open media formats like Ogg Vorbis, Theora etc. Adopted by: Shaun Amott <shaun (at) inerd.com> Revision Changes Path 1.160 +1 -0 ports/multimedia/Makefile 1.1 +83 -0 ports/multimedia/helixplayer/Makefile (new) 1.1 +3 -0 ports/multimedia/helixplayer/distinfo (new) 1.1 +1 -0 ports/multimedia/helixplayer/files/buildrc (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-audio_device_pub_platform_unix_audlinux_oss.h (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-audio_resampler_allresamplers.h (new) 1.1 +16 -0 ports/multimedia/helixplayer/files/patch-build_lib_sysinfo.py (new) 1.1 +13 -0 ports/multimedia/helixplayer/files/patch-build_umakecf_freebsd-4.0-i386.cf (new) 1.1 +14 -0 ports/multimedia/helixplayer/files/patch-build_umakecf_freebsd-4.0-i586.cf (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-build_umakecf_freebsd-5.0-i586.cf (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-build_umakecf_freebsd-6.0-i586.cf (new) 1.1 +23 -0 ports/multimedia/helixplayer/files/patch-build_umakecf_freebsd-7.0-i586.cf (new) 1.1 +160 -0 ports/multimedia/helixplayer/files/patch-build_umakecf_freebsd.cf (new) 1.1 +47 -0 ports/multimedia/helixplayer/files/patch-build_umakecf_gcc.cf (new) 1.1 +17 -0 ports/multimedia/helixplayer/files/patch-client_core_asm_hxsmstr.cpp (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-common_netio_pub_platform_unix_sockio.h (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-common_runtime_pub_hlxclib_malloc.h (new) 1.1 +20 -0 ports/multimedia/helixplayer/files/patch-common_system_dllpath.cpp (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-datatype_h263_codec_include_os.h (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-datatype_h263_codec_video_hvdecode.c (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-datatype_h263_codec_video_vdecopcl.c (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-datatype_image_png_common_pxpngdec.cpp (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-datatype_image_realpix_codec_jpg_pxcjpgfa.cpp (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-datatype_image_realpix_codec_jpg_pxcjpgrn.cpp (new) 1.1 +29 -0 ports/multimedia/helixplayer/files/patch-datatype_theora_renderer_theoravidfmt.cpp (new) 1.1 +50 -0 ports/multimedia/helixplayer/files/patch-player_app_gtk_Umakefil (new) 1.1 +23 -0 ports/multimedia/helixplayer/files/patch-player_app_gtk_commonapp.cpp (new) 1.1 +12 -0 ports/multimedia/helixplayer/files/patch-player_app_gtk_embeddedapp.cpp (new) 1.1 +38 -0 ports/multimedia/helixplayer/files/patch-player_app_gtk_hxplay (new) 1.1 +13 -0 ports/multimedia/helixplayer/files/patch-player_app_gtk_preferences_interface.c (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-player_app_gtk_realplay (new) 1.1 +13 -0 ports/multimedia/helixplayer/files/patch-player_app_gtk_statistics_interface.c (new) 1.1 +13 -0 ports/multimedia/helixplayer/files/patch-player_app_gtk_uri_interface.c (new) 1.1 +18 -0 ports/multimedia/helixplayer/files/patch-player_common_gtk_hxplayer.cpp (new) 1.1 +13 -0 ports/multimedia/helixplayer/files/patch-player_common_gtk_hxstatisticsobserver.cpp (new) 1.1 +12 -0 ports/multimedia/helixplayer/files/patch-player_installer_stage1_Umakefil (new) 1.1 +9 -0 ports/multimedia/helixplayer/files/patch-player_installer_stage1_unix.pcf (new) 1.1 +19 -0 ports/multimedia/helixplayer/files/pkg-message.in (new) 1.1 +6 -0 ports/multimedia/helixplayer/pkg-descr (new) 1.1 +195 -0 ports/multimedia/helixplayer/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605171941.k4HJf80W046599>