Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
156201a1
Commit
156201a1
authored
Aug 06, 2001
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libdvdcss* packages are now a bit more policy-compliant.
parent
460360a8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
6 deletions
+37
-6
debian/.cvsignore
debian/.cvsignore
+1
-0
debian/libdvdcss0.0.2.copyright
debian/libdvdcss0.0.2.copyright
+26
-0
debian/rules
debian/rules
+10
-6
No files found.
debian/.cvsignore
View file @
156201a1
tmp
tmp
vlc
vlc
vlc-*
vlc-*
libdvdcss*
delete
delete
files
files
*debhelper
*debhelper
...
...
debian/libdvdcss0.0.2.copyright
0 → 100644
View file @
156201a1
This package was debianized by Samuel Hocevar <sam@zoy.org> on
Mon, 13 Mar 2000 02:21:45 +0100.
It was taken from the CVS tree. See http://www.videolan.org/cvs.html
Upstream Author(s): The VideoLAN Team <videolan@videolan.org>
VideoLAN is Copyright 1996, 1997, 1998, 1999, 2000, 2001 The VideoLAN Team
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 the
Free Software Foundation; either version 2, or (at your option) any
later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
debian/rules
View file @
156201a1
...
@@ -15,6 +15,10 @@ export VIDDIR="usr/share/videolan"
...
@@ -15,6 +15,10 @@ export VIDDIR="usr/share/videolan"
export PIXDIR="usr/share/pixmaps"
export PIXDIR="usr/share/pixmaps"
export GNOMEDIR="usr/share/gnome/apps/Multimedia"
export GNOMEDIR="usr/share/gnome/apps/Multimedia"
# Library options
version=0.0.2
major=0
build: build-stamp
build: build-stamp
build-stamp:
build-stamp:
dh_testdir
dh_testdir
...
@@ -82,13 +86,13 @@ install: build
...
@@ -82,13 +86,13 @@ install: build
# libdvdcss start
# libdvdcss start
mv debian/vlc/usr/include/videolan/dvdcss.h \
mv debian/vlc/usr/include/videolan/dvdcss.h \
debian/libdvdcss
0.0.2
-dev/usr/include/videolan
debian/libdvdcss
$(version)
-dev/usr/include/videolan
rmdir debian/vlc/usr/include/videolan
rmdir debian/vlc/usr/include/videolan
rmdir debian/vlc/usr/include
rmdir debian/vlc/usr/include
mv debian/vlc/usr/lib/*.a debian/libdvdcss
0.0.2
-dev/usr/lib
mv debian/vlc/usr/lib/*.a debian/libdvdcss
$(version)
-dev/usr/lib
mv debian/vlc/usr/lib/*.so debian/libdvdcss
0.0.2
-dev/usr/lib
mv debian/vlc/usr/lib/*.so debian/libdvdcss
$(version)
-dev/usr/lib
mv debian/vlc/usr/lib/*.so.* debian/libdvdcss
0.0.2
/usr/lib
mv debian/vlc/usr/lib/*.so.* debian/libdvdcss
$(version)
/usr/lib
ln -s libdvdcss
0.0.2 debian/libdvdcss0.0.2-dev/usr/share/doc/libdvdcss0.0.2
-dev
ln -s libdvdcss
$(version) debian/libdvdcss$(version)-dev/usr/share/doc/libdvdcss$(version)
-dev
# libdvdcss stop
# libdvdcss stop
# Build architecture-independent files here.
# Build architecture-independent files here.
...
@@ -117,7 +121,7 @@ binary-arch: build install
...
@@ -117,7 +121,7 @@ binary-arch: build install
dh_strip
dh_strip
dh_compress
dh_compress
dh_fixperms
dh_fixperms
#
dh_makeshlibs
dh_makeshlibs
dh_installdeb
dh_installdeb
# dh_perl
# dh_perl
dh_shlibdeps -Nvlc-glide
dh_shlibdeps -Nvlc-glide
...
...
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