Mailinglist Archive: opensuse-commit (1069 mails)
| < Previous | Next > |
commit libquicktime for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sun, 05 Dec 2010 23:10:37 +0100
- Message-id: <20101205221037.B070D2021C@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libquicktime for openSUSE:Factory
checked in at Sun Dec 5 23:10:37 CET 2010.
--------
--- libquicktime/libquicktime.changes 2010-12-02 10:23:10.000000000 +0100
+++ /mounts/work_src_done/STABLE/libquicktime/libquicktime.changes
2010-12-05 16:03:53.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Dec 5 14:59:20 UTC 2010 - puzel@xxxxxxxxxx
+
+- update to libquicktime-1.2.1
+ - fix compilation errors with newer x264 versions
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
libquicktime-1.2.0.tar.bz2
New:
----
libquicktime-1.2.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libquicktime.spec ++++++
--- /var/tmp/diff_new_pack.bt1gL8/_old 2010-12-05 23:10:22.000000000 +0100
+++ /var/tmp/diff_new_pack.bt1gL8/_new 2010-12-05 23:10:22.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package libquicktime (Version 1.2.0)
+# spec file for package libquicktime (Version 1.2.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -18,7 +18,7 @@
Name: libquicktime
-Version: 1.2.0
+Version: 1.2.1
Release: 1
%define DISTRIBUTABLE 1
License: LGPLv2.1+
++++++ libquicktime-1.2.0.tar.bz2 -> libquicktime-1.2.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libquicktime-1.2.0/configure
new/libquicktime-1.2.1/configure
--- old/libquicktime-1.2.0/configure 2010-12-02 00:50:23.000000000 +0100
+++ new/libquicktime-1.2.1/configure 2010-12-03 22:49:22.000000000 +0100
@@ -3037,7 +3037,7 @@
# Define the identity of the package.
PACKAGE=libquicktime
- VERSION=1.2.0
+ VERSION=1.2.1
cat >>confdefs.h <<_ACEOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libquicktime-1.2.0/configure.ac
new/libquicktime-1.2.1/configure.ac
--- old/libquicktime-1.2.0/configure.ac 2010-12-02 00:49:43.000000000 +0100
+++ new/libquicktime-1.2.1/configure.ac 2010-12-03 22:48:34.000000000 +0100
@@ -1,5 +1,5 @@
AC_INIT(src/lqt_quicktime.c)
-AM_INIT_AUTOMAKE(libquicktime, 1.2.0)
+AM_INIT_AUTOMAKE(libquicktime, 1.2.1)
LQT_VERSION=$VERSION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libquicktime-1.2.0/plugins/x264/x264.c
new/libquicktime-1.2.1/plugins/x264/x264.c
--- old/libquicktime-1.2.0/plugins/x264/x264.c 2010-04-14 01:09:20.000000000
+0200
+++ new/libquicktime-1.2.1/plugins/x264/x264.c 2010-12-03 22:47:18.000000000
+0100
@@ -853,8 +853,13 @@
enum_t weighted_pred_modes[] =
{
{ "Disabled", X264_WEIGHTP_NONE },
+#if X264_BUILD <= 109
{ "Blind offset", X264_WEIGHTP_BLIND },
{ "Smart analysis", X264_WEIGHTP_SMART },
+#else
+ { "Weighted refs", X264_WEIGHTP_SIMPLE },
+ { "Weighted refs + Duplicates", X264_WEIGHTP_SMART },
+#endif
};
#endif
Files old/libquicktime-1.2.0/po/de.gmo and new/libquicktime-1.2.1/po/de.gmo
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libquicktime-1.2.0/po/de.po
new/libquicktime-1.2.1/po/de.po
--- old/libquicktime-1.2.0/po/de.po 2010-12-02 00:49:43.000000000 +0100
+++ new/libquicktime-1.2.1/po/de.po 2010-12-03 22:49:34.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libquicktime 1.0.0pre1\n"
"Report-Msgid-Bugs-To: libquicktime-devel@xxxxxxxxxxxxxxxxxxxxx\n"
-"POT-Creation-Date: 2010-11-06 16:58+0100\n"
+"POT-Creation-Date: 2010-12-03 22:49+0100\n"
"PO-Revision-Date: 2007-04-15 22:08+0100\n"
"Last-Translator: Stefan Scheffler <stefanscheffler@xxxxxxx>\n"
"Language-Team: German <translation-team-de@xxxxxxxxxxxxxxxxxxxxx>\n"
@@ -1106,7 +1106,7 @@
msgid "x264_encoder_open failed"
msgstr "x264_encoder_open Fehlgeschlagen"
-#: plugins/x264/x264.c:1035
+#: plugins/x264/x264.c:1040
#, c-format
msgid "Unrecognized parameter %s"
msgstr "Unbekannter Parameter %s"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libquicktime-1.2.0/po/libquicktime.pot
new/libquicktime-1.2.1/po/libquicktime.pot
--- old/libquicktime-1.2.0/po/libquicktime.pot 2010-12-02 00:49:43.000000000
+0100
+++ new/libquicktime-1.2.1/po/libquicktime.pot 2010-12-03 22:49:34.000000000
+0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: libquicktime-devel@xxxxxxxxxxxxxxxxxxxxx\n"
-"POT-Creation-Date: 2010-11-06 16:58+0100\n"
+"POT-Creation-Date: 2010-12-03 22:49+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@xxxxxx>\n"
@@ -1045,7 +1045,7 @@
msgid "x264_encoder_open failed"
msgstr ""
-#: plugins/x264/x264.c:1035
+#: plugins/x264/x264.c:1040
#, c-format
msgid "Unrecognized parameter %s"
msgstr ""
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |