Browse Source

libebml: Updated (0.7.7 -> 1.0.0)

user/karasz/next/updates
Christian Wiese 15 years ago
parent
commit
5117e4c1d1
  1. 8
      multimedia/libebml/libebml.desc
  2. 27
      multimedia/libebml/stage9.patch

8
multimedia/libebml/libebml.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../libebml/libebml.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
@ -28,11 +28,11 @@
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 0.7.7
[S] Stable
[V] 1.0.0
[P] X -----5---9 174.500
[O] srcdir="libebml-$ver/make/linux"
[D] 2668160566 libebml-0.7.7.tar.bz2 http://dl.matroska.org/downloads/libebml/
[D] 704734752 libebml-1.0.0.tar.bz2 http://dl.matroska.org/downloads/libebml/

27
multimedia/libebml/stage9.patch

@ -1,27 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libebml/stage9.patch
# Copyright (C) 2006 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./Makefile.orig 2006-03-30 21:05:11.000000000 +0200
+++ ./Makefile 2006-09-28 22:24:50.000000000 +0200
@@ -141,7 +141,7 @@
install_sharedlib: $(LIBRARY_SO)
$(INSTALL) $(INSTALL_DIR_OPTS) -d $(libdir)
$(INSTALL) $(INSTALL_OPTS_LIB) $(LIBRARY_SO_VER) $(libdir)
- ln -s $(LIBRARY_SO_VER) $(libdir)/$(LIBRARY_SO)
+ ln -sf $(LIBRARY_SO_VER) $(libdir)/$(LIBRARY_SO)
ifneq ($(wildcard .depend),)
Loading…
Cancel
Save