mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Bumped the version number and added the necessary diff for packaging mkvtoolnix on SuSE.
This commit is contained in:
parent
fd1324fb36
commit
4e4abc11c6
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: mkvtoolnix
|
||||
Name: mkvtoolnix
|
||||
Version: 1.5.5
|
||||
Version: 1.5.6
|
||||
Release: 1
|
||||
Copyright: GPL
|
||||
Group: Multimedia
|
||||
|
@ -14,13 +14,13 @@ BuildRequires: aaa_base attr bash bind-utils bison bzip2 coreutils cpio cpp crac
|
||||
|
||||
Name: mkvtoolnix
|
||||
URL: http://www.bunkus.org/videotools/mkvtoolnix/
|
||||
Version: 1.5.5
|
||||
Version: 1.5.6
|
||||
Release: 1
|
||||
Summary: tools to create, alter and inspect Matroska files
|
||||
License: GPL
|
||||
Group: Productivity/Multimedia/Other
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch: mmg-rename.diff
|
||||
Patch: suse-mmg-rename.diff
|
||||
Summary: tools to create, alter and inspect Matroska files
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Prefix: /usr
|
||||
|
@ -14,13 +14,13 @@ BuildRequires: aaa_base attr bash bind-utils bison bzip2 coreutils cpio cpp crac
|
||||
|
||||
Name: mkvtoolnix
|
||||
URL: http://www.bunkus.org/videotools/mkvtoolnix/
|
||||
Version: 1.5.5
|
||||
Version: 1.5.6
|
||||
Release: 1
|
||||
Summary: tools to create, alter and inspect Matroska files
|
||||
License: GPL
|
||||
Group: Productivity/Multimedia/Other
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch: mmg-rename.diff
|
||||
Patch: suse-mmg-rename.diff
|
||||
Summary: tools to create, alter and inspect Matroska files
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Prefix: /usr
|
||||
|
38
contrib/suse-mmg-rename.diff
Normal file
38
contrib/suse-mmg-rename.diff
Normal file
@ -0,0 +1,38 @@
|
||||
--- mkvtoolnix-1.4.0/Makefile.in 2005-02-11 21:38:00.000000000 +0100
|
||||
+++ mkvtoolnix-1.4.0-mmg-renamed/Makefile.in 2005-02-26 16:05:51.000000000 +0100
|
||||
@@ -123,8 +123,8 @@
|
||||
src/mkvextract@EXEEXT@ src/base64tool@EXEEXT@
|
||||
MANPAGES = doc/mkvmerge.1 doc/mkvinfo.1 doc/mkvextract.1 doc/base64tool.1
|
||||
ifeq (yes,$(USE_WXWINDOWS))
|
||||
-APPLICATIONS += src/mmg/mmg@EXEEXT@
|
||||
-MANPAGES += doc/mmg.1
|
||||
+APPLICATIONS += src/mmg/mkvmerge-gui@EXEEXT@
|
||||
+MANPAGES += doc/mkvmerge-gui.1
|
||||
endif
|
||||
|
||||
TRANSLATIONS = @TRANSLATIONS@
|
||||
@@ -139,6 +139,7 @@
|
||||
|
||||
install-programs: $(APPLICATIONS)
|
||||
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
||||
+ mv src/mmg/mmg@EXEEXT@ src/mmg/mkvmerge-gui@EXEEXT@
|
||||
@list='$(APPLICATIONS)'; for p in $$list; do \
|
||||
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
||||
if test -f $$p ; then \
|
||||
@@ -151,6 +152,7 @@
|
||||
|
||||
install-mans:
|
||||
$(mkinstalldirs) $(DESTDIR)$(man1dir)
|
||||
+ mv doc/mmg.1 doc/mkvmerge-gui.1
|
||||
for i in $(MANPAGES); do \
|
||||
inst=`echo $$i | sed -e 's/^.*\///'`; \
|
||||
echo " $(INSTALL_DATA) $$i $(DESTDIR)$(man1dir)/$$inst"; \
|
||||
@@ -443,6 +445,8 @@
|
||||
@echo ' LINK ' $@
|
||||
$(Q)$(LINK) -o $@ $(mmg_OBJECTS) $(mmg_LDADD)
|
||||
|
||||
+src/mmg/mkvmerge-gui@EXEEXT@: src/mmg/mmg@EXEEXT@
|
||||
+
|
||||
#
|
||||
# include dependency files if they exist
|
||||
#
|
Loading…
Reference in New Issue
Block a user