Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
ffb4bbdd
Commit
ffb4bbdd
authored
Nov 30, 2007
by
Jean-Paul Saman
Committed by
Jean-Paul Saman
Mar 05, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable impressive sed command for libdvdnav.spec file from the orignal source.
parent
5a6ce286
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+3
-3
No files found.
extras/contrib/src/Makefile
View file @
ffb4bbdd
...
@@ -1122,8 +1122,8 @@ CLEAN_FILE += .libdvdread
...
@@ -1122,8 +1122,8 @@ CLEAN_FILE += .libdvdread
libdvdnav-rpm
:
libdvdnav-$(LIBDVDNAV_VERSION).tar.bz2
libdvdnav-rpm
:
libdvdnav-$(LIBDVDNAV_VERSION).tar.bz2
$(RPM_PREPARE)
$(RPM_PREPARE)
cp
Patches/dvdnav.patch rpm/SOURCES/
cp
Patches/dvdnav.patch rpm/SOURCES/
cp
libdvdnav/misc/libdvdnav.spec rpm/SPECS/
#
cp libdvdnav/misc/libdvdnav.spec rpm/SPECS/
sed
-e
's/%define prefix \/home\/jpsaman\/Source\/vlc-0.8.6c-bugfix-m2x.git\/extras\/contrib/%define prefix \/usr/'
-e
's/Copyright: GPL/License: GPL\nPatch0: dvdnav.patch/'
-e
's/%setup/%setup -n libdvdnav-
${LIBDVDNAV_VERSION}
\n%patch -p1/'
-e
's/%{name}-%{version}.tar.gz/%{name}-
${LIBDVDNAV_VERSION}
.tar.bz2/'
-e
's/#\/dvdnav.m4/%{prefix}\/include\/dvdread\/\*\n%{prefix}\/lib\/libdvdread.\*\n%{prefix}\/share\/aclocal\/dvdnav.m4/'
-e
's/configure/configure --enable-static --with-libdvdcss=$
${RPM_BUILD_DIR}
\/libdvdcss/'
-i
.orig rpm/SPECS/libdvdnav.spec
#
sed -e 's/%define prefix \/home\/jpsaman\/Source\/vlc-0.8.6c-bugfix-m2x.git\/extras\/contrib/%define prefix \/usr/' -e 's/Copyright: GPL/License: GPL\nPatch0: dvdnav.patch/' -e 's/%setup/%setup -n libdvdnav-${LIBDVDNAV_VERSION}\n%patch -p1/' -e 's/%{name}-%{version}.tar.gz/%{name}-${LIBDVDNAV_VERSION}.tar.bz2/' -e 's/#\/dvdnav.m4/%{prefix}\/include\/dvdread\/\*\n%{prefix}\/lib\/libdvdread.\*\n%{prefix}\/share\/aclocal\/dvdnav.m4/' -e 's/configure/configure --enable-static --with-libdvdcss=$${RPM_BUILD_DIR}\/libdvdcss/' -i.orig rpm/SPECS/libdvdnav.spec
$(RPM_BUILD_SPEC)
$(RPM_BUILD_SPEC)
touch
$@
touch
$@
...
@@ -2208,4 +2208,4 @@ clean-src: clean
...
@@ -2208,4 +2208,4 @@ clean-src: clean
clean-rpm
:
clean-rpm
:
rm
-fr
rpm/
rm
-fr
rpm/
d
istclean
:
clean-src clean-rpm
istclean
:
clean-src clean-rpm
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment