Skip to content

Commit

Permalink
multimedia/libxine: update to 1.2.12
Browse files Browse the repository at this point in the history
From ChangeLog: https://sourceforge.net/projects/xine/files/xine-lib/1.2.12/README.txt/download

  * Add string tree library (generic info parser).
  * Add OpenSL ES audio output plugin.
  * Add mpeg-dash input plugin.
  * Add crypto input plugin.
  * Add VAAPI support to opengl2 video output (requires using EGL).
  * Better hls support.
  * Improved DVB/live stream timing.
  * Improved BT.2020 support.
  * Fix compatibility with ffmpeg 5.0.
  * Fix RSS parser.
  * Fix output parameter setting (audio amplification, video hue etc.).
  * Fix AC3 demuxer.
  * Diverse small fixes and optimizations.
  * Update german translation.
  * Code cleanup.
  * Build fixes.

Update plugins directory references in dependent ports
Bump PORTREVISION

Reported by:	portscout
  • Loading branch information
fernape committed Mar 15, 2022
1 parent ed17235 commit 1e20a33
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
8 changes: 4 additions & 4 deletions multimedia/libxine/Makefile
@@ -1,8 +1,7 @@
# Created by: alex

PORTNAME= xine
DISTVERSION= 1.2.11
PORTREVISION= 7
DISTVERSION= 1.2.12
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION}
PKGNAMEPREFIX= lib
Expand Down Expand Up @@ -35,7 +34,8 @@ LIB_DEPENDS= libFLAC.so:audio/flac \
libvpx.so:multimedia/libvpx \
libiso9660.so:sysutils/libcdio \
libogg.so:audio/libogg \
libdvdnav.so:multimedia/libdvdnav
libdvdnav.so:multimedia/libdvdnav \
libwayland-client.so:graphics/wayland

USES= compiler cpe gl gmake gnome iconv libtool:keepla jpeg \
localbase pathfix perl5 pkgconfig tar:xz xorg
Expand All @@ -62,7 +62,7 @@ CFLAGS_i386= -fomit-frame-pointer
DOCSDIR= ${PREFIX}/share/doc/xine-lib
# Please sync with XINE_PLUGINSDIR in multimedia/xine
# and multimedia/vdr-plugin-xineliboutput
PLUGINSDIR= lib/xine/plugins/2.9
PLUGINSDIR= lib/xine/plugins/2.10
PLIST_SUB= PLUGINSDIR="${PLUGINSDIR}"

OPTIONS_DEFINE= AALIB ALSA AOM CACA DAV1D DOCS DMX_IMAGE DVB \
Expand Down
6 changes: 3 additions & 3 deletions multimedia/libxine/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1609529764
SHA256 (xine-lib-1.2.11.tar.xz) = ef51b21d10dda1045fa7d711bd9171cfdaf0a5a2874233bcf16ffdf28ec07005
SIZE (xine-lib-1.2.11.tar.xz) = 5282204
TIMESTAMP = 1646930905
SHA256 (xine-lib-1.2.12.tar.xz) = d606270468e1540c2a89c0d7f5fdf11e17ecc0c2698cc0bcb1065ff26abee098
SIZE (xine-lib-1.2.12.tar.xz) = 5341212
9 changes: 8 additions & 1 deletion multimedia/libxine/pkg-plist
Expand Up @@ -16,6 +16,7 @@ include/xine/input_plugin.h
include/xine/io_helper.h
include/xine/list.h
include/xine/metronom.h
include/xine/mfrag.h
include/xine/os_types.h
include/xine/osd.h
include/xine/plugin_catalog.h
Expand All @@ -28,6 +29,7 @@ include/xine/scratch.h
include/xine/sorted_array.h
include/xine/spu.h
include/xine/spu_decoder.h
include/xine/stree.h
include/xine/tickets.h
include/xine/vdr.h
include/xine/version.h
Expand All @@ -47,7 +49,7 @@ lib/libxine.la
lib/libxine-interface.la
lib/libxine.so
lib/libxine.so.2
lib/libxine.so.2.9.0
lib/libxine.so.2.10.0
%%PLUGINSDIR%%/mime.types
%%PLUGINSDIR%%/post/xineplug_post_audio_filters.so
%%PLUGINSDIR%%/post/xineplug_post_goom.so
Expand All @@ -56,6 +58,11 @@ lib/libxine.so.2.9.0
%%PLUGINSDIR%%/post/xineplug_post_switch.so
%%PLUGINSDIR%%/post/xineplug_post_tvtime.so
%%PLUGINSDIR%%/post/xineplug_post_visualizations.so
%%PLUGINSDIR%%/xineplug_hw_frame_vaapi.so
%%PLUGINSDIR%%/xineplug_va_display_drm.so
%%PLUGINSDIR%%/xineplug_va_display_glx.so
%%PLUGINSDIR%%/xineplug_va_display_wl.so
%%PLUGINSDIR%%/xineplug_va_display_x11.so
%%ALSA%%%%PLUGINSDIR%%/xineplug_ao_out_alsa.so
%%JACK%%%%PLUGINSDIR%%/xineplug_ao_out_jack.so
%%PLUGINSDIR%%/xineplug_ao_out_oss.so
Expand Down
4 changes: 2 additions & 2 deletions multimedia/vdr-plugin-xineliboutput/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= vdr-plugin-xineliboutput
PORTVERSION= 1.0.90s20120511
PORTREVISION= 31
PORTREVISION= 32
CATEGORIES= multimedia
MASTER_SITES= SF/xineliboutput/files/xineliboutput/vdr-xineliboutput-${PORTVERSION}/:release \
LOCAL/nox:snapshot
Expand Down Expand Up @@ -31,7 +31,7 @@ CONFIGURE_ARGS= --add-cflags=-I${VDRDIR} \
PATCH_STRIP= -p1

WRKSRC= ${WRKDIR}/vdr-${PLUGIN}
XINE_PLUGINSDIR= lib/xine/plugins/2.9
XINE_PLUGINSDIR= lib/xine/plugins/2.10

PLIST_SUB= XINE_PLUGINSDIR=${XINE_PLUGINSDIR}
PORTDOCS= HISTORY README
Expand Down
4 changes: 2 additions & 2 deletions multimedia/xine/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xine
PORTVERSION= 0.99.12
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION}
DISTNAME= ${PORTNAME}-ui-${PORTVERSION}
Expand Down Expand Up @@ -51,7 +51,7 @@ WIN32_CODECS_RUN_DEPENDS=\
XFT_USE= XORG=xft
XFT_CONFIGURE_ENABLE= xft

XINE_PLUGINSDIR= lib/xine/plugins/2.9
XINE_PLUGINSDIR= lib/xine/plugins/2.10

post-patch:
@${REINPLACE_CMD} -e \
Expand Down

0 comments on commit 1e20a33

Please sign in to comment.