FreeBSD Bugzilla – Attachment 159848 Details for
Bug 202238
[MAINTAINER] net-im/corebird: update to 1.0.1, add NLS option, fix video playback
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix video support
corebird.diff (text/plain), 4.30 KB, created by
Olivier Duchateau
on 2015-08-13 19:37:11 UTC
(
hide
)
Description:
Fix video support
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2015-08-13 19:37:11 UTC
Size:
4.30 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 394183) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= corebird >-PORTVERSION= 1.0 >+PORTVERSION= 1.0.1 > CATEGORIES= net-im > > MAINTAINER= cpm@fbsd.es >@@ -18,9 +18,9 @@ > librest-0.7.so:${PORTSDIR}/devel/librest \ > libgee-0.8.so:${PORTSDIR}/devel/libgee > >+USE_GITHUB= yes > GH_ACCOUNT= baedert > >-USE_GITHUB= yes > USES= autoreconf gettext gmake libtool pkgconfig > GNU_CONFIGURE= yes > USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango >@@ -27,8 +27,9 @@ > USE_SQLITE= yes > INSTALLS_ICONS= yes > >-OPTIONS_DEFINE= GSTREAMER >+OPTIONS_DEFINE= GSTREAMER > OPTIONS_DEFAULT= GSTREAMER >+ > GSTREAMER_DESC= Gstreamer support > > GLIB_SCHEMAS= org.baedert.corebird.gschema.xml >@@ -41,6 +42,7 @@ > > .if ${PORT_OPTIONS:MGSTREAMER} > USE_GSTREAMER1= yes bad good libav x ximagesrc >+RUN_DEPENDS= gstreamer1-vaapi>=0.5.10:${PORTSDIR}/multimedia/gstreamer1-vaapi > .else > CONFIGURE_ARGS+= --disable-video > .endif >Index: distinfo >=================================================================== >--- distinfo (revision 394183) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (baedert-corebird-1.0_GH0.tar.gz) = 0ca4ca20b0281b2901382810ef8bd1682bb896c3915ad3bea3f2a41461118001 >-SIZE (baedert-corebird-1.0_GH0.tar.gz) = 1697452 >+SHA256 (baedert-corebird-1.0.1_GH0.tar.gz) = f469250fd0f4fcdefbd496fa04ecae44ee41e154f29d4be2003ba03e64d24d81 >+SIZE (baedert-corebird-1.0.1_GH0.tar.gz) = 1697506 >Index: files/patch-Makefile.am >=================================================================== >--- files/patch-Makefile.am (revision 394183) >+++ files/patch-Makefile.am (working copy) >@@ -1,5 +1,5 @@ >---- ./Makefile.am.orig 2014-07-07 08:38:31.000000000 +0000 >-+++ ./Makefile.am 2014-08-09 22:09:52.000000000 +0000 >+--- Makefile.am.orig 2015-07-17 13:15:47 UTC >++++ Makefile.am > @@ -1,6 +1,6 @@ > ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} > >Index: files/patch-configure.ac >=================================================================== >--- files/patch-configure.ac (revision 394183) >+++ files/patch-configure.ac (working copy) >@@ -1,6 +1,6 @@ >---- configure.ac.orig 2015-03-19 18:38:24.000000000 +0100 >-+++ configure.ac 2015-03-30 18:09:54.490239000 +0200 >-@@ -93,8 +93,6 @@ >+--- configure.ac.orig 2015-07-17 13:15:47 UTC >++++ configure.ac >+@@ -93,8 +93,6 @@ GLIB_GSETTINGS > GETTEXT_PACKAGE=corebird > AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Gettext Package]) > AC_SUBST(GETTEXT_PACKAGE) >@@ -9,7 +9,7 @@ > AM_GLIB_GNU_GETTEXT > > >-@@ -103,7 +101,7 @@ >+@@ -103,7 +101,7 @@ AC_CONFIG_FILES([Makefile > src/Makefile > ui/Makefile > data/Makefile >Index: files/patch-data__Makefile.am >=================================================================== >--- files/patch-data__Makefile.am (revision 394183) >+++ files/patch-data__Makefile.am (working copy) >@@ -1,5 +1,5 @@ >---- data/Makefile.am.orig 2015-03-19 18:38:24.000000000 +0100 >-+++ data/Makefile.am 2015-03-30 18:12:15.956014000 +0200 >+--- data/Makefile.am.orig 2015-07-17 13:15:47 UTC >++++ data/Makefile.am > @@ -1,6 +1,6 @@ > > desktopdir = $(prefix)/share/applications >Index: files/patch-src_widgets_MediaVideoWidget.vala >=================================================================== >--- files/patch-src_widgets_MediaVideoWidget.vala (revision 0) >+++ files/patch-src_widgets_MediaVideoWidget.vala (working copy) >@@ -0,0 +1,11 @@ >+--- src/widgets/MediaVideoWidget.vala.orig 2015-08-11 23:00:59 UTC >++++ src/widgets/MediaVideoWidget.vala >+@@ -34,7 +34,7 @@ class MediaVideoWidget : Gtk.Stack { >+ drawing_area.realize.connect (realize_cb); >+ #if VIDEO >+ this.src = Gst.ElementFactory.make ("playbin", "video"); >+- this.sink = Gst.ElementFactory.make ("xvimagesink", "sink"); >++ this.sink = Gst.ElementFactory.make ("vaapisink", "sink"); >+ this.src.set ("video-sink", sink, null); >+ var bus = src.get_bus (); >+ bus.set_sync_handler (bus_sync_handler); > >Property changes on: files/patch-src_widgets_MediaVideoWidget.vala >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202238
:
159750
|
159785
| 159848 |
159869