[-]
[+]
|
Deleted |
vlc.changes
|
@@ -1,15 +0,0 @@
--------------------------------------------------------------------
-Sat Dec 15 17:31:15 UTC 2012 - cs@linux-administrator.com
-
-- update to vrsion 2.0.5
-
--------------------------------------------------------------------
-Sun Feb 5 19:26:58 UTC 2012 - cs@linux-administrator.com
-
-- update to version 1.1.13
-
--------------------------------------------------------------------
-Sun Dec 18 15:50:50 UTC 2011 - cs@linux-administrator.com
-
-- re-import
-
|
[-]
[+]
|
Changed |
vlc.spec
^
|
|
[-]
[+]
|
Added |
fix_font_path.patch
^
|
@@ -0,0 +1,13 @@
+diff --git a/modules/text_renderer/freetype.c b/modules/text_renderer/freetype.c
+index fcfe9a8..dfea2e7 100644
+--- a/modules/text_renderer/freetype.c
++++ b/modules/text_renderer/freetype.c
+@@ -52,7 +52,7 @@
+ # define DEFAULT_FONT_FILE "/usr/share/fonts/nokia/nosnb.ttf"
+ # define DEFAULT_FAMILY "Nokia Sans Bold"
+ #else
+-# define DEFAULT_FONT_FILE "/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf"
++# define DEFAULT_FONT_FILE "/usr/share/fonts/truetype/FreeSerifBold.ttf"
+ # define DEFAULT_FAMILY "Serif Bold"
+ #endif
+
|
[-]
[+]
|
Deleted |
vlc-autoconf-compat.patch
^
|
@@ -1,110 +0,0 @@
---- test/Makefile.am.orig 2012-04-04 20:36:27.936566467 +0200
-+++ test/Makefile.am 2012-04-04 20:36:33.391566272 +0200
-@@ -4,8 +4,8 @@
-
- AUTOMAKE_OPTIONS = subdir-objects
-
--extra_check_verbose = $(extra_check_verbose_$(V))
--extra_check_verbose_ = $(extra_check_flags__$(AM_DEFAULT_VERBOSITY))
-+extra_check_verbose =
-+extra_check_verbose_ =
- extra_check_verbose_0 = @echo TEST $@
- extra_check_verbose__0 = $(extra_check_verbose_0)
-
---- modules/gui/qt4/Modules.am.orig 2012-04-04 20:33:21.908573084 +0200
-+++ modules/gui/qt4/Modules.am 2012-04-04 20:34:09.460571393 +0200
-@@ -213,13 +213,13 @@
-
- BUILT_SOURCES += $(nodist_SOURCES_qt4)
-
--moc_verbose = $(moc_verbose_$(V))
--moc_verbose_ = $(moc_verbose__$(AM_DEFAULT_VERBOSITY))
-+moc_verbose =
-+moc_verbose_ =
- moc_verbose_0 = @echo " MOC " $@;
- moc_verbose__0 = $(moc_verbose_0)
-
--uic_verbose = $(uic_verbose_$(V))
--uic_verbose_ = $(uic_verbose__$(AM_DEFAULT_VERBOSITY))
-+uic_verbose =
-+uic_verbose_ =
- uic_verbose_0 = @echo " UIC " $@;
- uic_verbose__0 = $(uic_verbose_0)
-
---- Makefile.am.orig 2012-04-04 20:36:13.981566963 +0200
-+++ Makefile.am 2012-04-04 20:39:16.025560486 +0200
-@@ -77,11 +77,9 @@
-
- ACLOCAL_AMFLAGS = -I m4
- AUTOMAKE_OPTIONS = \
-- 1.11 \
-+ 1.10 \
- -Wall \
-- check-news \
-- dist-xz \
-- no-dist-gzip
-+ check-news
- # std-options
-
- ChangeLog: Makefile.am
-@@ -469,8 +467,8 @@
- uninstall-hook:
- rm -f -- "$(DESTDIR)$(vlclibdir)/plugins/plugins.dat"
-
--silentstd = $(silentstd_$(V))
--silentstd_ = $(silentstd_$(AM_DEFAULT_VERBOSITY))
-+silentstd =
-+silentstd_ =
- silentstd_0 = 2>&1 >/dev/null
-
- ###############################################################################
---- configure.ac.orig 2012-04-04 19:03:21.841765198 +0200
-+++ configure.ac 2012-04-04 23:29:27.142197216 +0200
-@@ -24,12 +24,9 @@
- AC_CANONICAL_HOST
- AC_PRESERVE_HELP_ORDER
-
--AM_INIT_AUTOMAKE(tar-ustar color-tests)
-+AM_INIT_AUTOMAKE(tar-ustar)
- AM_CONFIG_HEADER(config.h)
-
--# Disable with "./configure --disable-silent-rules" or "make V=1"
--AM_SILENT_RULES([yes])
--
- dnl Too many people are not aware of maintainer mode:
- dnl If you want to use it, you definitely know what you are doing, so
- dnl you can specify "--disable-maintainer-mode". But if you want the default
-@@ -4298,20 +4295,6 @@
- modules/arm_neon/Makefile
- ])
-
--AM_COND_IF([HAVE_WIN32], [
-- AC_CONFIG_FILES([
-- extras/package/win32/spad.nsi
-- extras/package/win32/vlc.win32.nsi
-- ])
--])
--
--AM_COND_IF([HAVE_DARWIN], [
-- AC_CONFIG_FILES([
-- extras/package/macosx/Info.plist
-- extras/package/macosx/Resources/English.lproj/InfoPlist.strings
-- ])
--])
--
- dnl Generate makefiles
- AC_OUTPUT
-
---- share/Makefile.am.orig 2012-04-04 20:35:58.986567496 +0200
-+++ share/Makefile.am 2012-04-04 20:36:05.170567277 +0200
-@@ -137,8 +137,8 @@
- #
- # LUA
- #
--luac_verbose = $(luac_verbose_$(V))
--luac_verbose_ = $(luac_verbose_$(AM_DEFAULT_VERBOSITY))
-+luac_verbose =
-+luac_verbose_ =
- luac_verbose_0 = @echo " LUAC $@";
-
- .lua.luac:
|
[-]
[+]
|
Deleted |
vlc-buildcompare.patch
^
|
@@ -1,24 +0,0 @@
---- src/config/help.c.orig 2012-04-03 08:18:01.158216498 +0200
-+++ src/config/help.c 2012-04-03 08:18:29.629215484 +0200
-@@ -788,8 +788,8 @@
- ShowConsole();
- utf8_fprintf( stdout, _("VLC version %s (%s)\n"), VERSION_MESSAGE,
- psz_vlc_changeset );
-- utf8_fprintf( stdout, _("Compiled by %s on %s (%s)\n"),
-- VLC_CompileBy(), VLC_CompileHost(), __DATE__" "__TIME__ );
-+ utf8_fprintf( stdout, _("Compiled by %s on %s\n"),
-+ VLC_CompileBy(), VLC_CompileHost());
- utf8_fprintf( stdout, _("Compiler: %s\n"), VLC_Compiler() );
- utf8_fprintf( stdout, "%s", LICENSE_MSG );
- PauseConsole();
---- modules/gui/qt4/dialogs/help.cpp.orig 2012-04-03 08:18:36.056215256 +0200
-+++ modules/gui/qt4/dialogs/help.cpp 2012-04-03 08:18:49.710214770 +0200
-@@ -112,7 +112,7 @@
- "popular platform.\n\n" )
- + qtr( "This version of VLC was compiled by:\n " )
- + qfu( VLC_CompileBy() )+ " on " + qfu( VLC_CompileHost() ) +
-- + " ("__DATE__" "__TIME__").\n"
-+ + ".\n"
- + qtr( "Compiler: " ) + qfu( VLC_Compiler() ) + ".\n"
- + qtr( "You are using the Qt4 Interface.\n\n" )
- + qtr( "Copyright (C) " ) + COPYRIGHT_YEARS
|
[-]
[+]
|
Deleted |
vlc-fix_font_path.patch
^
|
@@ -1,11 +0,0 @@
---- modules/text_renderer/freetype.c.orig 2012-04-03 08:15:12.514222497 +0200
-+++ modules/text_renderer/freetype.c 2012-04-03 08:15:30.604221853 +0200
-@@ -58,7 +58,7 @@
- # define DEFAULT_FONT_FILE "/usr/share/fonts/nokia/nosnb.ttf"
- # define DEFAULT_FAMILY "Nokia Sans Bold"
- #else
--# define DEFAULT_FONT_FILE "/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf"
-+# define DEFAULT_FONT_FILE "/usr/share/fonts/truetype/FreeSerifBold.ttf"
- # define DEFAULT_FAMILY "Serif Bold"
- #endif
-
|
|
Changed |
vlc-2.0.6.tar.xz
^
|