Update to 0.9.22.

This commit is contained in:
MANTANI Nobutaka 2003-08-10 06:09:07 +00:00
parent 405cd095e2
commit 5128a6bf4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86699
4 changed files with 22 additions and 24 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= xine PORTNAME= xine
PORTVERSION= 0.9.21 PORTVERSION= 0.9.22
CATEGORIES= multimedia CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITE_SUBDIR= ${PORTNAME}
@ -48,6 +48,11 @@ CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src:xitk:common.h EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src:xitk:common.h
.endif .endif
# mbrtowc() is not implemented
.if (${OSVERSION} < 500039)
CONFIGURE_ARGS+= --disable-mbs
.endif
post-patch: post-patch:
@${REINPLACE_CMD} -e \ @${REINPLACE_CMD} -e \
's|THREAD_LIBS=.*$$|THREAD_LIBS="\$$THREAD_LIBS"|g ; \ 's|THREAD_LIBS=.*$$|THREAD_LIBS="\$$THREAD_LIBS"|g ; \

View file

@ -1 +1 @@
MD5 (xine-ui-0.9.21.tar.gz) = 18baa9fbef7a87d4094e46b02f85d46a MD5 (xine-ui-0.9.22.tar.gz) = 2a59480b11cb136862cafcbc56d3922e

View file

@ -1,4 +1,12 @@
Make sure you've enough shared memory, the xine FAQ ********************************************************
advises to have the following sysctl settings: * Make sure you've enough shared memory, the xine FAQ *
kern.ipc.shmmax=67108864 * advises to have the following sysctl settings: *
kern.ipc.shmall=32768 * *
* kern.ipc.shmmax=67108864 *
* kern.ipc.shmall=32768 *
* *
* To suppress many xitk warnings, please put following *
* setting to ~/.xitkrc. *
* *
* feature.shm = 0 *
********************************************************

View file

@ -4,24 +4,8 @@ bin/xine
bin/xine-bugreport bin/xine-bugreport
bin/xine-check bin/xine-check
bin/xine-remote bin/xine-remote
share/doc/xine-ui/FAQ_de
share/doc/xine-ui/FAQ_en
share/doc/xine-ui/FAQ_es
share/doc/xine-ui/FAQ_fr
share/doc/xine-ui/FAQ_it
share/doc/xine-ui/FAQ_pl
share/doc/xine-ui/FAQ_uk
share/doc/xine-ui/README.config_en share/doc/xine-ui/README.config_en
share/doc/xine-ui/README.divx4 share/doc/xine-ui/README.corba
share/doc/xine-ui/README.dxr3
share/doc/xine-ui/README.dxr3_pl
share/doc/xine-ui/README.freebsd
share/doc/xine-ui/README.irix
share/doc/xine-ui/README.mrl
share/doc/xine-ui/README.opengl
share/doc/xine-ui/README.solaris
share/doc/xine-ui/README.syncfb
share/doc/xine-ui/README.tvmode
share/doc/xine-ui/README_cs share/doc/xine-ui/README_cs
share/doc/xine-ui/README_de share/doc/xine-ui/README_de
share/doc/xine-ui/README_en share/doc/xine-ui/README_en
@ -31,7 +15,6 @@ share/doc/xine-ui/README_fr
share/doc/xine-ui/README_it share/doc/xine-ui/README_it
share/doc/xine-ui/README_pl share/doc/xine-ui/README_pl
share/doc/xine-ui/README_uk share/doc/xine-ui/README_uk
share/doc/xine-ui/bug_report_form
share/doc/xitk/README share/doc/xitk/README
share/locale/cs/LC_MESSAGES/xine-ui.mo share/locale/cs/LC_MESSAGES/xine-ui.mo
share/locale/cs/LC_MESSAGES/xitk.mo share/locale/cs/LC_MESSAGES/xitk.mo
@ -57,6 +40,8 @@ share/pixmaps/xine_22x22.png
share/pixmaps/xine_32x32.png share/pixmaps/xine_32x32.png
share/pixmaps/xine_48x48.png share/pixmaps/xine_48x48.png
share/xine/desktop/xine.desktop share/xine/desktop/xine.desktop
share/xine/skins/black.mpv
share/xine/skins/xine_splash.png
share/xine/skins/CelomaChrome/BigArrowDown.png share/xine/skins/CelomaChrome/BigArrowDown.png
share/xine/skins/CelomaChrome/BigArrowLeft.png share/xine/skins/CelomaChrome/BigArrowLeft.png
share/xine/skins/CelomaChrome/BigArrowRight.png share/xine/skins/CelomaChrome/BigArrowRight.png