public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Marcel Lorenz <marcel.lorenz@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 3/6] xvid: update to 1.3.4
Date: Sun, 13 Nov 2016 20:23:57 +0100	[thread overview]
Message-ID: <20161113192400.19514-4-marcel.lorenz@ipfire.org> (raw)
In-Reply-To: <20161113192400.19514-1-marcel.lorenz@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 2458 bytes --]

Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org>
---
 config/rootfiles/packages/xvid |  2 +-
 lfs/xvid                       | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/config/rootfiles/packages/xvid b/config/rootfiles/packages/xvid
index e29a760..17bee89 100644
--- a/config/rootfiles/packages/xvid
+++ b/config/rootfiles/packages/xvid
@@ -2,4 +2,4 @@
 #usr/lib/libxvidcore.a
 usr/lib/libxvidcore.so
 usr/lib/libxvidcore.so.4
-usr/lib/libxvidcore.so.4.2
+usr/lib/libxvidcore.so.4.3
diff --git a/lfs/xvid b/lfs/xvid
index abf03a5..68629ca 100644
--- a/lfs/xvid
+++ b/lfs/xvid
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2016  IPFire Team  <info(a)ipfire.org>                          #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.2.1
+VER        = 1.3.4
 
 THISAPP    = xvidcore-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/xvidcore
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = xvid
-PAK_VER    = 2
+PAK_VER    = 3
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3f57b3e153687fddefc9ccdf0dc737b7
+$(DL_FILE)_MD5 = 8cf4a42f280b03dae452080ef9e7c798
 
 install : $(TARGET)
 
@@ -80,8 +80,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP)/build/generic && ./configure --prefix=/usr
 	cd $(DIR_APP)/build/generic && make
 	cd $(DIR_APP)/build/generic && make install
-	chmod -v 755 /usr/lib/libxvidcore.so.4.2
-	ln -v -sf libxvidcore.so.4.2 /usr/lib/libxvidcore.so.4
-	ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so
+	chmod -v 755 /usr/lib/libxvidcore.so.4.3
+	ln -sfv libxvidcore.so.4.3 /usr/lib/libxvidcore.so.4
+	ln -sfv libxvidcore.so.4 /usr/lib/libxvidcore.so
 	@rm -rf $(DIR_APP)
 	@$(POSTBUILD)
-- 
2.9.3


  parent reply	other threads:[~2016-11-13 19:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-13 19:23 [PATCH 0/6] Update ffmepg and the packages that use it Marcel Lorenz
2016-11-13 19:23 ` [PATCH 1/6] ffmpeg and ffmpeg-libs: update 3.1.4 Marcel Lorenz
2016-11-13 19:23 ` [PATCH 2/6] motion: update to 4.0.1 Marcel Lorenz
2016-11-13 19:23 ` Marcel Lorenz [this message]
2016-11-13 19:23 ` [PATCH 4/6] minidlna: update to 1.1.5 Marcel Lorenz
2016-11-13 19:23 ` [PATCH 5/6] apcupsd: update to 3.14.14 Marcel Lorenz
2017-03-12 16:04   ` Michael Tremer
2017-03-12 16:08     ` Michael Tremer
2017-03-13 13:15     ` Marcel Lorenz
2017-03-13 14:14       ` Michael Tremer
2016-11-13 19:24 ` [PATCH 6/6] mpd: update to 0.19.19 Marcel Lorenz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161113192400.19514-4-marcel.lorenz@ipfire.org \
    --to=marcel.lorenz@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox